- get(int) - Method in class org.firepick.JSONResult
-
Advance current JSON value to specified element in JSON array.
- get(String) - Method in class org.firepick.JSONResult
-
Advance current JSON value to specified value of current JSON object.
- get() - Method in class org.firepick.LIFOCache
-
- getAddress() - Method in class org.firepick.ServiceResolver
-
- getAddresses() - Method in class org.firepick.IPv4Scanner
-
- getAttempts() - Method in class org.firepick.ServiceResolver
-
Return number of attempts to resolve() service.
- getConfig() - Method in class org.firepick.ServiceResolver
-
Return the cached service configuration, resolving the service if required.
- getDouble() - Method in class org.firepick.JSONResult
-
Return a double number for current JSON value, parsing string values as required.
- getDouble(Double) - Method in class org.firepick.JSONResult
-
Return a double number for current JSON value, parsing string values as required.
- getImage(URL) - Method in class org.firepick.FireREST
-
Return image from given URL.
- getImageSize() - Method in class org.firepick.FireREST
-
Return image dimensions of last retrieved image
- getInt() - Method in class org.firepick.JSONResult
-
Return an integer for current JSON value, parsing string values as required.
- getInt(Integer) - Method in class org.firepick.JSONResult
-
Return an integer for current JSON value, parsing string values as required.
- getJSON(File) - Method in class org.firepick.FireREST
-
Load json from given file resource.
- getJSON(URL) - Method in class org.firepick.FireREST
-
HTTP GET json from given URL resource.
- getString() - Method in class org.firepick.JSONResult
-
Return string value for current JSON value
- getString(String) - Method in class org.firepick.JSONResult
-
Return string value for current JSON value
- getURL() - Method in class org.firepick.ServiceResolver
-