- AbstractBuildTask - Class in org.apache.ant.dotnet.build
-
Base class for NAntTask and MSBuildTask.
- AbstractBuildTask() - Constructor for class org.apache.ant.dotnet.build.AbstractBuildTask
-
Empty constructor.
- AbstractBuildTask.Property - Class in org.apache.ant.dotnet.build
-
A property.
- AbstractBuildTask.Property() - Constructor for class org.apache.ant.dotnet.build.AbstractBuildTask.Property
-
- AbstractBuildTask.Target - Class in org.apache.ant.dotnet.build
-
A target.
- AbstractBuildTask.Target() - Constructor for class org.apache.ant.dotnet.build.AbstractBuildTask.Target
-
- addArgument(String) - Method in class org.apache.ant.dotnet.NetCommand
-
add an argument to a command line; do nothing if the arg is null or
empty string
- addArgument(String, boolean) - Method in class org.apache.ant.dotnet.NetCommand
-
add an argument to a command line; do nothing if the arg is
null or empty string
- addArgument(String, String) - Method in class org.apache.ant.dotnet.NetCommand
-
concatenate two strings together and add them as a single argument,
but only if argument2 is non-null and non-zero length
- addArguments(String[]) - Method in class org.apache.ant.dotnet.NetCommand
-
Add multiple arguments to a command line; do nothing for args
that are is null or empty strings
- addBuild(XMLFragment) - Method in class org.apache.ant.dotnet.build.AbstractBuildTask
-
Adds a build file fragment.
- addCandleParameter(AbstractBuildTask.Property) - Method in class org.apache.ant.dotnet.wix.WixTask
-
A parameter to pass to candle.exe.
- addCompilerSpecificOptions(NetCommand) - Method in class org.apache.ant.dotnet.compile.CSharp
-
add Commands unique to C#.
- addCompilerSpecificOptions(NetCommand) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
add any compiler specifics
- addCompilerSpecificOptions(NetCommand) - Method in class org.apache.ant.dotnet.compile.FSharp
-
implement FSC commands
- addCompilerSpecificOptions(NetCommand) - Method in class org.apache.ant.dotnet.compile.JSharp
-
add jvc specific commands
- addCompilerSpecificOptions(NetCommand) - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
implement VBC commands
- addConfiguredRedirector(RedirectorElement) - Method in class org.apache.ant.dotnet.NUnitTask
-
Add a RedirectorElement
to this task.
- addDefine(DotnetDefine) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
add a define to the list of definitions
- addEnv(Environment.Variable) - Method in class org.apache.ant.dotnet.NUnitTask
-
Add an environment variable to the launched process.
- addExclude(NUnitTask.NamedElement) - Method in class org.apache.ant.dotnet.NUnitTask
-
Adds a category to the exclude list.
- addFilesAndExecute(NetCommand, boolean) - Method in class org.apache.ant.dotnet.compile.DotnetBaseMatchingTask
-
finish off the command by adding all dependent files, execute
- addFileset(FileSet) - Method in class org.apache.ant.dotnet.compile.DotnetResource
-
Adds a resource file set.
- addFilesToCommand(Hashtable, NetCommand) - Method in class org.apache.ant.dotnet.compile.DotnetBaseMatchingTask
-
add the list of files to a command
- addInclude(NUnitTask.NamedElement) - Method in class org.apache.ant.dotnet.NUnitTask
-
Adds a category to the include list.
- additionalModules - Variable in class org.apache.ant.dotnet.compile.DotnetCompile
-
list of extra modules to refer to
- addLightParameter(AbstractBuildTask.Property) - Method in class org.apache.ant.dotnet.wix.WixTask
-
A parameter to pass to light.exe.
- addMoreSources(FileSet) - Method in class org.apache.ant.dotnet.wix.WixTask
-
A set of additional source files (include files in the case of
candle, or media/files/whatever in the case of light).
- addProperty(AbstractBuildTask.Property) - Method in class org.apache.ant.dotnet.build.AbstractBuildTask
-
A target to execute.
- addReference(FileSet) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
add a new reference fileset to the compilation
- addReference(FileSet) - Method in class org.apache.ant.dotnet.compile.Ilasm
-
add a new reference fileset to the compilation
- addReferenceFilesets(NetCommand, long) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
run through the list of reference files and add them to the command
- addResource(DotnetResource) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
link or embed a resource
- addResources(NetCommand) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
for every resource declared, we get the (language specific)
resource setting
- addSchema(WsdlToDotnet.Schema) - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet
-
add a new source schema to the compilation
- addSources(DirSet) - Method in class org.apache.ant.dotnet.wix.TallowTask
-
A set of source files.
- addSources(FileSet) - Method in class org.apache.ant.dotnet.wix.WixTask
-
A set of source files.
- addSrc(FileSet) - Method in class org.apache.ant.dotnet.compile.DotnetBaseMatchingTask
-
add a new source directory to the compile
- addTarget(AbstractBuildTask.Target) - Method in class org.apache.ant.dotnet.build.AbstractBuildTask
-
A target to execute.
- addTestAssembly(NUnitTask.NamedElement) - Method in class org.apache.ant.dotnet.NUnitTask
-
Adds a test assembly by name.
- applyExtraArgs(NetCommand) - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet.Compiler
-
apply any extra arguments of this class
- ASCII - Static variable in class org.apache.ant.dotnet.Ildasm.EncodingTypes
-
- getAdditionalModulesParameter() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
get the argument or null for no argument needed
- getAutomaticResponseFileThreshold() - Method in class org.apache.ant.dotnet.NetCommand
-
getter for threshold
- getBuildfileArguments(File) - Method in class org.apache.ant.dotnet.build.AbstractBuildTask
-
Must return buildfile argument(s).
- getBuildfileArguments(File) - Method in class org.apache.ant.dotnet.build.MSBuildTask
-
- getBuildfileArguments(File) - Method in class org.apache.ant.dotnet.build.NAntTask
-
- getCommand() - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet.Compiler
-
return the command to run
- getCrossoptimize() - Method in class org.apache.ant.dotnet.compile.FSharp
-
Whether to enable cross-module optimizations.
- getCrossoptimizeParameter() - Method in class org.apache.ant.dotnet.compile.FSharp
-
Form the option string for cross-module optimizations.
- getDebug() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
query the debug flag
- getDebug() - Method in class org.apache.ant.dotnet.compile.Ilasm
-
query the debug flag
- getDebugParameter() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
get the debug switch argument
- getDebugParameter() - Method in class org.apache.ant.dotnet.compile.Ilasm
-
get the argument or null for no argument needed
- getDefinitionsDelimiter() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
override point for delimiting definitions.
- getDefinitionsParameter() - Method in class org.apache.ant.dotnet.compile.CSharp
-
override the superclasses version of this method (which we call)
with a check for a definitions attribute, the contents of which
are appended to the list.
- getDefinitionsParameter() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
get a list of definitions or null
- getDestFile() - Method in class org.apache.ant.dotnet.compile.DotnetBaseMatchingTask
-
get the destination file
- getDestFileParameter() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
get the argument or null for no argument needed
- getDocFileParameter() - Method in class org.apache.ant.dotnet.compile.CSharp
-
get the argument or null for no argument needed
- getEncodingOption(String) - Static method in class org.apache.ant.dotnet.Ildasm.EncodingTypes
-
This method maps from an encoding enum to an encoding option.
- getExecutable() - Method in class org.apache.ant.dotnet.build.AbstractBuildTask
-
Must return the executable.
- getExecutable() - Method in class org.apache.ant.dotnet.build.MSBuildTask
-
- getExecutable() - Method in class org.apache.ant.dotnet.build.NAntTask
-
- getExecutable() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
This method gets the name of the executable.
- getExtraArgs() - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet.Compiler
-
return any extra arguments for the compiler
- getExtraOptions() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
Gets the ExtraOptions attribute
- getExtraOptions() - Method in class org.apache.ant.dotnet.compile.Ilasm
-
Gets the ExtraOptions attribute
- getExtraOptionsParameter() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
get any extra options or null for no argument needed
- getExtraOptionsParameter() - Method in class org.apache.ant.dotnet.compile.Ilasm
-
get any extra options or null for no argument needed
- getExtraOptionsParameters() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
get any extra options or null for no argument needed, split
them if they represent multiple options.
- getFailFailOnError() - Method in class org.apache.ant.dotnet.NetCommand
-
query fail on error flag
- getFailOnError() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
query fail on error flag
- getFailOnError() - Method in class org.apache.ant.dotnet.compile.Ilasm
-
query fail on error flag
- getFile() - Method in class org.apache.ant.dotnet.compile.DotnetResource
-
- getFile() - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet.Schema
-
- getFileAlignParameter() - Method in class org.apache.ant.dotnet.compile.CSharp
-
get the argument or null for no argument needed
- getFileExtension() - Method in class org.apache.ant.dotnet.compile.CSharp
-
This method indicates the filename extension for C# files.
- getFileExtension() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
Get the extension of filenames to compile.
- getFileExtension() - Method in class org.apache.ant.dotnet.compile.FSharp
-
Get the extension of filenames to compile.
- getFileExtension() - Method in class org.apache.ant.dotnet.compile.JSharp
-
Get the extension of filenames to compile.
- getFileExtension() - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
Get the extension of filenames to compile.
- getFilePattern() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
Get the pattern for files to compile.
- getFullPathsParameter() - Method in class org.apache.ant.dotnet.compile.CSharp
-
Gets the fullPathsParameter attribute of the CSharp object
- getImports() - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
Get global imports for namespaces in referenced metadata files.
- getImportsParameter() - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
Format the option for imports.
- getIncludeDefaultReferences() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
query automatic reference inclusion flag
- getIncludeDefaultReferencesParameter() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
get the include default references flag or null for no argument needed
- getIncremental() - Method in class org.apache.ant.dotnet.compile.CSharp
-
query the incrementalflag
- getIncrementalParameter() - Method in class org.apache.ant.dotnet.compile.CSharp
-
get the incremental build argument
- getKeyfileParameter() - Method in class org.apache.ant.dotnet.compile.Ilasm
-
get the argument or null for no argument needed
- getListingParameter() - Method in class org.apache.ant.dotnet.compile.Ilasm
-
turn the listing flag into a parameter for ILASM
- getMainClass() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
Gets the MainClass attribute
- getMainClassParameter() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
get the /main argument or null for no argument needed
- getName() - Method in class org.apache.ant.dotnet.build.AbstractBuildTask.Property
-
- getName() - Method in class org.apache.ant.dotnet.build.AbstractBuildTask.Target
-
- getName() - Method in class org.apache.ant.dotnet.compile.DotnetDefine
-
- getName() - Method in class org.apache.ant.dotnet.compile.DotnetResource
-
- getName() - Method in class org.apache.ant.dotnet.NUnitTask.NamedElement
-
- getNamespace() - Method in class org.apache.ant.dotnet.compile.DotnetResource
-
Filesets root namespace.
- getNoConfigParameter() - Method in class org.apache.ant.dotnet.compile.CSharp
-
Gets the noConfigParameter attribute of the CSharp object
- getOptimize() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
query the optimise flag
- getOptimizeParameter() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
get the optimise flag or null for no argument needed
- getOptionCompare() - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
"binary" or "text" for the string-comparison style.
- getOptionCompareParameter() - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
Format the option for string comparison style.
- getOptionExplicit() - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
Get the flag for whether to require explicit declaration of variables.
- getOptionExplicitParameter() - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
Form the option string for optionExplicit..
- getOptionStrict() - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
Get the flag for whether to enforce strict language semantics.
- getOptionStrictParameter() - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
For the option string for optionStrict.
- getOutputFileParameter() - Method in class org.apache.ant.dotnet.compile.Ilasm
-
get the output file
- getOutputFileTimestamp() - Method in class org.apache.ant.dotnet.compile.DotnetBaseMatchingTask
-
determine the timestamp of the output file
- getParameters(Project, NetCommand, boolean) - Method in class org.apache.ant.dotnet.compile.DotnetResource
-
build the C# style parameter (which has no public/private option)
- getPropertyArguments(List) - Method in class org.apache.ant.dotnet.build.AbstractBuildTask
-
Must return property argument(s).
- getPropertyArguments(List) - Method in class org.apache.ant.dotnet.build.MSBuildTask
-
- getPropertyArguments(List) - Method in class org.apache.ant.dotnet.build.NAntTask
-
- getPublic() - Method in class org.apache.ant.dotnet.compile.DotnetResource
-
- getReferenceDelimiter() - Method in class org.apache.ant.dotnet.compile.CSharp
-
Returns the delimiter which C# uses to separate references, i.e., a semi colon.
- getReferenceDelimiter() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
Get the delimiter that the compiler uses between references.
- getReferenceDelimiter() - Method in class org.apache.ant.dotnet.compile.FSharp
-
Get the delimiter that the compiler uses between references.
- getReferenceDelimiter() - Method in class org.apache.ant.dotnet.compile.JSharp
-
Get the delimiter that the compiler uses between references.
- getReferenceDelimiter() - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
Get the delimiter that the compiler uses between references.
- getReferenceFilesParameter() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
turn the path list into a list of files and a /references argument
- getReferencesParameter() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
get the reference string or null for no argument needed
- getRemoveIntChecks() - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
Get the flag for removing integer checks.
- getRemoveIntChecksParameter() - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
Form the option string for removeIntChecks.
- getResourceFileParameter() - Method in class org.apache.ant.dotnet.compile.Ilasm
-
Gets the resourceFileParameter attribute of the Ilasm task
- getRootNamespace() - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
Get the root namespace.
- getRootNamespaceParameter() - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
Form the option string for rootNamespace.
- getSrcDir() - Method in class org.apache.ant.dotnet.compile.DotnetBaseMatchingTask
-
Overridden because we need to be able to set the srcDir.
- getStandalone() - Method in class org.apache.ant.dotnet.compile.FSharp
-
Whether to create a standalone assembly.
- getStandaloneParameter() - Method in class org.apache.ant.dotnet.compile.FSharp
-
Form the option string for standalone.
- getTailcalls() - Method in class org.apache.ant.dotnet.compile.FSharp
-
Whether to enable tailcalls.
- getTailcallsParameter() - Method in class org.apache.ant.dotnet.compile.FSharp
-
Form the option string for tailcalls.
- getTargetArguments(List) - Method in class org.apache.ant.dotnet.build.AbstractBuildTask
-
Must return target argument(s).
- getTargetArguments(List) - Method in class org.apache.ant.dotnet.build.MSBuildTask
-
- getTargetArguments(List) - Method in class org.apache.ant.dotnet.build.NAntTask
-
- getTargetType() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
Gets the TargetType attribute
- getTargetType() - Method in class org.apache.ant.dotnet.compile.Ilasm
-
accessor method for target type
- getTargetTypeParameter() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
get the argument or null for no argument needed
- getTargetTypeParameter() - Method in class org.apache.ant.dotnet.compile.Ilasm
-
g get the target type or null for no argument needed
- getTask(Task, String, String, Environment) - Static method in class org.apache.ant.dotnet.DotNetExecTask
-
Creates an instance of this task based on a different tasks settings.
- getTimestamp() - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet.Schema
-
Gets the file timestamp.
- getUnsafe() - Method in class org.apache.ant.dotnet.compile.CSharp
-
query the Unsafe attribute
- getUnsafeParameter() - Method in class org.apache.ant.dotnet.compile.CSharp
-
get the argument or null for no argument needed
- getUrl() - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet.Schema
-
- getUtf8OutputParameter() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
Gets the utf8OutpuParameter attribute of the CSharp object
- getValue() - Method in class org.apache.ant.dotnet.build.AbstractBuildTask.Property
-
- getValue(Task) - Method in class org.apache.ant.dotnet.compile.DotnetDefine
-
This method gets the value of this definition.
- getValues() - Method in class org.apache.ant.dotnet.compile.DotnetCompile.TargetTypes
-
- getValues() - Method in class org.apache.ant.dotnet.compile.Ilasm.TargetTypes
-
- getValues() - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet.Compiler
-
This is the only method a subclass needs to implement.
- getValues() - Method in class org.apache.ant.dotnet.Ildasm.EncodingTypes
-
- getValues() - Method in class org.apache.ant.dotnet.Ildasm.VisibilityOptions
-
- getValues() - Method in class org.apache.ant.dotnet.wix.WixTask.Mode
-
- getVerboseParameter() - Method in class org.apache.ant.dotnet.compile.Ilasm
-
turn the verbose flag into a parameter for ILASM
- getWarnLevel() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
query warn level
- getWarnLevelParameter() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
get the warn level switch
- getWin32IconParameter() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
get the argument or null for no argument needed
- getWin32Res() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
Gets the file of the win32 .res file to include.
- getWin32ResParameter() - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
get the argument or null for no argument needed
- getWin32ResParameter() - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
get the argument or null for no argument needed
This is overridden from DotnetCompile.java because VBC uses
"/win32resource:" rather than "/win32res:"
- scanOneFileset(DirectoryScanner, Hashtable, long) - Method in class org.apache.ant.dotnet.NetCommand
-
scan through one fileset for files to include
- setAdditionalModules(String) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
Semicolon separated list of modules to refer to.
- setAssembler(boolean) - Method in class org.apache.ant.dotnet.Ildasm
-
enable (default) or disable assembly language in the output
- setAutomaticResponseFileThreshold(int) - Method in class org.apache.ant.dotnet.NetCommand
-
set threshold for automatically using response files -use 0 for off
- setBaseAddress(String) - Method in class org.apache.ant.dotnet.compile.JSharp
-
- setBuildfile(File) - Method in class org.apache.ant.dotnet.build.AbstractBuildTask
-
Sets the name of the build file.
- setBytes(boolean) - Method in class org.apache.ant.dotnet.Ildasm
-
enable or disable (default) the original bytes as comments
- setCompiler(WsdlToDotnet.Compiler) - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet
-
identify the compiler
- setConfig(File) - Method in class org.apache.ant.dotnet.NUnitTask
-
Sets the name of the config file.
- setCrossoptimize(boolean) - Method in class org.apache.ant.dotnet.compile.FSharp
-
Whether to enable cross-module optimizations.
- setDebug(boolean) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
set the debug flag on or off.
- setDebug(boolean) - Method in class org.apache.ant.dotnet.compile.Ilasm
-
set the debug flag on or off.
- setDefinitions(String) - Method in class org.apache.ant.dotnet.compile.CSharp
-
Semicolon separated list of defined constants.
- setDestDir(File) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
Set the destination directory of files to be compiled.
- setDestFile(File) - Method in class org.apache.ant.dotnet.compile.DotnetBaseMatchingTask
-
Set the name of exe/library to create.
- setDestFile(File) - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet
-
Name of the file to generate.
- setDestFile(File) - Method in class org.apache.ant.dotnet.Ildasm
-
the output file (required)
- setDestFile(File) - Method in class org.apache.ant.dotnet.ImportTypelib
-
This method names the output file.
- setDirectory(File) - Method in class org.apache.ant.dotnet.NetCommand
-
set the directory to run from, if the default is inadequate
- setDocFile(File) - Method in class org.apache.ant.dotnet.compile.CSharp
-
file for generated XML documentation
- setEmbed(boolean) - Method in class org.apache.ant.dotnet.compile.DotnetResource
-
embed the resource in the assembly (default, true) or just link to it.
- setEncoding(Ildasm.EncodingTypes) - Method in class org.apache.ant.dotnet.Ildasm
-
Select the output encoding: ascii, utf8 or unicode
- setError(File) - Method in class org.apache.ant.dotnet.NUnitTask
-
The /err argument.
- setErrorProperty(String) - Method in class org.apache.ant.dotnet.build.AbstractBuildTask
-
Name of property to set if a build fails.
- setErrorProperty(String) - Method in class org.apache.ant.dotnet.NUnitTask
-
Name of property to set if a test fails.
- setExecutable(String) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
set the name of the program, overriding the defaults.
- setExecutable(String) - Method in class org.apache.ant.dotnet.DotNetExecTask
-
Set the name of the executable program.
- setExecutable(String) - Method in class org.apache.ant.dotnet.Ildasm
-
override the name of the executable (normally ildasm) or set
its full path.
- setExtraOptions(String) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
Any extra options which are not explicitly supported
by this task.
- setExtraOptions(String) - Method in class org.apache.ant.dotnet.compile.Ilasm
-
Any extra options which are not explicitly
supported by this task.
- setExtraOptions(String) - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet
-
Any extra WSDL.EXE options which aren't explicitly
supported by the ant wrapper task; optional
- setExtraOptions(String) - Method in class org.apache.ant.dotnet.ImportTypelib
-
set any extra options that are not yet supported by this task.
- setFailOnError(boolean) - Method in class org.apache.ant.dotnet.build.AbstractBuildTask
-
Whether a failure should stop the build.
- setFailOnError(boolean) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
If true, fail on compilation errors.
- setFailOnError(boolean) - Method in class org.apache.ant.dotnet.compile.Ilasm
-
If true, fails if ilasm tool fails.
- setFailOnError(boolean) - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet
-
Whether or not a failure should halt the build.
- setFailOnError(boolean) - Method in class org.apache.ant.dotnet.NetCommand
-
set fail on error flag
- setFailOnError(boolean) - Method in class org.apache.ant.dotnet.NUnitTask
-
Whether a failure should stop the build.
- setFile(File) - Method in class org.apache.ant.dotnet.compile.DotnetResource
-
name the resource
- setFile(File) - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet.Schema
-
name of a file to use as a source of WSDL or XSD data
- setFileAlign(int) - Method in class org.apache.ant.dotnet.compile.CSharp
-
Set the file alignment.
- setFixture(String) - Method in class org.apache.ant.dotnet.NUnitTask
-
The /fixture argument.
- setFullPaths(boolean) - Method in class org.apache.ant.dotnet.compile.CSharp
-
If true, print the full path of files on errors.
- setHeader(boolean) - Method in class org.apache.ant.dotnet.Ildasm
-
include header information; default false.
- setIdeErrors(boolean) - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet
-
Defines wether errors are machine parseable.
- setIf(String) - Method in class org.apache.ant.dotnet.compile.DotnetDefine
-
the name of a property which must be defined for
the definition to be set.
- setImports(String) - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
Declare global imports for namespaces in referenced metadata files.
- setIncludeDefaultReferences(boolean) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
If true, automatically includes the common assemblies
in dotnet, and tells the compiler to link in mscore.dll.
- setIncremental(boolean) - Method in class org.apache.ant.dotnet.compile.CSharp
-
set the incremental compilation flag on or off.
- setItem(String) - Method in class org.apache.ant.dotnet.Ildasm
-
name a single item to decode; a class or a method
e.g item="Myclass::method" or item="namespace1::namespace2::Myclass:method(void(int32))
- setKeyfile(File) - Method in class org.apache.ant.dotnet.compile.Ilasm
-
the name of a file containing a private key.
- setLabels(boolean) - Method in class org.apache.ant.dotnet.NUnitTask
-
The /labels argument.
- setLanguage(String) - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet
-
set the language; one of "CS", "JS", or "VB"
optional, default is CS for C# source
- setLinenumbers(boolean) - Method in class org.apache.ant.dotnet.Ildasm
-
include line number information; default=false
- setListing(boolean) - Method in class org.apache.ant.dotnet.compile.Ilasm
-
If true, produce a listing (off by default).
- setMainClass(String) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
Sets the name of main class for executables.
- setMakeURL(boolean) - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet.Schema
-
flag to request that a file is turned into an absolute file: URL
before being passed to the WSDL compiler
- setMakeURL(boolean) - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet
-
flag to trigger turning a filename into a file:url
ignored for the mono compiler.
- setMetadata(boolean) - Method in class org.apache.ant.dotnet.Ildasm
-
include metadata information
- setMode(WixTask.Mode) - Method in class org.apache.ant.dotnet.wix.WixTask
-
Whether to run candle, light or both.
- setMono(boolean) - Method in class org.apache.ant.dotnet.compile.Ilasm
-
Explicitly override the Mono auto-detection.
- setName(String) - Method in class org.apache.ant.dotnet.build.AbstractBuildTask.Property
-
- setName(String) - Method in class org.apache.ant.dotnet.build.AbstractBuildTask.Target
-
- setName(String) - Method in class org.apache.ant.dotnet.compile.DotnetDefine
-
the name of the definition.
- setName(String) - Method in class org.apache.ant.dotnet.compile.DotnetResource
-
should the resource have a name?
- setName(String) - Method in class org.apache.ant.dotnet.NUnitTask.NamedElement
-
- setNamespace(String) - Method in class org.apache.ant.dotnet.compile.DotnetResource
-
Sets filesets root namespace.
- setNamespace(String) - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet
-
namespace to place the source in.
- setNamespace(String) - Method in class org.apache.ant.dotnet.ImportTypelib
-
This method sets what namespace the typelib is to be in.
- setNoConfig(boolean) - Method in class org.apache.ant.dotnet.compile.CSharp
-
A flag that tells the compiler not to read in the compiler
settings files 'csc.rsp' in its bin directory and then the local directory
- setNoshadow(boolean) - Method in class org.apache.ant.dotnet.NUnitTask
-
The /noshadow argument.
- setOptimize(boolean) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
If true, enables optimization flag.
- setOptionCompare(String) - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
Specify binary- or text-style string comparisons.
- setOptionExplicit(boolean) - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
Whether to require explicit declaration of variables.
- setOptionStrict(boolean) - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
Enforce strict language semantics.
- setOut(File) - Method in class org.apache.ant.dotnet.NUnitTask
-
The /output argument.
- setOutputFile(File) - Method in class org.apache.ant.dotnet.compile.CSharp
-
The output file.
- setOutputFile(File) - Method in class org.apache.ant.dotnet.compile.Ilasm
-
Set the output file; identical to setDestFile
- setOwner(String) - Method in class org.apache.ant.dotnet.compile.Ilasm
-
Sets the Owner attribute.
- setProgressBar(boolean) - Method in class org.apache.ant.dotnet.Ildasm
-
show a graphical progress bar in a window during the process; off by default
- setProtocol(String) - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet
-
what protocol to use.
- setPublic(Boolean) - Method in class org.apache.ant.dotnet.compile.DotnetResource
-
VB and J# only: is a resource public or not?
- setPureJava(boolean) - Method in class org.apache.ant.dotnet.compile.JSharp
-
do we want pure java (default, true) or corrupted J#?
- setQuoteallnames(boolean) - Method in class org.apache.ant.dotnet.Ildasm
-
quote all names.
- setRawExceptionHandling(boolean) - Method in class org.apache.ant.dotnet.Ildasm
-
enable raw exception handling (default = false)
- setReferenceFiles(Path) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
Path of references to include.
- setReferences(String) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
Semicolon separated list of DLLs to refer to.
- setRemoveIntChecks(boolean) - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
Whether to remove integer checks.
- setResourceDir(File) - Method in class org.apache.ant.dotnet.Ildasm
-
Set the name of the directory for resources to be created.
- setResourceFile(File) - Method in class org.apache.ant.dotnet.compile.Ilasm
-
name of resource file to include.
- setRootNamespace(String) - Method in class org.apache.ant.dotnet.compile.VisualBasicCompile
-
Specifies the root namespace for all type declarations.
- setSecureScoping(boolean) - Method in class org.apache.ant.dotnet.compile.JSharp
-
Make package scoped code visible to the current assembly only (default: false)
.NET does not have package scoping.
- setServer(boolean) - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet
-
flag to enable server side code generation;
optional, default=false
- setShowSource(boolean) - Method in class org.apache.ant.dotnet.Ildasm
-
include the source as comments (default=false)
- setSource(File) - Method in class org.apache.ant.dotnet.wix.TallowTask
-
The main source file.
- setSource(File) - Method in class org.apache.ant.dotnet.wix.WixTask
-
The main source file.
- setSourceFile(File) - Method in class org.apache.ant.dotnet.Ildasm
-
the file to disassemble -required
- setSrcDir(File) - Method in class org.apache.ant.dotnet.compile.DotnetBaseMatchingTask
-
Set the source directory of the files to be compiled.
- setSrcFile(File) - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet
-
The local WSDL file to parse; either url or srcFile is required.
- setSrcFile(File) - Method in class org.apache.ant.dotnet.Ildasm
-
alternate name for sourceFile
- setSrcFile(File) - Method in class org.apache.ant.dotnet.ImportTypelib
-
This method sets which is the source .tlb file.
- setStandalone(boolean) - Method in class org.apache.ant.dotnet.compile.FSharp
-
Whether to create a standalone assembly.
- setTailcalls(boolean) - Method in class org.apache.ant.dotnet.compile.FSharp
-
Whether to enable tailcalls.
- setTarget(File) - Method in class org.apache.ant.dotnet.wix.TallowTask
-
The main target file.
- setTarget(File) - Method in class org.apache.ant.dotnet.wix.WixTask
-
The main target file.
- setTargetType(DotnetCompile.TargetTypes) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
set the target type to one of exe|library|module|winexe
- setTargetType(String) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
Set the type of target.
- setTargetType(String) - Method in class org.apache.ant.dotnet.compile.Ilasm
-
Sets the type of target, either "exe" or "library".
- setTargetType(Ilasm.TargetTypes) - Method in class org.apache.ant.dotnet.compile.Ilasm
-
set the target type to one of exe|library
- setThread(boolean) - Method in class org.apache.ant.dotnet.NUnitTask
-
The /thread argument.
- setTraceCommandLine(boolean) - Method in class org.apache.ant.dotnet.NetCommand
-
turn tracing on or off
- setTransform(File) - Method in class org.apache.ant.dotnet.NUnitTask
-
The /transform argument.
- setUnless(String) - Method in class org.apache.ant.dotnet.compile.DotnetDefine
-
the name of a property which must be undefined for
the definition to be set.
- setUnsafe(boolean) - Method in class org.apache.ant.dotnet.compile.CSharp
-
If true, enables the unsafe keyword.
- setUnsafe(boolean) - Method in class org.apache.ant.dotnet.ImportTypelib
-
do you want unsafe code.
- setupCommandline() - Method in class org.apache.ant.dotnet.DotNetExecTask
-
If the inherited Commandline doesn't know about the executable
yet, set it and deal with the vm attribute.
- setUrl(String) - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet.Schema
-
url of a resource.
- setUrl(String) - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet
-
Sets the URL to fetch.
- setUseLit(boolean) - Method in class org.apache.ant.dotnet.wix.WixTask
-
Instructs the task to use lit.exe rather than light.exe as "compiler".
- setUseResponseFile(boolean) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
Flag to turn on response file use; default=false.
- setUseResponseFile(boolean) - Method in class org.apache.ant.dotnet.NetCommand
-
set this to true to always use the response file
- setUseSysArray(boolean) - Method in class org.apache.ant.dotnet.ImportTypelib
-
set this to map a COM SafeArray to the System.Array class
- setUtf8Output(boolean) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
If true, require all compiler output to be in UTF8 format.
- setValue(String) - Method in class org.apache.ant.dotnet.build.AbstractBuildTask.Property
-
- setVerbose(boolean) - Method in class org.apache.ant.dotnet.compile.Ilasm
-
If true, enable verbose ILASM output.
- setVisibility(String) - Method in class org.apache.ant.dotnet.Ildasm
-
This method sets the visibility options.
- setVm(String) - Method in class org.apache.ant.dotnet.build.AbstractBuildTask
-
Set the name of the executable for the virtual machine.
- setVm(String) - Method in class org.apache.ant.dotnet.DotNetExecTask
-
Set the name of the executable for the virtual machine or the
magic name "microsoft" which implies that we can invoke the
executable directly.
- setVm(String) - Method in class org.apache.ant.dotnet.NUnitTask
-
Set the name of the executable for the virtual machine.
- setVm(String) - Method in class org.apache.ant.dotnet.wix.TallowTask
-
Set the name of the executable for the virtual machine.
- setVm(String) - Method in class org.apache.ant.dotnet.wix.WixTask
-
Set the name of the executable for the virtual machine.
- setWarnLevel(int) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
Level of warning currently between 1 and 4
with 4 being the strictest.
- setWin32Icon(File) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
Set the filename of icon to include.
- setWin32Res(File) - Method in class org.apache.ant.dotnet.compile.DotnetCompile
-
Sets the filename of a win32 resource (.RES) file to include.
- setWixHome(File) - Method in class org.apache.ant.dotnet.wix.TallowTask
-
Sets the installation directory of WiX.
- setWixHome(File) - Method in class org.apache.ant.dotnet.wix.WixTask
-
Sets the installation directory of WiX.
- setWixobjDestDir(File) - Method in class org.apache.ant.dotnet.wix.WixTask
-
Sets the destination directory for wixobj files generated by candle.
- setXmlOut(File) - Method in class org.apache.ant.dotnet.NUnitTask
-
The /xml argument.
- srcDir - Variable in class org.apache.ant.dotnet.compile.DotnetBaseMatchingTask
-
source directory upon which the search pattern is applied
- supportsAbsoluteFiles() - Method in class org.apache.ant.dotnet.compile.WsdlToDotnet.Compiler
-