Cari di Apache Ant 
    Apache Ant Tutorial
Daftar Isi
(Sebelumnya) Index setVIndex T (Berikutnya)

Index SP - Apache Ant API

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
addC | addF | addR | AN | Co | cr | getC | getD | getG | getM | getP | getS | getV
setB | setD | setE | setF | setG | setJ | setN | setP | setR | setS | setT | setV | SP

SP

SPACER - Static variable in class org.apache.tools.ant.listener.TimestampedLogger
what appears between the old message and the new
spawn() - Method in class org.apache.tools.ant.taskdefs.Execute
Starts a process defined by the command line.
Specification - Class in org.apache.tools.ant.taskdefs.optional.extension
Utility class that represents either an available "Optional Package" (formerly known as "Standard Extension") as described in the manifest of a JAR file, or the requirement for such an optional package.
Specification(String, String, String, String, String, String) - Constructor for class org.apache.tools.ant.taskdefs.optional.extension.Specification
The constructor to create Package Specification object.
Specification(String, String, String, String, String, String, String[]) - Constructor for class org.apache.tools.ant.taskdefs.optional.extension.Specification
The constructor to create Package Specification object.
SPECIFICATION_TITLE - Static variable in class org.apache.tools.ant.taskdefs.optional.extension.Specification
Manifest Attribute Name object for SPECIFICATION_TITLE.
SPECIFICATION_VENDOR - Static variable in class org.apache.tools.ant.taskdefs.optional.extension.Extension
Manifest Attribute Name object for SPECIFICATION_VENDOR.
SPECIFICATION_VENDOR - Static variable in class org.apache.tools.ant.taskdefs.optional.extension.Specification
Manifest Attribute Name object for SPECIFICATION_VENDOR.
SPECIFICATION_VERSION - Static variable in class org.apache.tools.ant.taskdefs.optional.extension.Extension
Manifest Attribute Name object for SPECIFICATION_VERSION.
SPECIFICATION_VERSION - Static variable in class org.apache.tools.ant.taskdefs.optional.extension.Specification
Manifest Attribute Name object for SPECIFICATION_VERSION.
SplashTask - Class in org.apache.tools.ant.taskdefs.optional.splash
Creates a splash screen.
SplashTask() - Constructor for class org.apache.tools.ant.taskdefs.optional.splash.SplashTask
 
split(String, int) - Static method in class org.apache.tools.ant.util.StringUtils
Splits up a string where elements are separated by a specific character and return all elements.
SplitClassLoader - Class in org.apache.tools.ant.util
Specialized classloader for tasks that need finer grained control over which classes are to be loaded via Ant's classloader and which should not even if they are available.
SplitClassLoader(ClassLoader, Path, Project, String[]) - Constructor for class org.apache.tools.ant.util.SplitClassLoader
 
SQLExec - Class in org.apache.tools.ant.taskdefs
Executes a series of SQL statements on a database using JDBC.
SQLExec() - Constructor for class org.apache.tools.ant.taskdefs.SQLExec
 
SQLExec.DelimiterType - Class in org.apache.tools.ant.taskdefs
delimiters we support, "normal" and "row"
SQLExec.DelimiterType() - Constructor for class org.apache.tools.ant.taskdefs.SQLExec.DelimiterType
 
SQLExec.OnError - Class in org.apache.tools.ant.taskdefs
The action a task should perform on an error, one of "continue", "stop" and "abort"
SQLExec.OnError() - Constructor for class org.apache.tools.ant.taskdefs.SQLExec.OnError
 
SQLExec.Transaction - Class in org.apache.tools.ant.taskdefs
Contains the definition of a new transaction element.
SQLExec.Transaction() - Constructor for class org.apache.tools.ant.taskdefs.SQLExec.Transaction
 
src - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
srcDir - Variable in class org.apache.tools.ant.taskdefs.optional.image.Image
 
srcFile - Variable in class org.apache.tools.ant.types.ArchiveScanner
The archive file which should be scanned.
srcFilePos - Variable in class org.apache.tools.ant.taskdefs.ExecuteOn
 
srcIsFirst - Variable in class org.apache.tools.ant.taskdefs.ExecuteOn
Has <srcfile> been specified before <targetfile>
srcResource - Variable in class org.apache.tools.ant.taskdefs.Unpack
 
SS_EXE - Static variable in interface org.apache.tools.ant.taskdefs.optional.vss.MSVSSConstants
Constant for the thing to execute
SSHBase - Class in org.apache.tools.ant.taskdefs.optional.ssh
Base class for Ant tasks using jsch.
SSHBase() - Constructor for class org.apache.tools.ant.taskdefs.optional.ssh.SSHBase
Constructor for SSHBase.
SSHExec - Class in org.apache.tools.ant.taskdefs.optional.ssh
Executes a command on a remote machine via ssh.
SSHExec() - Constructor for class org.apache.tools.ant.taskdefs.optional.ssh.SSHExec
Constructor for SSHExecTask.
SSHSession - Class in org.apache.tools.ant.taskdefs.optional.ssh
Establishes an ssh session with a remote machine, optionally establishing port forwarding, then executes any nested task(s) before closing the session.
SSHSession() - Constructor for class org.apache.tools.ant.taskdefs.optional.ssh.SSHSession
 
SSHSession.LocalTunnel - Class in org.apache.tools.ant.taskdefs.optional.ssh
 
SSHSession.LocalTunnel() - Constructor for class org.apache.tools.ant.taskdefs.optional.ssh.SSHSession.LocalTunnel
 
SSHSession.NestedSequential - Class in org.apache.tools.ant.taskdefs.optional.ssh
The class corresponding to the sequential nested element.
SSHSession.NestedSequential() - Constructor for class org.apache.tools.ant.taskdefs.optional.ssh.SSHSession.NestedSequential
 
SSHSession.RemoteTunnel - Class in org.apache.tools.ant.taskdefs.optional.ssh
 
SSHSession.RemoteTunnel() - Constructor for class org.apache.tools.ant.taskdefs.optional.ssh.SSHSession.RemoteTunnel
 
SSHUserInfo - Class in org.apache.tools.ant.taskdefs.optional.ssh
Class containing information on an SSH user.
SSHUserInfo() - Constructor for class org.apache.tools.ant.taskdefs.optional.ssh.SSHUserInfo
Constructor for SSHUserInfo.
SSHUserInfo(String, boolean) - Constructor for class org.apache.tools.ant.taskdefs.optional.ssh.SSHUserInfo
Constructor for SSHUserInfo.
SSL - Variable in class org.apache.tools.ant.taskdefs.email.Mailer
 
start(String[], Properties, ClassLoader) - Static method in class org.apache.tools.ant.Main
Creates a new instance of this class using the arguments specified, gives it any extra user properties which have been specified, and then runs the build using the classloader provided.
start() - Method in interface org.apache.tools.ant.taskdefs.ExecuteStreamHandler
Start handling of the streams.
start(Process) - Method in class org.apache.tools.ant.taskdefs.ExecuteWatchdog
Watches the given process and terminates it, if it runs for too long.
start() - Method in class org.apache.tools.ant.taskdefs.JikesOutputParser
Deprecated.
Invokes parseOutput.
start() - Method in class org.apache.tools.ant.taskdefs.optional.ccm.CCMCreateTask
 
start() - Method in class org.apache.tools.ant.taskdefs.optional.ejb.BorlandDeploymentTool
Start handling of the streams.
start() - Method in class org.apache.tools.ant.taskdefs.optional.perforce.P4HandlerAdapter
this routine gets called by the execute routine of the Execute class it connects the PumpStreamHandler to the input/output/error streams of the process.
start() - Method in class org.apache.tools.ant.taskdefs.PumpStreamHandler
Start the Threads.
start - Variable in class org.apache.tools.ant.types.optional.image.Arc
 
