net.sf.uadetector.service
Class UADetectorServiceFactory.ResourceModuleXmlDataStore

java.lang.Object
  extended by net.sf.uadetector.datastore.AbstractDataStore
      extended by 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 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

UAS_DATA

public static final java.net.URL UAS_DATA
URL to the UAS data delivered in this module


UAS_VERSION

public static final java.net.URL UAS_VERSION
URL to the version information of the delivered UAS data in this module

Constructor Detail

UADetectorServiceFactory.ResourceModuleXmlDataStore

public UADetectorServiceFactory.ResourceModuleXmlDataStore()
Constructs an ResourceModuleXmlDataStore by reading UAS data from the specified URL UAS_DATA (in XML format).



Copyright © 2011-2014. All Rights Reserved.