public class CompilerDaemonServer extends Object implements Action<WorkerProcessContext>, CompilerDaemonServerProtocol, Serializable
| Constructor and Description |
|---|
CompilerDaemonServer() |
| Modifier and Type | Method and Description |
|---|---|
<T extends CompileSpec> |
execute(Compiler<T> compiler,
T spec) |
void |
execute(WorkerProcessContext context)
Performs this action against the given object.
|
void |
stop()
Requests a graceful stop of this object.
|
public void execute(WorkerProcessContext context)
Actionexecute in interface Action<WorkerProcessContext>context - The object to perform the action on.public <T extends CompileSpec> void execute(Compiler<T> compiler, T spec)
execute in interface CompilerDaemonServerProtocolCopyright © 2013. All rights reserved