start() - Method in class org.apache.tools.ant.util.Watchdog
Start the watch dog.
startAnt(String[], Properties, ClassLoader) - Method in interface org.apache.tools.ant.launch.AntMain
Start Ant.
startAnt(String[], Properties, ClassLoader) - Method in class org.apache.tools.ant.Main
Start Ant
startDocument() - Method in class org.apache.tools.ant.taskdefs.optional.ejb.DescriptorHandler
SAX parser call-back method that is used to initialize the values of some instance variables to ensure safe operation.
startElement(String, String, String, Attributes) - Method in class org.apache.tools.ant.helper.ProjectHelper2.RootHandler
Handles the start of a project element.
startElement(String, AttributeList) - Method in class org.apache.tools.ant.taskdefs.optional.ejb.DescriptorHandler
SAX parser call-back method that is invoked when a new element is entered into.
startPrefixMapping(String, String) - Method in class org.apache.tools.ant.helper.AntXMLContext
Called during parsing, stores the prefix to uri mapping.
startPrefixMapping(String, String) - Method in class org.apache.tools.ant.helper.ProjectHelper2.RootHandler
Start a namespace prefix to uri mapping
startTest(Test) - Method in class org.apache.tools.ant.taskdefs.optional.junit.BriefJUnitResultFormatter
A test started.
startTest(Test) - Method in class org.apache.tools.ant.taskdefs.optional.junit.FailureRecorder
Not used
startTest(Test) - Method in class org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner
Interface TestListener.
startTest(Test) - Method in class org.apache.tools.ant.taskdefs.optional.junit.PlainJUnitResultFormatter
Interface TestListener.
startTest(Test) - Method in class org.apache.tools.ant.taskdefs.optional.junit.SummaryJUnitResultFormatter
Empty
startTest(Test) - Method in class org.apache.tools.ant.taskdefs.optional.junit.TearDownOnVmCrash
 
startTest(Test) - Method in class org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter
Interface TestListener.
startTestSuite(JUnitTest) - Method in class org.apache.tools.ant.taskdefs.optional.junit.BriefJUnitResultFormatter
The whole testsuite started.
startTestSuite(JUnitTest) - Method in class org.apache.tools.ant.taskdefs.optional.junit.FailureRecorder
Not used The whole testsuite started.
startTestSuite(JUnitTest) - Method in interface org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormatter
The whole testsuite started.
startTestSuite(JUnitTest) - Method in class org.apache.tools.ant.taskdefs.optional.junit.PlainJUnitResultFormatter
The whole testsuite started.
startTestSuite(JUnitTest) - Method in class org.apache.tools.ant.taskdefs.optional.junit.SummaryJUnitResultFormatter
The testsuite started.
startTestSuite(JUnitTest) - Method in class org.apache.tools.ant.taskdefs.optional.junit.TearDownOnVmCrash
Records the suite's name to later determine the class to invoke tearDown on.
startTestSuite(JUnitTest) - Method in class org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter
The whole testsuite started.
stop() - Method in interface org.apache.tools.ant.taskdefs.ExecuteStreamHandler
Stop handling of the streams - will not be restarted.
stop() - Method in class org.apache.tools.ant.taskdefs.ExecuteWatchdog
Stops the watcher.
stop() - Method in class org.apache.tools.ant.taskdefs.JikesOutputParser
Deprecated.
Ignore.
stop() - Method in class org.apache.tools.ant.taskdefs.LogStreamHandler
Stop the log stream handler.
stop() - Method in class org.apache.tools.ant.taskdefs.optional.ccm.CCMCreateTask
 
stop() - Method in class org.apache.tools.ant.taskdefs.optional.ejb.BorlandDeploymentTool
Stop handling of the streams - will not be restarted.
stop() - Method in class org.apache.tools.ant.taskdefs.optional.perforce.P4HandlerAdapter
stops the processing of streams called from P4Base#execP4Command(String command, P4Handler handler)
stop() - Method in class org.apache.tools.ant.taskdefs.PumpStreamHandler
Stop pumping the streams.
stop - Variable in class org.apache.tools.ant.types.optional.image.Arc
 
