Uses of Class
net.sf.antcontrib.cpptasks.types.CommandLineArgument
Packages that use CommandLineArgument
Package
Description
C++ and other compiled languages build support for Ant.
-
Uses of CommandLineArgument in net.sf.antcontrib.cpptasks
Methods in net.sf.antcontrib.cpptasks that return CommandLineArgumentModifier and TypeMethodDescriptionProcessorDef.getActiveProcessorArgs()
Prepares list of processor arguments ( compilerarg, linkerarg ) that are active for the current project settings.Methods in net.sf.antcontrib.cpptasks with parameters of type CommandLineArgumentModifier and TypeMethodDescriptionprotected void
ProcessorDef.addConfiguredProcessorArg
(CommandLineArgument arg) Adds aor -
Uses of CommandLineArgument in net.sf.antcontrib.cpptasks.types
Subclasses of CommandLineArgument in net.sf.antcontrib.cpptasks.typesModifier and TypeClassDescriptionclass
A compiler command line argument.class
A linker command line argument.