Package net.sf.antcontrib.cpptasks.types
Class LinkerArgument
- java.lang.Object
-
- net.sf.antcontrib.cpptasks.types.CommandLineArgument
-
- net.sf.antcontrib.cpptasks.types.LinkerArgument
-
public class LinkerArgument extends CommandLineArgument
A linker command line argument.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.antcontrib.cpptasks.types.CommandLineArgument
CommandLineArgument.LocationEnum
-
-
Constructor Summary
Constructors Constructor Description LinkerArgument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class net.sf.antcontrib.cpptasks.types.CommandLineArgument
getLocation, getValue, isActive, setIf, setLocation, setUnless, setValue
-
-