|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.uadetector.datastore.AbstractDataStore
net.sf.uadetector.service.UADetectorServiceFactory.ResourceModuleXmlDataStore
public static final class UADetectorServiceFactory.ResourceModuleXmlDataStore
A simple implementation to store UAS data delivered in this module (called uadetector-resource) only in the heap space.
| Field Summary | |
|---|---|
static java.net.URL |
UAS_DATA
URL to the UAS data delivered in this module |
static java.net.URL |
UAS_VERSION
URL to the version information of the delivered UAS data in this module |
| Fields inherited from interface net.sf.uadetector.datastore.DataStore |
|---|
DEFAULT_CHARSET, DEFAULT_DATA_URL, DEFAULT_VERSION_URL |
| Constructor Summary | |
|---|---|
UADetectorServiceFactory.ResourceModuleXmlDataStore()
Constructs an ResourceModuleXmlDataStore by reading UAS data from the specified URL
UAS_DATA (in XML format). |
|
| Method Summary |
|---|
| Methods inherited from class net.sf.uadetector.datastore.AbstractDataStore |
|---|
getCharset, getData, getDataReader, getDataUrl, getVersionUrl, readData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.net.URL UAS_DATA
URL to the UAS data delivered in this module
public static final java.net.URL UAS_VERSION
URL to the version information of the delivered UAS data in this module
| Constructor Detail |
|---|
public UADetectorServiceFactory.ResourceModuleXmlDataStore()
ResourceModuleXmlDataStore by reading UAS data from the specified URL
UAS_DATA (in XML format).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||