Package net.sf.antcontrib.cpptasks.types
Class SystemLibrarySet
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.types.DataType
-
- net.sf.antcontrib.cpptasks.types.LibrarySet
-
- net.sf.antcontrib.cpptasks.types.SystemLibrarySet
-
- All Implemented Interfaces:
java.lang.Cloneable
public class SystemLibrarySet extends LibrarySet
A set of system library names. Timestamp or location of system libraries are not considered in dependency analysis. Libraries can also be added to a link by specifying them in a fileset. For most Unix-like compilers, syslibset will result in a series of -l and -L linker arguments. For Windows compilers, the library names will be used to locate the appropriate library files which will be added to the linkers input file list as if they had been specified in a fileset.
-
-
Constructor Summary
Constructors Constructor Description SystemLibrarySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class net.sf.antcontrib.cpptasks.types.LibrarySet
getDataset, getDir, getFileSet, getLibs, getType, isActive, setCaseSensitive, setDataset, setDir, setIf, setLibs, setProject, setType, setUnless, visitLibraries
-
Methods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toString
-
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.tools.ant.BuildException
- Overrides:
execute
in classLibrarySet
- Throws:
org.apache.tools.ant.BuildException
-
-