|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.qedeq.kernel.xml.handler.parser.LoadXmlOperatorListUtility
public final class LoadXmlOperatorListUtility
Load operator list from an XML file.
Method Summary | |
---|---|
static java.util.List |
getOperatorList(InternalKernelServices services,
java.io.File from)
Get operator list out of XML file. |
java.lang.String |
getServiceAction()
Get service action name. |
java.lang.String |
getServiceDescription()
Get service description. |
java.lang.String |
getServiceId()
Get service id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.List getOperatorList(InternalKernelServices services, java.io.File from) throws SourceFileExceptionList
services
- Kernel services. TODO m31 20100830: is this really necessary?from
- Read this XML file.
SourceFileExceptionList
- Loading failed.public java.lang.String getServiceId()
Service
getServiceId
in interface Service
public java.lang.String getServiceAction()
Service
getServiceAction
in interface Service
public java.lang.String getServiceDescription()
Service
getServiceDescription
in interface Service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |