|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dv.sbu.builder.BuilderConfiguration
public class BuilderConfiguration
Configuration used by a Builder
Constructor Summary | |
---|---|
BuilderConfiguration()
Creates a new instance initialized with the following default values: source root = 'src' resource root = 'resource' target root = 'out' |
Method Summary | |
---|---|
java.util.List<BuilderInstruction> |
getInstructions()
Returns the defined processors. |
java.io.File |
getResourceRoot()
Returns the resource root directory. |
java.io.File |
getSourceRoot()
Returns the source root directory. |
java.io.File |
getTargetRoot()
Returns the target root directory. |
void |
setInstructions(java.util.List<BuilderInstruction> instructions)
Sets the instructions. |
void |
setResourceRoot(java.io.File resourceRoot)
Sets the resource root directory. |
void |
setSourceRoot(java.io.File sourceRoot)
Sets the source root directory. |
void |
setTargetRoot(java.io.File targetRoot)
Sets the target root directory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuilderConfiguration()
Method Detail |
---|
public java.io.File getSourceRoot()
public void setSourceRoot(java.io.File sourceRoot) throws java.lang.NullPointerException
sourceRoot
- The directory to set.
java.lang.NullPointerException
- The argument is null
.public java.io.File getTargetRoot()
public void setTargetRoot(java.io.File targetRoot) throws java.lang.NullPointerException
targetRoot
- The directory to set.
java.lang.NullPointerException
- The argument is null
.public java.io.File getResourceRoot()
public void setResourceRoot(java.io.File resourceRoot) throws java.lang.NullPointerException
resourceRoot
- The directory to set.
java.lang.NullPointerException
- The argument is null
.public java.util.List<BuilderInstruction> getInstructions()
public void setInstructions(java.util.List<BuilderInstruction> instructions) throws java.lang.NullPointerException
instructions
- The list to set. Not expected to contain null
values.
java.lang.NullPointerException
- The list is null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |