|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.uadetector.parser.AbstractUserAgentStringParser net.sf.uadetector.parser.UserAgentStringParserImpl<T>
public class UserAgentStringParserImpl<T extends DataStore>
This parser is an implementation of UserAgentStringParser
interface and can detect user agents. The analysis
is based on the read Data
of the given data source.
Constructor Summary | |
---|---|
UserAgentStringParserImpl(T store)
Constructs an UserAgentStringParser using the given UAS data as detection source. |
Method Summary | |
---|---|
protected T |
getDataStore()
Gets the data store of this parser. |
Methods inherited from class net.sf.uadetector.parser.AbstractUserAgentStringParser |
---|
getDataVersion, parse, shutdown |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserAgentStringParserImpl(@Nonnull T store)
UserAgentStringParser
using the given UAS data as detection source.
store
- store for UAS data
net.sf.qualitycheck.exception.IllegalNullArgumentException
- if the given argument is null
Method Detail |
---|
@Nonnull protected T getDataStore()
AbstractUserAgentStringParser
getDataStore
in class AbstractUserAgentStringParser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |