public final class PrecompileDef
extends org.apache.tools.ant.types.DataType
Constructor | Description |
---|---|
PrecompileDef() |
Constructor
|
Modifier and Type | Method | Description |
---|---|---|
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() |
|
java.lang.String[] |
getExceptFiles() |
|
java.io.File |
getPrototype() |
Gets prototype source file
|
boolean |
isActive() |
|
void |
setDescription(java.lang.String desc) |
Sets a description of the current data type.
|
void |
setId(java.lang.String id) |
Sets an id that can be used to reference this element.
|
void |
setIf(java.lang.String propName) |
Set the 'if' condition.
|
void |
setPrototype(java.io.File prototype) |
Sets file to precompile.
|
void |
setRefid(org.apache.tools.ant.types.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(java.lang.String propName) |
Set the 'unless' condition.
|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes, toString
public void appendExceptFileSet(ConditionalFileSet exceptSet)
public PrecompileExceptDef createExcept()
public void execute() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public java.lang.String[] getExceptFiles()
public java.io.File getPrototype()
public boolean isActive()
public void setDescription(java.lang.String desc)
setDescription
in class org.apache.tools.ant.ProjectComponent
public void setId(java.lang.String id)
id
- idpublic void setIf(java.lang.String propName)
propName
- name of propertypublic void setPrototype(java.io.File prototype)
prototype
- file path for prototype source filepublic void setRefid(org.apache.tools.ant.types.Reference ref)
setRefid
in class org.apache.tools.ant.types.DataType
ref
- Reference to other elementpublic void setUnless(java.lang.String propName)
propName
- name of propertyCopyright ? 2001-2019 Ant-Contrib project. All Rights Reserved.