orc.orchard.java
Class CompilerService

java.lang.Object
  extended by orc.orchard.AbstractCompilerService
      extended by orc.orchard.java.CompilerService
All Implemented Interfaces:
java.rmi.Remote, CompilerServiceInterface

public class CompilerService
extends AbstractCompilerService


Field Summary
 
Fields inherited from class orc.orchard.AbstractCompilerService
logger
 
Constructor Summary
CompilerService()
           
CompilerService(java.util.logging.Logger logger)
           
 
Method Summary
 
Methods inherited from class orc.orchard.AbstractCompilerService
compile, getDefaultLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilerService

public CompilerService()

CompilerService

public CompilerService(java.util.logging.Logger logger)