stop() - Method in class org.apache.tools.ant.util.Watchdog
Stop the watch dog.
store() - Method in class org.apache.tools.ant.IntrospectionHelper.Creator
Stores the nested element object using a storage method determined by introspection.
store(OutputStream, String) - Method in class org.apache.tools.ant.util.LayoutPreservingProperties
 
storeChild(Project, Object, Object, String) - Static method in class org.apache.tools.ant.ProjectHelper
Stores a configured child element within its parent object.
STORED - Static variable in class org.apache.tools.zip.ZipOutputStream
Compression method for stored entries.
storeElement(Project, Object, Object, String) - Method in class org.apache.tools.ant.IntrospectionHelper
Stores a named nested element using a storage method determined by the initial introspection.
storepass - Variable in class org.apache.tools.ant.taskdefs.AbstractJarSignerTask
password for the store
storepass - Variable in class org.apache.tools.ant.taskdefs.GenerateKey
 
storetype - Variable in class org.apache.tools.ant.taskdefs.AbstractJarSignerTask
type of store,-storetype param
storetype - Variable in class org.apache.tools.ant.taskdefs.GenerateKey
 
str_encoding - Variable in class org.apache.tools.ant.taskdefs.optional.image.Image
 
StreamPumper - Class in org.apache.tools.ant.taskdefs
Copies all data from an input stream to an output stream.
StreamPumper(InputStream, OutputStream, boolean) - Constructor for class org.apache.tools.ant.taskdefs.StreamPumper
Create a new StreamPumper.
StreamPumper(InputStream, OutputStream, boolean, boolean) - Constructor for class org.apache.tools.ant.taskdefs.StreamPumper
Create a new StreamPumper.
StreamPumper(InputStream, OutputStream) - Constructor for class org.apache.tools.ant.taskdefs.StreamPumper
Create a new StreamPumper.
STRING_TYPE - Static variable in class org.apache.tools.ant.taskdefs.optional.PropertyFile.Entry.Type
string
StringCPInfo - Class in org.apache.tools.ant.taskdefs.optional.depend.constantpool
A String Constant Pool Entry.
StringCPInfo() - Constructor for class org.apache.tools.ant.taskdefs.optional.depend.constantpool.StringCPInfo
Constructor.
StringInputStream - Class in org.apache.tools.ant.filters
Wraps a String as an InputStream.
StringInputStream(String) - Constructor for class org.apache.tools.ant.filters.StringInputStream
Composes a stream from a String
StringInputStream(String, String) - Constructor for class org.apache.tools.ant.filters.StringInputStream
Composes a stream from a String with the specified encoding
StringResource - Class in org.apache.tools.ant.types.resources
Exposes a string as a Resource.
StringResource() - Constructor for class org.apache.tools.ant.types.resources.StringResource
Default constructor.
StringResource(String) - Constructor for class org.apache.tools.ant.types.resources.StringResource
Construct a StringResource with the supplied value.
StringResource(Project, String) - Constructor for class org.apache.tools.ant.types.resources.StringResource
Construct a StringResource with the supplied project and value, doing property replacement against the project if non-null.
StringTokenizer - Class in org.apache.tools.ant.util
Class to tokenize the input as areas separated by white space, or by a specified list of delim characters.
StringTokenizer() - Constructor for class org.apache.tools.ant.util.StringTokenizer
 
