|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dv.sbu.builder.BuilderInstruction
public class BuilderInstruction
A building command and a filtering for its triggering caused by a file,
represented by a SourceFileInformation
instance.
The file filter will be asked if the file handler shall be executed.
In this case no further builder instructions will be called.
Constructor Summary | |
---|---|
BuilderInstruction()
Creates a new not initialized instance. |
|
BuilderInstruction(IFileFilter fileFilter,
IFileHandler fileHandler)
Creates a new instance defined by two members: The filter defining if this instruction shall be fired on the given file information. |
Method Summary | |
---|---|
IFileFilter |
getFileFilter()
Returns the filter defining if this instruction shall be fired on the given file information. |
IFileHandler |
getFileHandler()
The file handler. |
void |
setFileFilter(IFileFilter fileFilter)
Sets the file filter. |
void |
setFileHandler(IFileHandler fileHandler)
Sets the file handler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuilderInstruction()
public BuilderInstruction(IFileFilter fileFilter, IFileHandler fileHandler) throws java.lang.NullPointerException
fileFilter
- The filter to set. Must not be null
.fileHandler
- The file handler to set. Must not be null
.
java.lang.NullPointerException
- An argument is null
.Method Detail |
---|
public IFileFilter getFileFilter()
public IFileHandler getFileHandler()
public void setFileFilter(IFileFilter fileFilter) throws java.lang.NullPointerException
fileFilter
- The instance to set.
java.lang.NullPointerException
- The argument is null
.public void setFileHandler(IFileHandler fileHandler) throws java.lang.NullPointerException
fileHandler
- The instance to set.
java.lang.NullPointerException
- The argument is null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |