Uses of Class
net.sf.antcontrib.cpptasks.types.CommandLineArgument
-
Packages that use CommandLineArgument Package Description net.sf.antcontrib.cpptasks C++ and other compiled languages build support for Ant.net.sf.antcontrib.cpptasks.types -
-
Uses of CommandLineArgument in net.sf.antcontrib.cpptasks
Methods in net.sf.antcontrib.cpptasks that return CommandLineArgument Modifier and Type Method Description CommandLineArgument[]
ProcessorDef. 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 CommandLineArgument Modifier and Type Method Description protected void
ProcessorDef. addConfiguredProcessorArg(CommandLineArgument arg)
Adds aor -
Uses of CommandLineArgument in net.sf.antcontrib.cpptasks.types
Subclasses of CommandLineArgument in net.sf.antcontrib.cpptasks.types Modifier and Type Class Description class
CompilerArgument
A compiler command line argument.class
LinkerArgument
A linker command line argument.
-