|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataStore
Defines an interface to store UAS data where ever you want.
| Field Summary | |
|---|---|
static java.nio.charset.Charset |
DEFAULT_CHARSET
Default character set to read UAS data |
static java.lang.String |
DEFAULT_DATA_URL
URL to retrieve the current UAS data as XML |
static java.lang.String |
DEFAULT_VERSION_URL
URL to retrieve the current version of the UAS data |
| Method Summary | |
|---|---|
java.nio.charset.Charset |
getCharset()
Gets the character set in which the UAS data will be read. |
Data |
getData()
Gets the UAS data which are currently set. |
DataReader |
getDataReader()
Gets the data reader to read in UAS data. |
java.net.URL |
getDataUrl()
Gets the URL from which the UAS data can be read. |
java.net.URL |
getVersionUrl()
Gets the URL from which version information about the UAS data can be read. |
| Field Detail |
|---|
static final java.nio.charset.Charset DEFAULT_CHARSET
static final java.lang.String DEFAULT_DATA_URL
static final java.lang.String DEFAULT_VERSION_URL
| Method Detail |
|---|
@Nonnull java.nio.charset.Charset getCharset()
@Nonnull Data getData()
@Nonnull DataReader getDataReader()
@Nonnull java.net.URL getDataUrl()
@Nonnull java.net.URL getVersionUrl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||