Package org.openl.rules.java
Class OpenLBuilder
- java.lang.Object
-
- org.openl.conf.BaseOpenLBuilder
-
- org.openl.conf.AOpenLBuilder
-
- org.openl.rules.java.OpenLBuilder
-
- All Implemented Interfaces:
IOpenLBuilder
public class OpenLBuilder extends AOpenLBuilder
-
-
Constructor Summary
Constructors Constructor Description OpenLBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenLbuild(String category)protected SimpleVMcreateVM()NoAntOpenLTaskgetNoAntOpenLTask()-
Methods inherited from class org.openl.conf.BaseOpenLBuilder
getResourceContext, getUserEnvironmentContext, setContexts
-
-
-
-
Method Detail
-
createVM
protected SimpleVM createVM()
- Overrides:
createVMin classAOpenLBuilder
-
build
public OpenL build(String category)
- Specified by:
buildin interfaceIOpenLBuilder- Overrides:
buildin classAOpenLBuilder
-
getNoAntOpenLTask
public NoAntOpenLTask getNoAntOpenLTask()
- Specified by:
getNoAntOpenLTaskin classAOpenLBuilder
-
-