StringUtils - Class in org.apache.tools.ant.util
A set of helper methods related to string manipulation.
StripJavaComments - Class in org.apache.tools.ant.filters
This is a Java comment and string stripper reader that filters those lexical tokens out for purposes of simple Java parsing.
StripJavaComments() - Constructor for class org.apache.tools.ant.filters.StripJavaComments
Constructor for "dummy" instances.
StripJavaComments(Reader) - Constructor for class org.apache.tools.ant.filters.StripJavaComments
Creates a new filtered reader.
StripLineBreaks - Class in org.apache.tools.ant.filters
Filter to flatten the stream to a single line.
StripLineBreaks() - Constructor for class org.apache.tools.ant.filters.StripLineBreaks
Constructor for "dummy" instances.
StripLineBreaks(Reader) - Constructor for class org.apache.tools.ant.filters.StripLineBreaks
Creates a new filtered reader.
StripLineComments - Class in org.apache.tools.ant.filters
This filter strips line comments.
StripLineComments() - Constructor for class org.apache.tools.ant.filters.StripLineComments
Constructor for "dummy" instances.
StripLineComments(Reader) - Constructor for class org.apache.tools.ant.filters.StripLineComments
Creates a new filtered reader.
StripLineComments.Comment - Class in org.apache.tools.ant.filters
The class that holds a comment representation.
StripLineComments.Comment() - Constructor for class org.apache.tools.ant.filters.StripLineComments.Comment
 
stroke - Variable in class org.apache.tools.ant.types.optional.image.BasicShape
 
stroke_width - Variable in class org.apache.tools.ant.types.optional.image.BasicShape
 
STUB_1_1 - Static variable in class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
arg for 1.1: "-v1.1"
STUB_1_2 - Static variable in class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
arg for 1.2: "-v1.2"
STUB_COMPAT - Static variable in class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
arg for compat: "-vcompat"
STUB_OPTION_1_1 - Static variable in class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
option for stub 1.1 in the rmic task: "1.1"
STUB_OPTION_1_2 - Static variable in class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
option for stub 1.2 in the rmic task: "1.2"
STUB_OPTION_COMPAT - Static variable in class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
option for stub compat in the rmic task: "compat"
STYLE_BRIEF - Static variable in interface org.apache.tools.ant.taskdefs.optional.vss.MSVSSConstants
The brief style flag
STYLE_CODEDIFF - Static variable in interface org.apache.tools.ant.taskdefs.optional.vss.MSVSSConstants
The codediff style flag
STYLE_DEFAULT - Static variable in interface org.apache.tools.ant.taskdefs.optional.vss.MSVSSConstants
The default style flag
STYLE_NOFILE - Static variable in interface org.apache.tools.ant.taskdefs.optional.vss.MSVSSConstants
The nofile style flag
styleDir - Variable in class org.apache.tools.ant.taskdefs.optional.junit.AggregateTransformer
the style directory.
SubAnt - Class in org.apache.tools.ant.taskdefs
Calls a given target for all defined sub-builds.
SubAnt() - Constructor for class org.apache.tools.ant.taskdefs.SubAnt
 
subBuildFinished(BuildEvent) - Method in class org.apache.tools.ant.AntClassLoader
Cleans up any resources held by this classloader at the end of a subbuild if it has been created for the subbuild's project instance.
subBuildFinished(BuildEvent) - Method in class org.apache.tools.ant.listener.BigProjectLogger
Signals that the last target has finished.
subBuildFinished(BuildEvent) - Method in interface org.apache.tools.ant.SubBuildListener
Signals that the last target has finished.
subBuildFinished(BuildEvent) - Method in class org.apache.tools.ant.taskdefs.Recorder
Cleans recorder registry, if this is the subbuild the task has been created in.
subBuildFinished(BuildEvent) - Method in class org.apache.tools.ant.taskdefs.RecorderEntry
Cleans up any resources held by this recorder entry at the end of a subbuild if it has been created for the subbuild's project instance.
SubBuildListener - Interface in org.apache.tools.ant
Instances of classes that implement this interface can register to be also notified when things happened during a subbuild.
subBuildStarted(BuildEvent) - Method in class org.apache.tools.ant.AntClassLoader
Empty implementation to satisfy the BuildListener interface.
subBuildStarted(BuildEvent) - Method in class org.apache.tools.ant.listener.BigProjectLogger
Signals that a subbuild has started.
subBuildStarted(BuildEvent) - Method in interface org.apache.tools.ant.SubBuildListener
Signals that a subbuild has started.
subBuildStarted(BuildEvent) - Method in class org.apache.tools.ant.taskdefs.Recorder
Empty implementation required by SubBuildListener interface.
subBuildStarted(BuildEvent) - Method in class org.apache.tools.ant.taskdefs.RecorderEntry
Empty implementation to satisfy the BuildListener interface.
subject - Variable in class org.apache.tools.ant.taskdefs.email.Mailer
 
