|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.paris.telecomParisTech.dbWEB.arcomem.wp5.appliocationAwareHelper.environmentsetting.SystemLevel
public class SystemLevel
Sets the environment that stay alive until application-aware helper system is running.
| Field Summary | |
|---|---|
static ArrayList |
detect_pred
Predicate from Knowledgebase. |
static ArrayList |
detect_rules
Web application detection rules. |
static edu.berkeley.cs.db.yfilter.filter.EXfilterBasic |
filtertest
Yfliter filtering system Object. |
static File |
KBFile
File object for application-aware helper knowlwgebase |
static InputStream |
kbStream
Knowledgebase as Stream. |
static ArrayList |
parse_detect_rules
Parsed web application detection rules. |
static File |
predFile
Predicate file object. |
static InputStream |
predStream
Queries predicate as stream |
static InputStream |
QStream
Queries as a stream. |
static File |
queriesFile
Object of the Quereis file. |
static ArrayList |
queryList
List of Queries. |
static RdfStore |
storeObj
RdfStore object. |
| Constructor Summary | |
|---|---|
SystemLevel()
Sole constructor. |
|
| Method Summary | |
|---|---|
static void |
close()
Dealloacte resources occupied by Application-aware Helper System. |
String |
detectWA_with_NFA(File webResource)
Detects Web Application using Yfilter filtering system which is based on NFA machine. |
static void |
disconnectConnectionRDFStore()
Disconnect connection from RDF store. |
void |
establishConnectionRDFStore()
Establish Connection with RDF store. |
static void |
freeVariable()
Free variables that are used by DocumentLevel. |
void |
loadFilteringSystem()
This method will load the filtering System by creating the NFA with set of Queries needs to detect the web application |
void |
loadKB()
This method will load the KB. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static ArrayList detect_pred
public static ArrayList detect_rules
public static edu.berkeley.cs.db.yfilter.filter.EXfilterBasic filtertest
public static File KBFile
public static InputStream kbStream
public static ArrayList parse_detect_rules
public static File predFile
public static InputStream predStream
public static InputStream QStream
public static File queriesFile
public static ArrayList queryList
public static RdfStore storeObj
| Constructor Detail |
|---|
public SystemLevel()
throws XPathExpressionException,
XPathFactoryConfigurationException,
ParserConfigurationException,
SAXException,
IOException
XPathExpressionException
XPathFactoryConfigurationException
ParserConfigurationException
SAXException
IOException| Method Detail |
|---|
public static void close()
throws IOException
IOException
public String detectWA_with_NFA(File webResource)
throws IOException,
XPathExpressionException,
ParserConfigurationException,
SAXException,
org.htmlcleaner.XPatherException
webResource - A given Web page
IOException
XPathExpressionException
ParserConfigurationException
SAXException
org.htmlcleaner.XPatherExceptionpublic static void disconnectConnectionRDFStore()
public void establishConnectionRDFStore()
public static void freeVariable()
throws IOException
IOException
public void loadFilteringSystem()
throws IOException
IOException
public void loadKB()
throws ParserConfigurationException,
SAXException,
IOException,
XPathExpressionException,
XPathFactoryConfigurationException
ParserConfigurationException
SAXException
IOException
XPathExpressionException
XPathFactoryConfigurationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||