|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.orchard.AbstractCompilerService
orc.orchard.soap.CompilerService
public class CompilerService
HACK: We must explicitly declare every published web method in this class, we can't simply inherit them, for the following reasons:
Field Summary |
---|
Fields inherited from class orc.orchard.AbstractCompilerService |
---|
logger |
Constructor Summary | |
---|---|
CompilerService()
Construct a service to run in an existing servlet context. |
Method Summary | |
---|---|
Oil |
compile(java.lang.String devKey,
java.lang.String program)
Do-nothing override |
static void |
main(java.lang.String[] args)
|
Methods inherited from class orc.orchard.AbstractCompilerService |
---|
getDefaultLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompilerService()
Method Detail |
---|
public static void main(java.lang.String[] args)
public Oil compile(java.lang.String devKey, java.lang.String program) throws InvalidProgramException
compile
in interface CompilerServiceInterface
compile
in class AbstractCompilerService
InvalidProgramException
- in case of compilation error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |