Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
A
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
B
buildFileList(NetCommand, Hashtable, long)
- Method in class org.apache.ant.dotnet.compile.
DotnetBaseMatchingTask
create the list of files
C
clear()
- Method in class org.apache.ant.dotnet.compile.
CSharp
full cleanup
clear()
- Method in class org.apache.ant.dotnet.compile.
DotnetCompile
reset all contents.
clear()
- Method in class org.apache.ant.dotnet.compile.
FSharp
reset all contents.
Clear()
- Method in class org.apache.ant.dotnet.compile.
Ilasm
reset all contents.
clear()
- Method in class org.apache.ant.dotnet.compile.
VisualBasicCompile
reset all contents.
CollectionUtils
- Class in
org.apache.ant.dotnet.util
Helper methods related to collection manipulation.
CollectionUtils()
- Constructor for class org.apache.ant.dotnet.util.
CollectionUtils
commandLine
- Variable in class org.apache.ant.dotnet.
NetCommand
what is the command line
COMPILER_MONO
- Static variable in class org.apache.ant.dotnet.compile.
WsdlToDotnet.Compiler
COMPILER_MS
- Static variable in class org.apache.ant.dotnet.compile.
WsdlToDotnet.Compiler
COMPILER_MS_ON_MONO
- Static variable in class org.apache.ant.dotnet.compile.
WsdlToDotnet.Compiler
createArg()
- Method in class org.apache.ant.dotnet.wix.
TallowTask
Adds a command-line argument for tallow.exe.
createCandleArg()
- Method in class org.apache.ant.dotnet.wix.
WixTask
Adds a command-line argument for candle.exe.
createDefaultCompiler()
- Static method in class org.apache.ant.dotnet.compile.
WsdlToDotnet.Compiler
Create the default compiler for this platform.
createLightArg()
- Method in class org.apache.ant.dotnet.wix.
WixTask
Adds a command-line argument for light.exe.
createNetCommand()
- Method in class org.apache.ant.dotnet.compile.
DotnetCompile
create our helper command
createResourceParameter(NetCommand, DotnetResource)
- Method in class org.apache.ant.dotnet.compile.
CSharp
createResourceParameter(NetCommand, DotnetResource)
- Method in class org.apache.ant.dotnet.compile.
DotnetCompile
createResourceParameter(NetCommand, DotnetResource)
- Method in class org.apache.ant.dotnet.compile.
FSharp
createResourceParameter(NetCommand, DotnetResource)
- Method in class org.apache.ant.dotnet.compile.
JSharp
createResourceParameter(NetCommand, DotnetResource)
- Method in class org.apache.ant.dotnet.compile.
VisualBasicCompile
CSharp
- Class in
org.apache.ant.dotnet.compile
Compiles C# source into executables or modules.
CSharp()
- Constructor for class org.apache.ant.dotnet.compile.
CSharp
constructor inits everything and set up the search pattern
D
debug
- Variable in class org.apache.ant.dotnet.compile.
DotnetCompile
debug flag.
debug
- Variable in class org.apache.ant.dotnet.compile.
Ilasm
debug flag.
definitionList
- Variable in class org.apache.ant.dotnet.compile.
DotnetCompile
a list of definitions to support;
DotnetBaseMatchingTask
- Class in
org.apache.ant.dotnet.compile
refactoring of some stuff so that different things (like ILASM) can use shared code.
DotnetBaseMatchingTask()
- Constructor for class org.apache.ant.dotnet.compile.
DotnetBaseMatchingTask
DotnetCompile
- Class in
org.apache.ant.dotnet.compile
Abstract superclass for dotnet compiler tasks.
DotnetCompile()
- Constructor for class org.apache.ant.dotnet.compile.
DotnetCompile
constructor inits everything and set up the search pattern
DotnetCompile.TargetTypes
- Class in
org.apache.ant.dotnet.compile
Target types to build.
DotnetCompile.TargetTypes()
- Constructor for class org.apache.ant.dotnet.compile.
DotnetCompile.TargetTypes
DotnetDefine
- Class in
org.apache.ant.dotnet.compile
definitions can be conditional.
DotnetDefine()
- Constructor for class org.apache.ant.dotnet.compile.
DotnetDefine
DotNetExecTask
- Class in
org.apache.ant.dotnet
Specialized
that knows how to deal with Mono vs.
DotNetExecTask()
- Constructor for class org.apache.ant.dotnet.
DotNetExecTask
Empty Constructor.
DotnetResource
- Class in
org.apache.ant.dotnet.compile
Used by
DotnetCompile
to name resources.
DotnetResource()
- Constructor for class org.apache.ant.dotnet.compile.
DotnetResource
E
ERROR_BOTH_DECLARED
- Static variable in class org.apache.ant.dotnet.compile.
WsdlToDotnet.Schema
ERROR_DEST_FILE_IS_DIR
- Static variable in class org.apache.ant.dotnet.compile.
WsdlToDotnet
error message: dest file is a directory
ERROR_FILE_IS_DIR
- Static variable in class org.apache.ant.dotnet.compile.
WsdlToDotnet.Schema
ERROR_FILE_NOT_FOUND
- Static variable in class org.apache.ant.dotnet.compile.
WsdlToDotnet.Schema
ERROR_NO_DEST_FILE
- Static variable in class org.apache.ant.dotnet.compile.
WsdlToDotnet
error message: no dest file
ERROR_NO_URL_CONVERT
- Static variable in class org.apache.ant.dotnet.compile.
WsdlToDotnet.Schema
ERROR_NONE_DECLARED
- Static variable in class org.apache.ant.dotnet.compile.
WsdlToDotnet.Schema
evaluate()
- Method in class org.apache.ant.dotnet.compile.
WsdlToDotnet.Schema
Validate our settings.
EXE_MONO
- Static variable in class org.apache.ant.dotnet.compile.
WsdlToDotnet.Compiler
exe_name
- Static variable in class org.apache.ant.dotnet.compile.
Ilasm
Name of the executable.
exe_title
- Static variable in class org.apache.ant.dotnet.compile.
Ilasm
title of task for external presentation
EXE_WSDL
- Static variable in class org.apache.ant.dotnet.compile.
WsdlToDotnet.Compiler
executable
- Variable in class org.apache.ant.dotnet.compile.
DotnetCompile
executable
executable
- Variable in class org.apache.ant.dotnet.
NetCommand
executable
execute()
- Method in class org.apache.ant.dotnet.build.
AbstractBuildTask
Perform the build.
execute()
- Method in class org.apache.ant.dotnet.compile.
DotnetCompile
do the work by building the command line and then calling it
execute()
- Method in class org.apache.ant.dotnet.compile.
Ilasm
This is the execution entry point.
execute()
- Method in class org.apache.ant.dotnet.compile.
WsdlToDotnet
do the work by building the command line and then calling it
execute()
- Method in class org.apache.ant.dotnet.
DotNetExecTask
Do the work.
execute()
- Method in class org.apache.ant.dotnet.
Ildasm
do the work
execute()
- Method in class org.apache.ant.dotnet.
ImportTypelib
Create a typelib command
execute()
- Method in class org.apache.ant.dotnet.
NUnitTask
execute()
- Method in class org.apache.ant.dotnet.wix.
TallowTask
execute()
- Method in class org.apache.ant.dotnet.wix.
WixTask
extraOptions
- Variable in class org.apache.ant.dotnet.compile.
DotnetCompile
any extra command options?
extraOptions
- Variable in class org.apache.ant.dotnet.compile.
Ilasm
any extra command options?
extraOptions
- Variable in class org.apache.ant.dotnet.compile.
WsdlToDotnet
any extra command options?
F
failOnError
- Variable in class org.apache.ant.dotnet.compile.
Ilasm
flag to control action on execution trouble
failOnError
- Variable in class org.apache.ant.dotnet.
NetCommand
flag to control action on execution trouble
file_ext
- Static variable in class org.apache.ant.dotnet.compile.
Ilasm
what is the file extension we search on?
file_pattern
- Static variable in class org.apache.ant.dotnet.compile.
Ilasm
and now derive the search pattern from the extension
filesets
- Variable in class org.apache.ant.dotnet.compile.
DotnetBaseMatchingTask
filesets of file to compile
fillInSharedParameters(NetCommand)
- Method in class org.apache.ant.dotnet.compile.
DotnetCompile
fill in the common information
flattenToString(Collection)
- Static method in class org.apache.ant.dotnet.util.
CollectionUtils
Creates a comma separated list of all values held in the given collection.
flattenToString(Collection, String)
- Static method in class org.apache.ant.dotnet.util.
CollectionUtils
Creates a list of all values held in the given collection separated by the given separator.
FSharp
- Class in
org.apache.ant.dotnet.compile
This task compiles F# source into executables or modules.
FSharp()
- Constructor for class org.apache.ant.dotnet.compile.
FSharp
G
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:"
H
hasFilesets()
- Method in class org.apache.ant.dotnet.compile.
DotnetResource
Checks that
node has embedded
I
Ilasm
- Class in
org.apache.ant.dotnet.compile
Assembles .NET Intermediate Language files.
Ilasm()
- Constructor for class org.apache.ant.dotnet.compile.
Ilasm
constructor inits everything and set up the search pattern
Ilasm.TargetTypes
- Class in
org.apache.ant.dotnet.compile
Target types to build.
Ilasm.TargetTypes()
- Constructor for class org.apache.ant.dotnet.compile.
Ilasm.TargetTypes
Ildasm
- Class in
org.apache.ant.dotnet
Task to take a .NET or Mono -generated managed executable and turn it into ILASM assembly code.
Ildasm()
- Constructor for class org.apache.ant.dotnet.
Ildasm
Ildasm.EncodingTypes
- Class in
org.apache.ant.dotnet
encoding options; the default is ascii
Ildasm.EncodingTypes()
- Constructor for class org.apache.ant.dotnet.
Ildasm.EncodingTypes
Ildasm.VisibilityOptions
- Class in
org.apache.ant.dotnet
visibility options for decoding
Ildasm.VisibilityOptions()
- Constructor for class org.apache.ant.dotnet.
Ildasm.VisibilityOptions
ImportTypelib
- Class in
org.apache.ant.dotnet
Import a COM type library into the .NET framework.
ImportTypelib()
- Constructor for class org.apache.ant.dotnet.
ImportTypelib
internalSetErrorProperty(String)
- Method in class org.apache.ant.dotnet.
DotNetExecTask
Sets the name of the property to set if execution fails.
isEmbed()
- Method in class org.apache.ant.dotnet.compile.
DotnetResource
isFileManagedBinary(File)
- Static method in class org.apache.ant.dotnet.compile.
DotnetCompile
test for a file being managed or not
isFileManagedBinary(File)
- Static method in class org.apache.ant.dotnet.compile.
Ilasm
test for a file being managed or not
isMakeURL()
- Method in class org.apache.ant.dotnet.compile.
WsdlToDotnet.Schema
isMono(String)
- Static method in class org.apache.ant.dotnet.
DotNetExecTask
Whether the given vm looks like the Mono executable.
isSet(Task)
- Method in class org.apache.ant.dotnet.compile.
DotnetDefine
logic taken from patternset
isUseResponseFile()
- Method in class org.apache.ant.dotnet.compile.
DotnetCompile
getter for flag
isUseResponseFile()
- Method in class org.apache.ant.dotnet.
NetCommand
getter
isWindows
- Static variable in class org.apache.ant.dotnet.compile.
DotnetBaseMatchingTask
Are we running on Windows?
J
JSharp
- Class in
org.apache.ant.dotnet.compile
Compile J# source down to a managed .NET application.
JSharp()
- Constructor for class org.apache.ant.dotnet.compile.
JSharp
L
listing
- Variable in class org.apache.ant.dotnet.compile.
Ilasm
listing flag
logError(String)
- Method in class org.apache.ant.dotnet.
NetCommand
error text log
logVerbose(String)
- Method in class org.apache.ant.dotnet.
NetCommand
verbose text log
M
mainClass
- Variable in class org.apache.ant.dotnet.compile.
DotnetCompile
main class (or null for automatic choice)
makeTree(DocumentFragment)
- Method in class org.apache.ant.dotnet.build.
AbstractBuildTask
Turn the DoucmentFragment into a DOM tree suitable as a build file when serialized.
makeTree(DocumentFragment)
- Method in class org.apache.ant.dotnet.build.
MSBuildTask
Turn the DocumentFragment into a DOM tree suitable as a build file when serialized.
makeTree(DocumentFragment)
- Method in class org.apache.ant.dotnet.build.
NAntTask
Turn the DocumentFragment into a DOM tree suitable as a build file when serialized.
maybeSetResultPropertyValue(int)
- Method in class org.apache.ant.dotnet.
DotNetExecTask
Overridden to support the error-property handling required by NUnit, NAnt and friends.
MSBuildTask
- Class in
org.apache.ant.dotnet.build
Runs a MSBuild build process.
MSBuildTask()
- Constructor for class org.apache.ant.dotnet.build.
MSBuildTask
N
NAntTask
- Class in
org.apache.ant.dotnet.build
Runs a NAnt build process.
NAntTask()
- Constructor for class org.apache.ant.dotnet.build.
NAntTask
NetCommand
- Class in
org.apache.ant.dotnet
This is a helper class to spawn net commands out.
NetCommand(Task, String, String)
- Constructor for class org.apache.ant.dotnet.
NetCommand
constructor
notEmpty(String)
- Method in class org.apache.ant.dotnet.compile.
DotnetCompile
test for a string containing something useful
notEmpty(String)
- Method in class org.apache.ant.dotnet.compile.
Ilasm
test for a string containing something useful
NUnitTask
- Class in
org.apache.ant.dotnet
Task to run the NUnit Console test runner.
NUnitTask()
- Constructor for class org.apache.ant.dotnet.
NUnitTask
NUnitTask.NamedElement
- Class in
org.apache.ant.dotnet
NUnitTask.NamedElement()
- Constructor for class org.apache.ant.dotnet.
NUnitTask.NamedElement
O
org.apache.ant.dotnet
- package org.apache.ant.dotnet
org.apache.ant.dotnet.build
- package org.apache.ant.dotnet.build
org.apache.ant.dotnet.compile
- package org.apache.ant.dotnet.compile
org.apache.ant.dotnet.util
- package org.apache.ant.dotnet.util
org.apache.ant.dotnet.wix
- package org.apache.ant.dotnet.wix
outputFile
- Variable in class org.apache.ant.dotnet.compile.
DotnetBaseMatchingTask
output file.
owner
- Variable in class org.apache.ant.dotnet.
NetCommand
owner project
P
prepareExecutor()
- Method in class org.apache.ant.dotnet.
NetCommand
set up the command sequence..
program
- Variable in class org.apache.ant.dotnet.
NetCommand
actual program to invoke
R
REFERENCE_OPTION
- Static variable in class org.apache.ant.dotnet.compile.
DotnetCompile
referenceFilesets
- Variable in class org.apache.ant.dotnet.compile.
DotnetCompile
filesets of references
referenceFilesets
- Variable in class org.apache.ant.dotnet.compile.
Ilasm
filesets of references
resourceFile
- Variable in class org.apache.ant.dotnet.compile.
Ilasm
resource file (.res format) to include in the app.
resources
- Variable in class org.apache.ant.dotnet.compile.
DotnetCompile
our resources
runCommand()
- Method in class org.apache.ant.dotnet.
NetCommand
Run the command using the given Execute instance.
S
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
T
TallowTask
- Class in
org.apache.ant.dotnet.wix
Task to run the tallow on packaging content to create a wxs file
TallowTask()
- Constructor for class org.apache.ant.dotnet.wix.
TallowTask
targetType
- Variable in class org.apache.ant.dotnet.compile.
DotnetCompile
type of target.
targetType
- Variable in class org.apache.ant.dotnet.compile.
Ilasm
type of target.
title
- Variable in class org.apache.ant.dotnet.
NetCommand
title of the command
toString()
- Method in class org.apache.ant.dotnet.build.
AbstractBuildTask.Property
toString()
- Method in class org.apache.ant.dotnet.build.
AbstractBuildTask.Target
toString()
- Method in class org.apache.ant.dotnet.
NUnitTask.NamedElement
traceCommandLine
- Variable in class org.apache.ant.dotnet.
NetCommand
trace flag
U
UNICODE
- Static variable in class org.apache.ant.dotnet.
Ildasm.EncodingTypes
unsafe
- Variable in class org.apache.ant.dotnet.compile.
CSharp
enable unsafe code flag.
UTF8
- Static variable in class org.apache.ant.dotnet.
Ildasm.EncodingTypes
utf8output
- Variable in class org.apache.ant.dotnet.compile.
DotnetCompile
utf out flag
V
validate()
- Method in class org.apache.ant.dotnet.compile.
DotnetCompile
validation code
validate()
- Method in class org.apache.ant.dotnet.compile.
JSharp
validation code
validate()
- Method in class org.apache.ant.dotnet.compile.
VisualBasicCompile
validation code
validate()
- Method in class org.apache.ant.dotnet.compile.
WsdlToDotnet.Schema
validate the schema
validate()
- Method in class org.apache.ant.dotnet.compile.
WsdlToDotnet
validation code
validate()
- Method in class org.apache.ant.dotnet.
ImportTypelib
validation code
verbose
- Variable in class org.apache.ant.dotnet.compile.
Ilasm
verbose flag
VisualBasicCompile
- Class in
org.apache.ant.dotnet.compile
This task compiles Visual Basic.NET source into executables or modules.
VisualBasicCompile()
- Constructor for class org.apache.ant.dotnet.compile.
VisualBasicCompile
Constructor for VisualBasicCompile.
W
WixTask
- Class in
org.apache.ant.dotnet.wix
Task to run the WiX utility to create MSI files from an XML description.
WixTask()
- Constructor for class org.apache.ant.dotnet.wix.
WixTask
WixTask.Mode
- Class in
org.apache.ant.dotnet.wix
WixTask.Mode()
- Constructor for class org.apache.ant.dotnet.wix.
WixTask.Mode
WsdlToDotnet
- Class in
org.apache.ant.dotnet.compile
Converts a WSDL file or URL resource into a .NET language.
WsdlToDotnet()
- Constructor for class org.apache.ant.dotnet.compile.
WsdlToDotnet
WsdlToDotnet.Compiler
- Class in
org.apache.ant.dotnet.compile
The enumerated values for our compiler
WsdlToDotnet.Compiler()
- Constructor for class org.apache.ant.dotnet.compile.
WsdlToDotnet.Compiler
WsdlToDotnet.Schema
- Class in
org.apache.ant.dotnet.compile
nested schema class Only supported on NET until mono add multi-URL handling on the command line
WsdlToDotnet.Schema()
- Constructor for class org.apache.ant.dotnet.compile.
WsdlToDotnet.Schema
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes