Uses of Class
net.sf.antcontrib.cpptasks.compiler.CommandLineCompilerConfiguration
-
Packages that use CommandLineCompilerConfiguration Package Description net.sf.antcontrib.cpptasks.apple Project writer for Apple Xcodenet.sf.antcontrib.cpptasks.borland Adapter for Borland tools.net.sf.antcontrib.cpptasks.compiler net.sf.antcontrib.cpptasks.devstudio Adapters for Microsoft tools.net.sf.antcontrib.cpptasks.gcc.cross net.sf.antcontrib.cpptasks.mozilla Compiler adapter for Mozilla's XPCOM compiler.net.sf.antcontrib.cpptasks.trolltech Adapters for Trolltech Qt moc and uic compilers. -
-
Uses of CommandLineCompilerConfiguration in net.sf.antcontrib.cpptasks.apple
Methods in net.sf.antcontrib.cpptasks.apple that return CommandLineCompilerConfiguration Modifier and Type Method Description private CommandLineCompilerConfigurationXcodeProjectWriter. getBaseCompilerConfiguration(java.util.Hashtable targets)Gets the first recognized compiler from the compilation targets.Methods in net.sf.antcontrib.cpptasks.apple with parameters of type CommandLineCompilerConfiguration Modifier and Type Method Description private XcodeProjectWriter.PBXObjectRefXcodeProjectWriter. addProjectConfigurationList(java.util.Map objects, java.lang.String baseDir, java.util.List dependencies, CommandLineCompilerConfiguration compilerConfig, CommandLineLinkerConfiguration linkerConfig)Add project configuration list. -
Uses of CommandLineCompilerConfiguration in net.sf.antcontrib.cpptasks.borland
Methods in net.sf.antcontrib.cpptasks.borland that return CommandLineCompilerConfiguration Modifier and Type Method Description private CommandLineCompilerConfigurationCBuilderXProjectWriter. getBaseCompilerConfiguration(java.util.Hashtable targets)Gets the first recognized compiler from the compilation targets.Methods in net.sf.antcontrib.cpptasks.borland with parameters of type CommandLineCompilerConfiguration Modifier and Type Method Description voidBorlandResourceCompiler. compile(CCTask task, java.io.File outputDir, java.lang.String[] sourceFiles, java.lang.String[] args, java.lang.String[] endArgs, boolean relentless, CommandLineCompilerConfiguration config, ProgressMonitor monitor)protected CompilerConfigurationBorlandCCompiler. createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, java.io.File prototype, java.lang.String lastInclude)protected CompilerConfigurationBorlandCCompiler. createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, java.io.File prototype, java.lang.String lastInclude, java.lang.String[] exceptFiles)private java.lang.StringCBuilderXProjectWriter. getWin32Toolset(CommandLineCompilerConfiguration compilerConfig)private voidCBuilderXProjectWriter. writeCompileOptions(java.lang.String baseDir, CBuilderXProjectWriter.PropertyWriter writer, CommandLineCompilerConfiguration compilerConfig)Writes elements corresponding to compilation options. -
Uses of CommandLineCompilerConfiguration in net.sf.antcontrib.cpptasks.compiler
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type CommandLineCompilerConfiguration Modifier and Type Method Description voidCommandLineCompiler. compile(CCTask task, java.io.File outputDir, java.lang.String[] sourceFiles, java.lang.String[] args, java.lang.String[] endArgs, boolean relentless, CommandLineCompilerConfiguration config, ProgressMonitor monitor)Compiles a source file.protected abstract CompilerConfigurationPrecompilingCommandLineCompiler. createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, java.io.File prototype, java.lang.String lastInclude)protected abstract CompilerConfigurationPrecompilingCommandLineCompiler. createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, java.io.File prototype, java.lang.String lastInclude, java.lang.String[] exceptFiles)Constructors in net.sf.antcontrib.cpptasks.compiler with parameters of type CommandLineCompilerConfiguration Constructor Description CommandLineCompilerConfiguration(CommandLineCompilerConfiguration base, java.lang.String[] additionalArgs, java.lang.String[] exceptFiles, boolean isPrecompileHeaderGeneration) -
Uses of CommandLineCompilerConfiguration in net.sf.antcontrib.cpptasks.devstudio
Methods in net.sf.antcontrib.cpptasks.devstudio that return CommandLineCompilerConfiguration Modifier and Type Method Description private CommandLineCompilerConfigurationDevStudioProjectWriter. getBaseCompilerConfiguration(java.util.Hashtable targets)Gets the first recognized compiler from the compilation targets.private CommandLineCompilerConfigurationVisualStudioNETProjectWriter. getBaseCompilerConfiguration(java.util.Hashtable targets)Gets the first recognized compiler from the compilation targets.Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type CommandLineCompilerConfiguration Modifier and Type Method Description protected CompilerConfigurationDevStudioCompatibleCCompiler. createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, java.io.File prototype, java.lang.String lastInclude)protected CompilerConfigurationDevStudioCompatibleCCompiler. createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, java.io.File prototype, java.lang.String lastInclude, java.lang.String[] exceptFiles)private java.lang.StringVisualStudioNETProjectWriter. getAdditionalIncludeDirectories(java.lang.String baseDir, CommandLineCompilerConfiguration compilerConfig)Get value of AdditionalIncludeDirectories property.private java.lang.StringVisualStudioNETProjectWriter. getBasicRuntimeChecks(CommandLineCompilerConfiguration compilerConfig)Get value of BasicRuntimeChecks property.private java.lang.StringVisualStudioNETProjectWriter. getCharacterSet(CommandLineCompilerConfiguration compilerConfig)Get character set for Windows API.private java.lang.StringVisualStudioNETProjectWriter. getDebugInformationFormat(CommandLineCompilerConfiguration compilerConfig)Get value of DebugInformationFormat property.private java.lang.StringVisualStudioNETProjectWriter. getDetect64BitPortabilityProblems(CommandLineCompilerConfiguration compilerConfig)Get value of Detect64BitPortabilityProblems property.private java.lang.StringVisualStudioNETProjectWriter. getOptimization(CommandLineCompilerConfiguration compilerConfig)Get value of Optimization property.private java.lang.StringVisualStudioNETProjectWriter. getPrecompiledHeaderFile(CommandLineCompilerConfiguration compilerConfig)Get value of PrecompiledHeaderFile property.private java.lang.StringVisualStudioNETProjectWriter. getPreprocessorDefinitions(CommandLineCompilerConfiguration compilerConfig, boolean isDebug)Get value of PreprocessorDefinitions property.private java.lang.StringVisualStudioNETProjectWriter. getRuntimeLibrary(CommandLineCompilerConfiguration compilerConfig, boolean isDebug)Get value of RuntimeLibrary property.private java.lang.StringVisualStudioNETProjectWriter. getUsePrecompiledHeader(CommandLineCompilerConfiguration compilerConfig)Get value of UsePrecompiledHeader property.private java.lang.StringVisualStudioNETProjectWriter. getWarningLevel(CommandLineCompilerConfiguration compilerConfig)Get value of WarningLevel property.private voidDevStudioProjectWriter. writeCompileOptions(java.io.Writer writer, boolean isDebug, java.lang.String baseDir, CommandLineCompilerConfiguration compilerConfig)Writes compiler options.private voidVisualStudioNETProjectWriter. writeCompilerElement(org.xml.sax.ContentHandler content, boolean isDebug, java.lang.String basePath, CommandLineCompilerConfiguration compilerConfig)write the Compiler element.private voidDevStudioProjectWriter. writeConfig(java.io.Writer writer, boolean isDebug, java.util.List dependencies, java.lang.String basePath, CommandLineCompilerConfiguration compilerConfig, TargetInfo linkTarget, java.util.Hashtable targets)private voidVisualStudioNETProjectWriter. writeConfigurationStartTag(org.xml.sax.ContentHandler content, boolean isDebug, CCTask task, CommandLineCompilerConfiguration compilerConfig)Write the start tag of the Configuration element. -
Uses of CommandLineCompilerConfiguration in net.sf.antcontrib.cpptasks.gcc.cross
Methods in net.sf.antcontrib.cpptasks.gcc.cross with parameters of type CommandLineCompilerConfiguration Modifier and Type Method Description voidGccCCompiler. compile(CCTask task, java.io.File outputDir, java.lang.String[] sourceFiles, java.lang.String[] args, java.lang.String[] endArgs, boolean relentless, CommandLineCompilerConfiguration config, ProgressMonitor monitor)private voidGccCCompiler. supercompile(CCTask task, java.io.File outputDir, java.lang.String[] sourceFiles, java.lang.String[] args, java.lang.String[] endArgs, boolean relentless, CommandLineCompilerConfiguration config, ProgressMonitor monitor) -
Uses of CommandLineCompilerConfiguration in net.sf.antcontrib.cpptasks.mozilla
Methods in net.sf.antcontrib.cpptasks.mozilla with parameters of type CommandLineCompilerConfiguration Modifier and Type Method Description voidXpidlCompiler. compile(CCTask task, java.io.File outputDir, java.lang.String[] sourceFiles, java.lang.String[] args, java.lang.String[] endArgs, boolean relentless, CommandLineCompilerConfiguration config, ProgressMonitor monitor)Compiles an .idl file into the corresponding .h and .xpt files. -
Uses of CommandLineCompilerConfiguration in net.sf.antcontrib.cpptasks.trolltech
Methods in net.sf.antcontrib.cpptasks.trolltech with parameters of type CommandLineCompilerConfiguration Modifier and Type Method Description voidUserInterfaceCompiler. compile(CCTask task, java.io.File outputDir, java.lang.String[] sourceFiles, java.lang.String[] args, java.lang.String[] endArgs, boolean relentless, CommandLineCompilerConfiguration config, ProgressMonitor monitor)Compiles an .ui file into the corresponding .h, .cpp and moc_*.cpp files.
-