|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dv.sbu.builder.Builder
public class Builder
Builder working on a BuilderConfiguration
.
Constructor Summary | |
---|---|
Builder(BuilderConfiguration configuration)
Creates a new instance. |
Method Summary | |
---|---|
IErrorListener |
getErrorListener()
Returns the error listener - if installed. |
void |
setErrorListener(IErrorListener errorListener)
Sets or removes the error listener. |
boolean |
start()
Starts the job. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Builder(BuilderConfiguration configuration)
configuration
- The configuration to use.Method Detail |
---|
public IErrorListener getErrorListener()
null
.public void setErrorListener(IErrorListener errorListener)
errorListener
- the listener to set or null
.public boolean start()
true
if the job was started. false
if this builder was running already.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |