org.jtheque.primary.utils.web.analyzers.generic.operation
Class OperationFactory
java.lang.Object
org.jtheque.primary.utils.web.analyzers.generic.operation.OperationFactory
public final class OperationFactory
- extends Object
A factory for Operation.
- Author:
- Baptiste Wicht
Method Summary |
static Operation |
getValueGetter(org.jdom.Element element,
org.jtheque.core.utils.file.XMLReader reader)
Return the operation value on the element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getValueGetter
public static Operation getValueGetter(org.jdom.Element element,
org.jtheque.core.utils.file.XMLReader reader)
throws org.jtheque.core.utils.file.XMLException
- Return the operation value on the element.
- Parameters:
element
- The element to get the value getter for.reader
- The reader to use.
- Returns:
- The factored Operation to use.
- Throws:
org.jtheque.core.utils.file.XMLException
- If an error occurs during the XML processing.
Copyright © 2010 JTheque. All Rights Reserved.