net.sf.uadetector.service
Class UADetectorServiceFactory.ResourceModuleXmlDataStore
java.lang.Object
net.sf.uadetector.datastore.AbstractDataStore
net.sf.uadetector.service.UADetectorServiceFactory.ResourceModuleXmlDataStore
- All Implemented Interfaces:
- DataStore
- Enclosing class:
- UADetectorServiceFactory
public static final class UADetectorServiceFactory.ResourceModuleXmlDataStore
- extends AbstractDataStore
A simple implementation to store UAS data delivered in this module (called uadetector-resource)
only in the heap space.
- Author:
- André Rouél
|
Field Summary |
static URL |
UAS_DATA
URL to the UAS data delivered in this module |
static URL |
UAS_VERSION
URL to the version information of the delivered UAS data in this module |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UAS_DATA
public static final URL UAS_DATA
URL to the UAS data delivered in this module
UAS_VERSION
public static final URL UAS_VERSION
URL to the version information of the delivered UAS data in this module
UADetectorServiceFactory.ResourceModuleXmlDataStore
public UADetectorServiceFactory.ResourceModuleXmlDataStore()
- Constructs an
ResourceModuleXmlDataStore by reading UAS data by the specified URL
UADetectorServiceFactory#UAS_DATA (in XML format).
Copyright © 2011-2013. All Rights Reserved.