- getApiRevision() - Static method in class mobi.mtld.da.Api
-
Returns the revision number of this API
- getCause() - Method in exception mobi.mtld.da.exception.ClientPropertiesException
-
Retrieves the throwable, which determines the nature/cause of the exception.
- getCause() - Method in exception mobi.mtld.da.exception.IncorrectPropertyTypeException
-
- getCause() - Method in exception mobi.mtld.da.exception.InvalidPropertyException
-
- getCause() - Method in exception mobi.mtld.da.exception.JsonException
-
Retrieves the throwable, which determines the nature/cause of the exception.
- getCause() - Method in exception mobi.mtld.da.exception.UnknownPropertyException
-
- getCode() - Method in exception mobi.mtld.da.exception.JsonException
-
Retrieves the exception code, which determines the nature/cause of the exception.
- getProperties(HashMap, String) - Static method in class mobi.mtld.da.Api
-
Returns a HashMap of known properties (as strings) for the user agent
- getProperties(HashMap, String, String) - Static method in class mobi.mtld.da.Api
-
Returns a HashMap of known properties merged with properties from the client
side JavaScript.
- getPropertiesAsTyped(HashMap, String) - Static method in class mobi.mtld.da.Api
-
Returns a HashMap of known properties (as typed) for the user agent
- getPropertiesAsTyped(HashMap, String, String) - Static method in class mobi.mtld.da.Api
-
Returns a HashMap of known properties merged with properties from the client
side JavaScript.
- getProperty(HashMap, String, String) - Static method in class mobi.mtld.da.Api
-
Returns a value for the named property for this user agent
- getProperty(HashMap, String, String, String) - Static method in class mobi.mtld.da.Api
-
Returns a value for the named property for this user agent
- getPropertyAsBoolean(HashMap, String, String) - Static method in class mobi.mtld.da.Api
-
Strongly typed property accessor.
- getPropertyAsBoolean(HashMap, String, String, String) - Static method in class mobi.mtld.da.Api
-
Strongly typed property accessor.
- getPropertyAsDate(HashMap, String, String) - Static method in class mobi.mtld.da.Api
-
Strongly typed property accessor.
- getPropertyAsDate(HashMap, String, String, String) - Static method in class mobi.mtld.da.Api
-
Strongly typed property accessor.
- getPropertyAsInteger(HashMap, String, String) - Static method in class mobi.mtld.da.Api
-
Strongly typed property accessor.
- getPropertyAsInteger(HashMap, String, String, String) - Static method in class mobi.mtld.da.Api
-
Strongly typed property accessor.
- getPropertyAsString(HashMap, String, String) - Static method in class mobi.mtld.da.Api
-
Strongly typed property accessor.
- getPropertyAsString(HashMap, String, String, String) - Static method in class mobi.mtld.da.Api
-
Strongly typed property accessor.
- getTreeFromFile(String) - Static method in class mobi.mtld.da.Api
-
Returns a tree from a JSON file, If it has been previously loaded then the
version from the static cache will be returned.
- getTreeFromFile(String, boolean) - Static method in class mobi.mtld.da.Api
-
Returns a tree from a JSON file.
- getTreeFromFile(String, boolean, boolean) - Static method in class mobi.mtld.da.Api
-
Returns a tree from a JSON file.
- getTreeFromString(String) - Static method in class mobi.mtld.da.Api
-
Returns a loaded JSON tree from a string of JSON data.
- getTreeFromString(String, boolean) - Static method in class mobi.mtld.da.Api
-
Returns a loaded JSON tree from a string of JSON data.
- getTreeGeneration(HashMap) - Static method in class mobi.mtld.da.Api
-
Get the generation date for this tree.
- getTreeGenerationAsTimestamp(HashMap) - Static method in class mobi.mtld.da.Api
-
Get the generation date for this tree as a UNIX timestamp.
- getTreeRevision(HashMap) - Static method in class mobi.mtld.da.Api
-
Returns the revision number of the tree