getValue(String...) method

Returns the value of the first element with the given route.

Syntax

public abstract String getValue ( String... route ) throws IllegalArgumentException

Parameters

Returns

The value of the first element or null if there is no such element

Exceptions