Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
L
M
N
O
P
R
S
T
U
V
W
S
scanDir(File, File, String[])
- Method in class org.springframework.build.ant.
Javac
Scans the directory looking for source files to be compiled.
sendString(String, boolean)
- Method in class org.springframework.build.ant.
TelnetTask.AntTelnetClient
Write this string to the telnet session.
server
- Variable in class org.springframework.build.ant.
TelnetTask
The server to connect to.
setBootclasspath(Path)
- Method in class org.springframework.build.ant.
Javac
Sets the bootclasspath that will be used to compile the classes against.
setBootClasspathRef(Reference)
- Method in class org.springframework.build.ant.
Javac
Adds a reference to a classpath defined elsewhere.
setClasspath(Path)
- Method in class org.springframework.build.ant.
Javac
Set the classpath to be used for this compilation.
setClasspathRef(Reference)
- Method in class org.springframework.build.ant.
Javac
Adds a reference to a classpath defined elsewhere.
setCompiler(String)
- Method in class org.springframework.build.ant.
Javac
Choose the implementation for this particular task.
setDebug(boolean)
- Method in class org.springframework.build.ant.
Javac
Indicates whether source should be compiled with debug information; defaults to off.
setDebugLevel(String)
- Method in class org.springframework.build.ant.
Javac
Keyword list to be appended to the -g command-line switch.
setDefaultTimeout(Integer)
- Method in class org.springframework.build.ant.
TelnetTask.TelnetRead
Sets the default timeout if none has been set already
setDepend(boolean)
- Method in class org.springframework.build.ant.
Javac
Enables dependency-tracking for compilers that support this (jikes and classic).
setDeprecation(boolean)
- Method in class org.springframework.build.ant.
Javac
Indicates whether source should be compiled with deprecation information; defaults to off.
setDestdir(File)
- Method in class org.springframework.build.ant.
Javac
Set the destination directory into which the Java source files should be compiled.
setEcho(boolean)
- Method in class org.springframework.build.ant.
TelnetTask.TelnetWrite
Whether or not the message should be echoed to the log.
setEncoding(String)
- Method in class org.springframework.build.ant.
Javac
Set the Java source file encoding name.
setExecutable(String)
- Method in class org.springframework.build.ant.
Javac
Sets the name of the javac executable.
setExtdirs(Path)
- Method in class org.springframework.build.ant.
Javac
Sets the extension directories that will be used during the compilation.
setFailonerror(boolean)
- Method in class org.springframework.build.ant.
Javac
Indicates whether the build will continue even if there are compilation errors; defaults to true.
setFork(boolean)
- Method in class org.springframework.build.ant.
Javac
If true, forks the javac compiler.
setIncludeantruntime(boolean)
- Method in class org.springframework.build.ant.
Javac
If true, includes Ant's own classpath in the classpath.
setIncludejavaruntime(boolean)
- Method in class org.springframework.build.ant.
Javac
If true, includes the Java runtime libraries in the classpath.
setInitialCR(boolean)
- Method in class org.springframework.build.ant.
TelnetTask
send a carriage return after connecting; optional, defaults to false.
setListfiles(boolean)
- Method in class org.springframework.build.ant.
Javac
If true, list the source files being handed off to the compiler.
setMemoryInitialSize(String)
- Method in class org.springframework.build.ant.
Javac
The initial size of the memory for the underlying VM if javac is run externally; ignored otherwise.
setMemoryMaximumSize(String)
- Method in class org.springframework.build.ant.
Javac
The maximum size of the memory for the underlying VM if javac is run externally; ignored otherwise.
setNowarn(boolean)
- Method in class org.springframework.build.ant.
Javac
If true, enables the -nowarn option.
setOptimize(boolean)
- Method in class org.springframework.build.ant.
Javac
If true, compiles with optimization enabled.
setPassword(String)
- Method in class org.springframework.build.ant.
TelnetTask
Set the the login password to use required if
userid
is set.
setPort(int)
- Method in class org.springframework.build.ant.
TelnetTask
Set the tcp port to connect to; default is 23.
setProceed(boolean)
- Method in class org.springframework.build.ant.
Javac
setServer(String)
- Method in class org.springframework.build.ant.
TelnetTask
Set the hostname or address of the remote server.
setSource(String)
- Method in class org.springframework.build.ant.
Javac
Value of the -source command-line switch; will be ignored by all implementations except modern and jikes.
setSourcepath(Path)
- Method in class org.springframework.build.ant.
Javac
Set the sourcepath to be used for this compilation.
setSourcepathRef(Reference)
- Method in class org.springframework.build.ant.
Javac
Adds a reference to a source path defined elsewhere.
setSrcdir(Path)
- Method in class org.springframework.build.ant.
Javac
Set the source directories to find the source Java files.
setString(String)
- Method in class org.springframework.build.ant.
TelnetTask.TelnetSubTask
the message as an attribute
setTarget(String)
- Method in class org.springframework.build.ant.
Javac
Sets the target VM that the classes will be compiled for.
setTempdir(File)
- Method in class org.springframework.build.ant.
Javac
Where Ant should place temporary files.
setTimeout(Integer)
- Method in class org.springframework.build.ant.
TelnetTask
set a default timeout in seconds to wait for a response, zero means forever (the default)
setTimeout(Integer)
- Method in class org.springframework.build.ant.
TelnetTask.TelnetRead
a timeout value that overrides any task wide timeout.
setUserid(String)
- Method in class org.springframework.build.ant.
TelnetTask
Set the the login id to use on the server; required if
password
is set.
setVerbose(boolean)
- Method in class org.springframework.build.ant.
Javac
If true, asks the compiler for verbose output.
source
- Variable in class org.springframework.build.ant.
Javac
src
- Variable in class org.springframework.build.ant.
Javac
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
L
M
N
O
P
R
S
T
U
V
W