substitute(String, String, int) - Method in class org.apache.tools.ant.util.regexp.JakartaOroRegexp
Perform a substitution on the regular expression.
substitute(String, String, int) - Method in class org.apache.tools.ant.util.regexp.JakartaRegexpRegexp
Perform a substitution on the regular expression.
substitute(String, String, int) - Method in class org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp
Perform a substitution on the regular expression.
substitute(String, String, int) - Method in interface org.apache.tools.ant.util.regexp.Regexp
Perform a substitution on the regular expression.
Substitution - Class in org.apache.tools.ant.types
A regular expression substitution datatype.
Substitution() - Constructor for class org.apache.tools.ant.types.Substitution
Constructor for Substitution.
SUCCESS - Static variable in interface org.apache.tools.ant.taskdefs.optional.junit.JUnitTaskMirror.JUnitTestRunnerMirror
No problems with this test.
SuffixLines - Class in org.apache.tools.ant.filters
Attaches a suffix to every line.
SuffixLines() - Constructor for class org.apache.tools.ant.filters.SuffixLines
Constructor for "dummy" instances.
SuffixLines(Reader) - Constructor for class org.apache.tools.ant.filters.SuffixLines
Creates a new filtered reader.
SummaryJUnitResultFormatter - Class in org.apache.tools.ant.taskdefs.optional.junit
Prints short summary output of the test to Ant's logging system.
SummaryJUnitResultFormatter() - Constructor for class org.apache.tools.ant.taskdefs.optional.junit.SummaryJUnitResultFormatter
Empty
SunJavah - Class in org.apache.tools.ant.taskdefs.optional.javah
Adapter to com.sun.tools.javah.oldjavah.Main or com.sun.tools.javah.Main.
SunJavah() - Constructor for class org.apache.tools.ant.taskdefs.optional.javah.SunJavah
 
SunNative2Ascii - Class in org.apache.tools.ant.taskdefs.optional.native2ascii
Adapter to sun.tools.native2ascii.Main.
SunNative2Ascii() - Constructor for class org.apache.tools.ant.taskdefs.optional.native2ascii.SunNative2Ascii
 
SunRmic - Class in org.apache.tools.ant.taskdefs.rmic
The implementation of the rmic for SUN's JDK.
SunRmic() - Constructor for class org.apache.tools.ant.taskdefs.rmic.SunRmic
 
