net.sf.antcontrib.cpptasks
public final class PrecompileDef extends DataType
Constructor Summary | |
---|---|
PrecompileDef()
Constructor
|
Method Summary | |
---|---|
void | appendExceptFileSet(ConditionalFileSet exceptSet)
Method used by PrecompileExceptDef to add exception set to
PrecompileDef. |
PrecompileExceptDef | createExcept()
Adds filesets that specify files that should not be processed with
precompiled headers enabled.
|
void | execute() |
String[] | getExceptFiles() |
File | getPrototype()
Gets prototype source file
|
boolean | isActive() |
void | setDescription(String desc)
Sets a description of the current data type. |
void | setId(String id)
Sets an id that can be used to reference this element.
|
void | setIf(String propName)
Set the 'if' condition.
|
void | setPrototype(File prototype)
Sets file to precompile.
|
void | setRefid(Reference ref)
Specifies that this element should behave as if the content of the
element with the matching id attribute was inserted at this location.
|
void | setUnless(String propName)
Set the 'unless' condition. |
Parameters: id id
Parameters: propName name of property
Parameters: prototype file path for prototype source file
Parameters: ref Reference to other element
Parameters: propName name of property