supportsCharacters() - Method in class org.apache.tools.ant.IntrospectionHelper
Returns whether or not the introspected class supports PCDATA.
supportsCvsLogWithSOption() - Method in class org.apache.tools.ant.taskdefs.cvslib.CvsVersion
Find out if the server version supports log with S option
supportsFileDependencies() - Method in class org.apache.tools.ant.taskdefs.optional.depend.AntAnalyzer
Indicate if this analyzer can determine dependent files.
supportsFileDependencies() - Method in class org.apache.tools.ant.util.depend.AbstractAnalyzer
Indicate if the particular subclass supports file dependency information.
supportsFileDependencies() - Method in class org.apache.tools.ant.util.depend.bcel.AncestorAnalyzer
Indicate if this analyzer can determine dependent files.
supportsFileDependencies() - Method in class org.apache.tools.ant.util.depend.bcel.FullAnalyzer
Indicate if this analyzer can determine dependent files.
supportsLanguage() - Method in class org.apache.tools.ant.util.optional.JavaxScriptRunner
Check if a script engine can be created for this language.
supportsLanguage() - Method in class org.apache.tools.ant.util.optional.ScriptRunner
Check if bsf supports the language.
supportsLanguage() - Method in class org.apache.tools.ant.util.ScriptRunnerBase
Check if a script engine can be created for this language.
supportsNestedElement(String) - Method in class org.apache.tools.ant.IntrospectionHelper
Indicates if this element supports a nested element of the given name.
supportsNestedElement(String, String) - Method in class org.apache.tools.ant.IntrospectionHelper
Indicate if this element supports a nested element of the given name.
supportsNestedElement(String, String, Project, Object) - Method in class org.apache.tools.ant.IntrospectionHelper
Indicate if this element supports a nested element of the given name.
supportsNonFileResources() - Method in class org.apache.tools.ant.taskdefs.BUnzip2
Whether this task can deal with non-file resources.
supportsNonFileResources() - Method in class org.apache.tools.ant.taskdefs.BZip2
Whether this task can deal with non-file resources.
supportsNonFileResources() - Method in class org.apache.tools.ant.taskdefs.Copy
Whether this task can deal with non-file resources.
supportsNonFileResources() - Method in class org.apache.tools.ant.taskdefs.GUnzip
Whether this task can deal with non-file resources.
supportsNonFileResources() - Method in class org.apache.tools.ant.taskdefs.GZip
Whether this task can deal with non-file resources.
supportsNonFileResources() - Method in class org.apache.tools.ant.taskdefs.Pack
Whether this task can deal with non-file resources.
supportsNonFileResources() - Method in class org.apache.tools.ant.taskdefs.Sync.MyCopy
Yes, we can.
supportsNonFileResources() - Method in class org.apache.tools.ant.taskdefs.Tar
Whether this task can deal with non-file resources.
supportsNonFileResources() - Method in class org.apache.tools.ant.taskdefs.Unpack
Whether this task can deal with non-file resources.
supportsNonFileResources() - Method in class org.apache.tools.ant.taskdefs.XmlProperty
Whether this task can deal with non-file resources.
supportsReflectElement(String, String) - Method in class org.apache.tools.ant.IntrospectionHelper
Check if this element supports a nested element from reflection.
SymbolicLinkUtils - Class in org.apache.tools.ant.util
Contains methods related to symbolic links - or what Ant thinks is a symbolic link based on the absent support for them in Java.
SymbolicLinkUtils() - Constructor for class org.apache.tools.ant.util.SymbolicLinkUtils
Empty constructor.
Symlink - Class in org.apache.tools.ant.taskdefs.optional.unix
Creates, Deletes, Records and Restores Symlinks.
Symlink() - Constructor for class org.apache.tools.ant.taskdefs.optional.unix.Symlink
 
Sync - Class in org.apache.tools.ant.taskdefs
Synchronize a local target directory from the files defined in one or more filesets.
Sync() - Constructor for class org.apache.tools.ant.taskdefs.Sync
 
Sync.MyCopy - Class in org.apache.tools.ant.taskdefs
Subclass Copy in order to access it's file/dir maps.
Sync.MyCopy() - Constructor for class org.apache.tools.ant.taskdefs.Sync.MyCopy
Constructor for MyCopy.
Sync.SyncTarget - Class in org.apache.tools.ant.taskdefs
Inner class used to hold exclude patterns and selectors to save stuff that happens to live in the target directory but should not get removed.
Sync.SyncTarget() - Constructor for class org.apache.tools.ant.taskdefs.Sync.SyncTarget
Constructor for SyncTarget.
SYSTEM_ERR - Static variable in interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants
the system-err element
SYSTEM_LOADER_REF - Static variable in class org.apache.tools.ant.MagicNames
The name of the reference to the System Class Loader.
SYSTEM_LOADER_REF - Static variable in class org.apache.tools.ant.taskdefs.Classloader
 
SYSTEM_OUT - Static variable in interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants
the system-out element
systemBootClasspath - Static variable in class org.apache.tools.ant.types.Path
The system bootclasspath as a Path object.
systemClasspath - Static variable in class org.apache.tools.ant.types.Path
The system classpath as a Path object
(Sebelumnya) Index setVIndex T (Berikutnya)