Cari di Apache Ant 
    Apache Ant Tutorial
Daftar Isi
(Sebelumnya) Index OIndex R (Berikutnya)

Index P - 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

P

P4Add - Class in org.apache.tools.ant.taskdefs.optional.perforce
Adds specified files to Perforce.
P4Add() - Constructor for class org.apache.tools.ant.taskdefs.optional.perforce.P4Add
 
P4Base - Class in org.apache.tools.ant.taskdefs.optional.perforce
Base class for Perforce (P4) ANT tasks.
P4Base() - Constructor for class org.apache.tools.ant.taskdefs.optional.perforce.P4Base
 
P4Change - Class in org.apache.tools.ant.taskdefs.optional.perforce
Requests a new changelist from the Perforce server.
P4Change() - Constructor for class org.apache.tools.ant.taskdefs.optional.perforce.P4Change
 
P4Client - Variable in class org.apache.tools.ant.taskdefs.optional.perforce.P4Base
Perforce Client (eg myclientspec)
P4CmdOpts - Variable in class org.apache.tools.ant.taskdefs.optional.perforce.P4Base
Perforce command opts.
P4Counter - Class in org.apache.tools.ant.taskdefs.optional.perforce
Obtains or sets the value of a counter.
P4Counter() - Constructor for class org.apache.tools.ant.taskdefs.optional.perforce.P4Counter
 
P4Delete - Class in org.apache.tools.ant.taskdefs.optional.perforce
Checkout files for deletion.
P4Delete() - Constructor for class org.apache.tools.ant.taskdefs.optional.perforce.P4Delete
 
P4Edit - Class in org.apache.tools.ant.taskdefs.optional.perforce
Open file(s) for edit.
P4Edit() - Constructor for class org.apache.tools.ant.taskdefs.optional.perforce.P4Edit
 
P4Fstat - Class in org.apache.tools.ant.taskdefs.optional.perforce
P4Fstat--find out which files are under Perforce control and which are not.
P4Fstat() - Constructor for class org.apache.tools.ant.taskdefs.optional.perforce.P4Fstat
 
P4Handler - Interface in org.apache.tools.ant.taskdefs.optional.perforce
Interface for p4 job output stream handler.
P4HandlerAdapter - Class in org.apache.tools.ant.taskdefs.optional.perforce
base class to manage streams around the execution of the Perforce command line client
P4HandlerAdapter() - Constructor for class org.apache.tools.ant.taskdefs.optional.perforce.P4HandlerAdapter
 
P4Have - Class in org.apache.tools.ant.taskdefs.optional.perforce
Lists Perforce files currently on client.
P4Have() - Constructor for class org.apache.tools.ant.taskdefs.optional.perforce.P4Have
 
P4Integrate - Class in org.apache.tools.ant.taskdefs.optional.perforce
Integrate file(s).
P4Integrate() - Constructor for class org.apache.tools.ant.taskdefs.optional.perforce.P4Integrate
 
P4Label - Class in org.apache.tools.ant.taskdefs.optional.perforce
Creates a new Perforce label and set contents to reflect current client file revisions.
P4Label() - Constructor for class org.apache.tools.ant.taskdefs.optional.perforce.P4Label
 
P4Labelsync - Class in org.apache.tools.ant.taskdefs.optional.perforce
This method syncs an existing Perforce label against the Perforce client or against a set of files/revisions.
P4Labelsync() - Constructor for class org.apache.tools.ant.taskdefs.optional.perforce.P4Labelsync
 
P4Opts - Variable in class org.apache.tools.ant.taskdefs.optional.perforce.P4Base
Perforce 'global' opts.
P4OutputHandler - Interface in org.apache.tools.ant.taskdefs.optional.perforce
Interface for p4 job output stream handler.
P4OutputStream - Class in org.apache.tools.ant.taskdefs.optional.perforce
heavily inspired from LogOutputStream this stream class calls back the P4Handler on each line of stdout or stderr read
P4OutputStream(P4Handler) - Constructor for class org.apache.tools.ant.taskdefs.optional.perforce.P4OutputStream
creates a new P4OutputStream for a P4Handler
P4Port - Variable in class org.apache.tools.ant.taskdefs.optional.perforce.P4Base
Perforce Server Port (eg KM01:1666)
P4Reopen - Class in org.apache.tools.ant.taskdefs.optional.perforce
Reopen Perforce checkout files between changelists.
P4Reopen() - Constructor for class org.apache.tools.ant.taskdefs.optional.perforce.P4Reopen
 
P4Resolve - Class in org.apache.tools.ant.taskdefs.optional.perforce
 
P4Resolve() - Constructor for class org.apache.tools.ant.taskdefs.optional.perforce.P4Resolve
 
P4Revert - Class in org.apache.tools.ant.taskdefs.optional.perforce
Revert Perforce open files or files in a changelist
P4Revert() - Constructor for class org.apache.tools.ant.taskdefs.optional.perforce.P4Revert
 
P4Submit - Class in org.apache.tools.ant.taskdefs.optional.perforce
Submits a numbered changelist to Perforce.
P4Submit() - Constructor for class org.apache.tools.ant.taskdefs.optional.perforce.P4Submit
 
P4Submit.P4SubmitAdapter - Class in org.apache.tools.ant.taskdefs.optional.perforce
internal class used to process the output of p4 submit
P4Submit.P4SubmitAdapter(P4Base) - Constructor for class org.apache.tools.ant.taskdefs.optional.perforce.P4Submit.P4SubmitAdapter
Constructor.
P4Sync - Class in org.apache.tools.ant.taskdefs.optional.perforce
Synchronize client space to a Perforce depot view.
P4Sync() - Constructor for class org.apache.tools.ant.taskdefs.optional.perforce.P4Sync
 
P4User - Variable in class org.apache.tools.ant.taskdefs.optional.perforce.P4Base
Perforce User (eg fbloggs)
P4View - Variable in class org.apache.tools.ant.taskdefs.optional.perforce.P4Base
Perforce view for commands.
pack() - Method in class org.apache.tools.ant.taskdefs.BZip2
Compress the zipFile.
pack() - Method in class org.apache.tools.ant.taskdefs.GZip
perform the GZip compression operation.
Pack - Class in org.apache.tools.ant.taskdefs
Abstract Base class for pack tasks.
Pack() - Constructor for class org.apache.tools.ant.taskdefs.Pack
 
pack() - Method in class org.apache.tools.ant.taskdefs.Pack
subclasses must implement this method to do their compression
PackageNameMapper - Class in org.apache.tools.ant.util
Maps directory name matches into a dotted package name.
PackageNameMapper() - Constructor for class org.apache.tools.ant.util.PackageNameMapper
 
Parallel - Class in org.apache.tools.ant.taskdefs
Executes the contained tasks in separate threads, continuing once all are completed.
Parallel() - Constructor for class org.apache.tools.ant.taskdefs.Parallel
 
Parallel.TaskList - Class in org.apache.tools.ant.taskdefs
Class which holds a list of tasks to execute
Parallel.TaskList() - Constructor for class org.apache.tools.ant.taskdefs.Parallel.TaskList
 
Parameter - Class in org.apache.tools.ant.types
A parameter is composed of a name, type and value.
Parameter() - Constructor for class org.apache.tools.ant.types.Parameter
 
Parameterizable - Interface in org.apache.tools.ant.types
Parameterizable objects take genric key value pairs.
parameters - Variable in class org.apache.tools.ant.types.selectors.BaseExtendSelector
The passed in parameter array.
parentWrapper() - Method in class org.apache.tools.ant.helper.AntXMLContext
get the runtime configurable wrapper of the parent project can return null
parse(Project, Object) - Method in class org.apache.tools.ant.helper.ProjectHelper2
Parse a source xml input.
parse(Project, Object, ProjectHelper2.RootHandler) - Method in class org.apache.tools.ant.helper.ProjectHelper2
Parses the project file, configuring the project as it goes.
parse(Project, Object) - Method in class org.apache.tools.ant.helper.ProjectHelperImpl
Parses the project file, configuring the project as it goes.
parse(Project, Object) - Method in class org.apache.tools.ant.ProjectHelper
Parses the project file, configuring the project as it goes.
parse(String) - Method in class org.apache.tools.ant.taskdefs.Manifest.Attribute
Parse a line into name and value pairs
parse(byte[]) - Static method in class org.apache.tools.zip.ExtraFieldUtils
Split the array into ExtraFields and populate them with the given data as local file data, throwing an exception if the data cannot be parsed.
parse(byte[], boolean) - Static method in class org.apache.tools.zip.ExtraFieldUtils
Split the array into ExtraFields and populate them with the given data, throwing an exception if the data cannot be parsed.
parse(byte[], boolean, ExtraFieldUtils.UnparseableExtraField) - Static method in class org.apache.tools.zip.ExtraFieldUtils
Split the array into ExtraFields and populate them with the given data.
parseAntlibDescriptor(Project, Resource) - Method in class org.apache.tools.ant.helper.ProjectHelper2
Parse the given URL as an antlib descriptor and return the content as something that can be turned into an Antlib task.
parseAntlibDescriptor(Project, Resource) - Method in class org.apache.tools.ant.ProjectHelper
Parse the given URL as an antlib descriptor and return the content as something that can be turned into an Antlib task.
parseCatalog(String) - Method in class org.apache.tools.ant.types.resolver.ApacheCatalogResolver
XMLCatalog calls this to add an external catalog file for each file within a <catalogfiles> fileset.
parseDateFromHeader(String) - Static method in class org.apache.tools.ant.util.DateUtils
Parses the string in a format suitable for a SMTP date header.
parseDepends(String, String, String) - Static method in class org.apache.tools.ant.Target
 
parseEjbFiles(String, SAXParser) - Method in class org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentTool
This method returns a list of EJB files found when the specified EJB descriptor is parsed and processed.
parseEjbFiles(String, SAXParser) - Method in class org.apache.tools.ant.taskdefs.optional.ejb.IPlanetDeploymentTool
This method returns a list of EJB files found when the specified EJB descriptor is parsed and processed.
parseFromCentralDirectoryData(byte[], int, int) - Method in interface org.apache.tools.zip.CentralDirectoryParsingZipExtraField
Populate data from this array as if it was in central directory data.
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.tools.zip.UnparseableExtraFieldData
Populate data from this array as if it was in central directory data.
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.tools.zip.UnrecognizedExtraField
 
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.tools.zip.AbstractUnicodeExtraField
 
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.tools.zip.AsiExtraField
Populate data from this array as if it was in local file data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.tools.zip.JarMarker
Populate data from this array as if it was in local file data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.tools.zip.UnparseableExtraFieldData
Populate data from this array as if it was in local file data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.tools.zip.UnrecognizedExtraField
 
parseFromLocalFileData(byte[], int, int) - Method in interface org.apache.tools.zip.ZipExtraField
Populate data from this array as if it was in local file data.
parseHumanSizes(String) - Static method in class org.apache.tools.ant.util.StringUtils
Takes a human readable size representation eg 10K a long value.
parseIso8601Date(String) - Static method in class org.apache.tools.ant.util.DateUtils
Parse a string as a date using the ISO8601_DATE format which is yyyy-MM-dd
parseIso8601DateTime(String) - Static method in class org.apache.tools.ant.util.DateUtils
Parse a string as a datetime using the ISO8601_DATETIME format which is yyyy-MM-dd'T'HH:mm:ss
parseIso8601DateTimeOrDate(String) - Static method in class org.apache.tools.ant.util.DateUtils
Parse a string as a date using the either the ISO8601_DATETIME or ISO8601_DATE formats.
parseName(byte[], int, int) - Static method in class org.apache.tools.tar.TarUtils
Parse an entry name from a header buffer.
ParseNextProperty - Interface in org.apache.tools.ant.property
Helper for PropertyExpander that can be used to expand property references to values.
parseNextProperty(String, ParsePosition) - Method in interface org.apache.tools.ant.property.ParseNextProperty
Return any property that can be parsed from the specified position in the specified String.
parseNextProperty(String, ParsePosition) - Method in class org.apache.tools.ant.property.ParseProperties
Return any property that can be parsed from the specified position in the specified String.
parseOctal(byte[], int, int) - Static method in class org.apache.tools.tar.TarUtils
Parse an octal string from a header buffer.
parseOutput(BufferedReader) - Method in class org.apache.tools.ant.taskdefs.JikesOutputParser
Deprecated.
Parse the output of a jikes compiler
ParseProperties - Class in org.apache.tools.ant.property
Parse properties using a collection of expanders.
ParseProperties(Project, Collection, GetProperty) - Constructor for class org.apache.tools.ant.property.ParseProperties
Constructor with a getProperty.
parseProperties(String) - Method in class org.apache.tools.ant.property.ParseProperties
Decode properties from a String representation.
parseProperties(String) - Method in class org.apache.tools.ant.PropertyHelper
Decode properties from a String representation.
parsePropertyName(String, ParsePosition, ParseNextProperty) - Method in interface org.apache.tools.ant.property.PropertyExpander
Determine whether there is a property reference at the current ParsePosition and return its name (or null if there is none).
parsePropertyString(String, Vector, Vector) - Static method in class org.apache.tools.ant.ProjectHelper
Deprecated.
since 1.6.x. Use PropertyHelper.
parsePropertyString(String, Vector, Vector) - Method in class org.apache.tools.ant.PropertyHelper
Deprecated.
use the other mechanisms of this class instead
ParserSupports - Class in org.apache.tools.ant.taskdefs.condition
Test for the XML parser supporting a particular feature
ParserSupports() - Constructor for class org.apache.tools.ant.taskdefs.condition.ParserSupports
 
parseTarHeader(byte[]) - Method in class org.apache.tools.tar.TarEntry
Parse an entry's header information from a header buffer.
parseTestMethodNamesList(String) - Static method in class org.apache.tools.ant.taskdefs.optional.junit.JUnitTest
Parses a comma-separated list of method names and check their validity.
parseUnknownElement(Project, URL) - Method in class org.apache.tools.ant.helper.ProjectHelper2
Parse an unknown element from a url
passesConditions() - Method in class org.apache.tools.ant.types.selectors.SelectSelector
Ensures that the selector passes the conditions placed on it with if and unless.
password - Variable in class org.apache.tools.ant.taskdefs.email.Mailer
 
Patch - Class in org.apache.tools.ant.taskdefs
Patches a file by applying a 'diff' file to it; requires "patch" to be on the execution path.
Patch() - Constructor for class org.apache.tools.ant.taskdefs.Patch
 
Path - Class in org.apache.tools.ant.types
This object represents a path as used by CLASSPATH or PATH environment variable.
Path(Project, String) - Constructor for class org.apache.tools.ant.types.Path
Invoked by IntrospectionHelper for setXXX(Path p) attribute setters.
Path(Project) - Constructor for class org.apache.tools.ant.types.Path
Construct an empty Path.
Path.PathElement - Class in org.apache.tools.ant.types
Helper class, holds the nested <pathelement> values.
Path.PathElement() - Constructor for class org.apache.tools.ant.types.Path.PathElement
 
PathConvert - Class in org.apache.tools.ant.taskdefs
Converts path and classpath information to a specific target OS format.
PathConvert() - Constructor for class org.apache.tools.ant.taskdefs.PathConvert
Construct a new instance of the PathConvert task.
PathConvert.MapEntry - Class in org.apache.tools.ant.taskdefs
Helper class, holds the nested <map> values.
PathConvert.MapEntry() - Constructor for class org.apache.tools.ant.taskdefs.PathConvert.MapEntry
 
PathConvert.TargetOs - Class in org.apache.tools.ant.taskdefs
An enumeration of supported targets: "windows", "unix", "netware", and "os/2".
PathConvert.TargetOs() - Constructor for class org.apache.tools.ant.taskdefs.PathConvert.TargetOs
 
PathTokenizer - Class in org.apache.tools.ant
A Path tokenizer takes a path and returns the components that make up that path.
PathTokenizer(String) - Constructor for class org.apache.tools.ant.PathTokenizer
Constructs a path tokenizer for the specified path.
PATTERN_KEY - Static variable in class org.apache.tools.ant.types.selectors.DateSelector
Key to used for parameterized custom selector
PatternSet - Class in org.apache.tools.ant.types
Named collection of include/exclude tags.
PatternSet() - Constructor for class org.apache.tools.ant.types.PatternSet
Creates a new PatternSet instance.
PatternSet.NameEntry - Class in org.apache.tools.ant.types
inner class to hold a name on list.
PatternSet.NameEntry() - Constructor for class org.apache.tools.ant.types.PatternSet.NameEntry
 
PER_BATCH - Static variable in class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.ForkMode
fork once per batch of tests
PER_TEST - Static variable in class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.ForkMode
fork once per test class
perform() - Method in class org.apache.tools.ant.Task
Performs this task if it's still valid, or gets a replacement version and performs that otherwise.
performRotate(PlanarImage) - Method in class org.apache.tools.ant.types.optional.image.Rotate
Rotate an image.
performScale(PlanarImage) - Method in class org.apache.tools.ant.types.optional.image.Scale
Scale an image.
performTasks() - Method in class org.apache.tools.ant.Target
Performs the tasks within this target (if the conditions are met), firing target started/target finished messages around a call to execute.
PERM_MASK - Static variable in interface org.apache.tools.zip.UnixStat
Bits used for permissions (and sticky bit)
Permissions - Class in org.apache.tools.ant.types
This class implements a security manager meant for usage by tasks that run inside the Ant VM.
Permissions() - Constructor for class org.apache.tools.ant.types.Permissions
Create a set of Permissions.
Permissions(boolean) - Constructor for class org.apache.tools.ant.types.Permissions
Create a set of permissions.
Permissions.Permission - Class in org.apache.tools.ant.types
Represents a permission.
Permissions.Permission() - Constructor for class org.apache.tools.ant.types.Permissions.Permission
 
PLAIN - Static variable in class org.apache.tools.ant.taskdefs.email.EmailTask
Constant to allow the plaintext mailer to be requested
PLAIN_FORMATTER_CLASS_NAME - Static variable in class org.apache.tools.ant.taskdefs.optional.junit.FormatterElement
plain formatter class
PlainJUnitResultFormatter - Class in org.apache.tools.ant.taskdefs.optional.junit
Prints plain text output of the test to a specified Writer.
PlainJUnitResultFormatter() - Constructor for class org.apache.tools.ant.taskdefs.optional.junit.PlainJUnitResultFormatter
No arg constructor
PLATFORM_FAT - Static variable in class org.apache.tools.zip.ZipEntry
 
PLATFORM_UNIX - Static variable in class org.apache.tools.zip.ZipEntry
 
POLICY_FAIL - Static variable in class org.apache.tools.ant.taskdefs.Definer.OnError
text value of onerror option "fail"
POLICY_FAILALL - Static variable in class org.apache.tools.ant.taskdefs.Definer.OnError
text value of onerror option "failall"
POLICY_IGNORE - Static variable in class org.apache.tools.ant.taskdefs.Definer.OnError
text value of onerror option "ignore"
POLICY_REPORT - Static variable in class org.apache.tools.ant.taskdefs.Definer.OnError
text value of onerror option "report"
popWrapper() - Method in class org.apache.tools.ant.helper.AntXMLContext
remove a runtime configurable wrapper from the stack
port - Variable in class org.apache.tools.ant.taskdefs.email.Mailer
 
postfixLength - Variable in class org.apache.tools.ant.util.GlobPatternMapper
Length of the postfix ("from" pattern).
prefix - Variable in class org.apache.tools.ant.taskdefs.Property
 
prefixLength - Variable in class org.apache.tools.ant.util.GlobPatternMapper
Length of the prefix ("from" pattern).
PrefixLines - Class in org.apache.tools.ant.filters
Attaches a prefix to every line.
PrefixLines() - Constructor for class org.apache.tools.ant.filters.PrefixLines
Constructor for "dummy" instances.
PrefixLines(Reader) - Constructor for class org.apache.tools.ant.filters.PrefixLines
Creates a new filtered reader.
prepareExec() - Method in class org.apache.tools.ant.taskdefs.ExecTask
Create an Execute instance with the correct working directory set.
preprocessCompilerArgs(String[]) - Method in class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
Preprocess the compiler arguments in any way you see fit.
preprocessCompilerArgs(String[]) - Method in class org.apache.tools.ant.taskdefs.rmic.SunRmic
Strip out all -J args from the command list.
preprocessCompilerArgs(String[]) - Method in class org.apache.tools.ant.taskdefs.rmic.WLRmic
Strip out all -J args from the command list.
PresentSelector - Class in org.apache.tools.ant.types.selectors
Selector that filters files based on whether they appear in another directory tree.
PresentSelector() - Constructor for class org.apache.tools.ant.types.selectors.PresentSelector
Creates a new PresentSelector instance.
PresentSelector.FilePresence - Class in org.apache.tools.ant.types.selectors
Enumerated attribute with the values for indicating where a file's presence is allowed and required.
PresentSelector.FilePresence() - Constructor for class org.apache.tools.ant.types.selectors.PresentSelector.FilePresence
 
preserveLastModified - Variable in class org.apache.tools.ant.taskdefs.Copy
 
PreSetDef - Class in org.apache.tools.ant.taskdefs
The preset definition task generates a new definition based on a current definition with some attributes or elements preset.
PreSetDef() - Constructor for class org.apache.tools.ant.taskdefs.PreSetDef
 
PreSetDef.PreSetDefinition - Class in org.apache.tools.ant.taskdefs
This class contains the unknown element and the object that is predefined.
PreSetDef.PreSetDefinition(AntTypeDefinition, UnknownElement) - Constructor for class org.apache.tools.ant.taskdefs.PreSetDef.PreSetDefinition
Creates a new PresetDefinition instance.
primaryReader - Variable in class org.apache.tools.ant.filters.util.ChainReaderHelper
The primary reader to which the reader chain is to be attached.
print(PrintStream) - Method in class org.apache.tools.ant.taskdefs.email.Message
Prints the message onto an output stream
printChangeLog(PrintWriter, CVSEntry[]) - Method in class org.apache.tools.ant.taskdefs.cvslib.ChangeLogWriter
Print out the specified entries.
printElementDecl(PrintWriter, Project, String, Class) - Method in interface org.apache.tools.ant.taskdefs.AntStructure.StructurePrinter
Print the definition for a given element.
printHead(PrintWriter, Project, Hashtable, Hashtable) - Method in interface org.apache.tools.ant.taskdefs.AntStructure.StructurePrinter
Prints the header of the generated output.
printMessage(String, PrintStream, int) - Method in class org.apache.tools.ant.DefaultLogger
Prints a message to a PrintStream.
printMessage(String, PrintStream, int) - Method in class org.apache.tools.ant.listener.AnsiColorLogger
Prints a message to a PrintStream.
printResults(PrintStream) - Method in class org.apache.tools.ant.taskdefs.SQLExec
Deprecated.
since 1.6.x. Use the two arg version instead.
printResults(ResultSet, PrintStream) - Method in class org.apache.tools.ant.taskdefs.SQLExec
print any results in the result set.
printTail(PrintWriter) - Method in interface org.apache.tools.ant.taskdefs.AntStructure.StructurePrinter
Prints the trailer.
printTargetDecl(PrintWriter) - Method in interface org.apache.tools.ant.taskdefs.AntStructure.StructurePrinter
Prints the definition for the target element.
process(String) - Method in interface org.apache.tools.ant.taskdefs.optional.perforce.P4Handler
processing of one line of stdout or of stderr
process(String) - Method in class org.apache.tools.ant.taskdefs.optional.perforce.P4HandlerAdapter
subclasses of P4HandlerAdapter must implement this routine processing of one line of stdout or of stderr
process(String) - Method in interface org.apache.tools.ant.taskdefs.optional.perforce.P4OutputHandler
implementations will be able to process lines of output from Perforce
process(String) - Method in class org.apache.tools.ant.taskdefs.optional.perforce.P4Submit.P4SubmitAdapter
process a line of stdout/stderr coming from Perforce
process(String) - Method in class org.apache.tools.ant.taskdefs.optional.perforce.SimpleP4OutputHandler
process one line of stderr/stdout if error conditions are detected, then setters are called on the parent
processBuffer(ByteArrayOutputStream) - Method in class org.apache.tools.ant.DemuxOutputStream
Converts the buffer to a string and sends it to the project.
processBuffer() - Method in class org.apache.tools.ant.taskdefs.LogOutputStream
Converts the buffer to a string and sends it to processLine
processBuffer() - Method in class org.apache.tools.ant.taskdefs.optional.perforce.P4OutputStream
Converts the buffer to a string and sends it to processLine
processBuffer() - Method in class org.apache.tools.ant.util.LineOrientedOutputStream
Converts the buffer to a byte[] and sends it to processLine
processDescriptor(String, SAXParser) - Method in interface org.apache.tools.ant.taskdefs.optional.ejb.EJBDeploymentTool
Process a deployment descriptor, generating the necessary vendor specific deployment files.
processDescriptor(String, SAXParser) - Method in class org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentTool
Process a deployment descriptor, generating the necessary vendor specific deployment files.
processDescriptor(String, SAXParser) - Method in class org.apache.tools.ant.taskdefs.optional.ejb.IPlanetDeploymentTool
Process a deployment descriptor, generating the necessary vendor specific deployment files.
processDescriptor(String, SAXParser) - Method in class org.apache.tools.ant.taskdefs.optional.ejb.JonasDeploymentTool
Process a deployment descriptor, generating the necessary vendor specific deployment files.
processDir(File, String[], File, FileNameMapper) - Method in class org.apache.tools.ant.taskdefs.optional.image.Image
Executes all the chained ImageOperations on the files inside the directory.
processElement() - Method in class org.apache.tools.ant.taskdefs.optional.ejb.DescriptorHandler
Called when an endelement is seen.
processExceptions() - Method in class org.apache.tools.ant.taskdefs.optional.testing.Funtest
Now faults are analysed.
processFile(File) - Method in class org.apache.tools.ant.taskdefs.optional.image.Image
Deprecated.
this method isn't used anymore
processFile(File, File) - Method in class org.apache.tools.ant.taskdefs.optional.image.Image
Executes all the chained ImageOperations on the file specified.
processFlush(ByteArrayOutputStream) - Method in class org.apache.tools.ant.DemuxOutputStream
Converts the buffer to a string and sends it to the project.
processLine(String) - Method in class org.apache.tools.ant.taskdefs.LogOutputStream
Logs a line to the log system of ant.
processLine(String, int) - Method in class org.apache.tools.ant.taskdefs.LogOutputStream
Logs a line to the log system of ant.
processLine(String, int) - Method in class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.JUnitLogOutputStream
Logs a line.
processLine(String) - Method in class org.apache.tools.ant.util.LineOrientedOutputStream
Processes a line.
processLine(byte[]) - Method in class org.apache.tools.ant.util.LineOrientedOutputStream
Processes a line.
processLine(byte[]) - Method in class org.apache.tools.ant.util.LineOrientedOutputStreamRedirector
 
processLine(String) - Method in class org.apache.tools.ant.util.LineOrientedOutputStreamRedirector
 
processNode(Node, String, Object) - Method in class org.apache.tools.ant.taskdefs.XmlProperty
Process the given node, adding any required attributes from this child node alone -- but not processing any children.
PROCESSOR_TRAX - Static variable in class org.apache.tools.ant.taskdefs.XSLTProcess
The default processor is trax
processSuccess() - Method in class org.apache.tools.ant.taskdefs.WaitFor
Actions to be taken on a successful waitfor.
processTimeout() - Method in class org.apache.tools.ant.taskdefs.optional.testing.BlockFor
If the wait fails, a BuildException is thrown.
processTimeout() - Method in class org.apache.tools.ant.taskdefs.WaitFor
Actions to be taken on an unsuccessful wait.
ProfileLogger - Class in org.apache.tools.ant.listener
This is a special logger that is designed to profile builds.
ProfileLogger() - Constructor for class org.apache.tools.ant.listener.ProfileLogger
 
Project - Class in org.apache.tools.ant
Central representation of an Ant project.
Project() - Constructor for class org.apache.tools.ant.Project
Create a new Ant project.
project - Variable in class org.apache.tools.ant.ProjectComponent
Deprecated.
since 1.6.x. You should not be directly accessing this variable directly. You should access project object via the getProject() or setProject() accessor/mutators.
project - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
project - Variable in class org.apache.tools.ant.taskdefs.Jikes
Deprecated.
 
PROJECT_BASEDIR - Static variable in class org.apache.tools.ant.MagicNames
property name for basedir of the project.
PROJECT_DEFAULT_TARGET - Static variable in class org.apache.tools.ant.MagicNames
Name of the property holding the default target of the currently executing project, if one has been specified.
PROJECT_HELPER_CLASS - Static variable in class org.apache.tools.ant.MagicNames
Name of JVM system property which provides the name of the ProjectHelper class to use.
PROJECT_HELPER_SERVICE - Static variable in class org.apache.tools.ant.MagicNames
The service identifier in jars which provide ProjectHelper implementations.
PROJECT_INVOKED_TARGETS - Static variable in class org.apache.tools.ant.MagicNames
Name of the property holding a comma separated list of targets that have been invoked (from the command line).
PROJECT_LOG - Static variable in class org.apache.tools.ant.listener.CommonsLoggingListener
name of the category under which project events are logged
PROJECT_NAME - Static variable in class org.apache.tools.ant.MagicNames
Name of the property holding the name of the currently executing project, if one has been specified.
PROJECT_PREFIX - Static variable in interface org.apache.tools.ant.taskdefs.optional.sos.SOSCmd
The project prefix
PROJECT_PREFIX - Static variable in interface org.apache.tools.ant.taskdefs.optional.vss.MSVSSConstants
Dollar Sigh to prefix the project path
ProjectComponent - Class in org.apache.tools.ant
Base class for components of a project, including tasks and data types.
ProjectComponent() - Constructor for class org.apache.tools.ant.ProjectComponent
Sole constructor.
ProjectHelper - Class in org.apache.tools.ant
Configures a Project (complete with Targets and Tasks) based on a build file.
ProjectHelper() - Constructor for class org.apache.tools.ant.ProjectHelper
Default constructor
ProjectHelper.OnMissingExtensionPoint - Class in org.apache.tools.ant
Possible value for target's onMissingExtensionPoint attribute.
ProjectHelper2 - Class in org.apache.tools.ant.helper
Sax2 based project reader
ProjectHelper2() - Constructor for class org.apache.tools.ant.helper.ProjectHelper2
 
ProjectHelper2.AntHandler - Class in org.apache.tools.ant.helper
The common superclass for all SAX event handlers used to parse the configuration file.
ProjectHelper2.AntHandler() - Constructor for class org.apache.tools.ant.helper.ProjectHelper2.AntHandler
 
ProjectHelper2.ElementHandler - Class in org.apache.tools.ant.helper
Handler for all project elements ( tasks, data types )
ProjectHelper2.ElementHandler() - Constructor for class org.apache.tools.ant.helper.ProjectHelper2.ElementHandler
Constructor.
ProjectHelper2.MainHandler - Class in org.apache.tools.ant.helper
The main handler - it handles the <project> tag.
ProjectHelper2.MainHandler() - Constructor for class org.apache.tools.ant.helper.ProjectHelper2.MainHandler
 
ProjectHelper2.ProjectHandler - Class in org.apache.tools.ant.helper
Handler for the top level "project" element.
ProjectHelper2.ProjectHandler() - Constructor for class org.apache.tools.ant.helper.ProjectHelper2.ProjectHandler
 
ProjectHelper2.RootHandler - Class in org.apache.tools.ant.helper
Handler for ant processing.
ProjectHelper2.RootHandler(AntXMLContext, ProjectHelper2.AntHandler) - Constructor for class org.apache.tools.ant.helper.ProjectHelper2.RootHandler
Creates a new RootHandler instance.
ProjectHelper2.TargetHandler - Class in org.apache.tools.ant.helper
Handler for "target" and "extension-point" elements.
ProjectHelper2.TargetHandler() - Constructor for class org.apache.tools.ant.helper.ProjectHelper2.TargetHandler
 
PROJECTHELPER_REFERENCE - Static variable in class org.apache.tools.ant.ProjectHelper
name of project helper reference that we add to a project
ProjectHelperImpl - Class in org.apache.tools.ant.helper
Original helper.
ProjectHelperImpl() - Constructor for class org.apache.tools.ant.helper.ProjectHelperImpl
default constructor
ProjectHelperRepository - Class in org.apache.tools.ant
Repository of ProjectHelper found in the classpath or via some System properties.
ProjectHelperTask - Class in org.apache.tools.ant.taskdefs
Task to install project helper into Ant's runtime
ProjectHelperTask() - Constructor for class org.apache.tools.ant.taskdefs.ProjectHelperTask
 
prompt(String) - Method in class org.apache.tools.ant.taskdefs.optional.ssh.SSHUserInfo
Prompts a string.
promptKeyboardInteractive(String, String, String, String[], boolean[]) - Method in class org.apache.tools.ant.taskdefs.optional.ssh.SSHUserInfo
Implementation of UIKeyboardInteractive#promptKeyboardInteractive.
promptPassphrase(String) - Method in class org.apache.tools.ant.taskdefs.optional.ssh.SSHUserInfo
Implement the UserInfo interface.
promptPassword(String) - Method in class org.apache.tools.ant.taskdefs.optional.ssh.SSHUserInfo
Implement the UserInfo interface.
promptYesNo(String) - Method in class org.apache.tools.ant.taskdefs.optional.ssh.SSHUserInfo
Implement the UserInfo interface.
PROPERTIES - Static variable in class org.apache.tools.ant.taskdefs.Definer.Format
Enumerated values
PROPERTIES - Static variable in interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants
the properties element
PropertiesfileCache - Class in org.apache.tools.ant.types.selectors.modifiedselector
Use java.util.Properties for storing the values.
PropertiesfileCache() - Constructor for class org.apache.tools.ant.types.selectors.modifiedselector.PropertiesfileCache
Bean-Constructor.
PropertiesfileCache(File) - Constructor for class org.apache.tools.ant.types.selectors.modifiedselector.PropertiesfileCache
Constructor.
PROPERTY - Static variable in class org.apache.tools.ant.taskdefs.condition.ParserSupports
property
PROPERTY - Static variable in interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants
the property element
property - Variable in class org.apache.tools.ant.taskdefs.optional.perforce.P4Counter
name of an optional property
Property - Class in org.apache.tools.ant.taskdefs
Sets a property by name, or set of properties (from file or resource) in the project.
Property() - Constructor for class org.apache.tools.ant.taskdefs.Property
Constructor for Property.
Property(boolean) - Constructor for class org.apache.tools.ant.taskdefs.Property
Constructor for Property.
Property(boolean, Project) - Constructor for class org.apache.tools.ant.taskdefs.Property
Constructor for Property.
PROPERTY_NO_NAMESPACE_SCHEMA_LOCATION - Static variable in class org.apache.tools.ant.util.XmlConstants
property for location of no-name schema
PROPERTY_SCHEMA_LOCATION - Static variable in class org.apache.tools.ant.util.XmlConstants
property for location of xml schema
PropertyExpander - Interface in org.apache.tools.ant.property
Responsible for locating a property reference inside a String.
PropertyFile - Class in org.apache.tools.ant.taskdefs.optional
Modifies settings in a property file.
PropertyFile() - Constructor for class org.apache.tools.ant.taskdefs.optional.PropertyFile
 
PropertyFile.Entry - Class in org.apache.tools.ant.taskdefs.optional
Instance of this class represents nested elements of a task propertyfile.
PropertyFile.Entry() - Constructor for class org.apache.tools.ant.taskdefs.optional.PropertyFile.Entry
 
PropertyFile.Entry.Operation - Class in org.apache.tools.ant.taskdefs.optional
Enumerated attribute with the values "+", "-", "="
PropertyFile.Entry.Operation() - Constructor for class org.apache.tools.ant.taskdefs.optional.PropertyFile.Entry.Operation
 
PropertyFile.Entry.Type - Class in org.apache.tools.ant.taskdefs.optional
Enumerated attribute with the values "int", "date" and "string".
PropertyFile.Entry.Type() - Constructor for class org.apache.tools.ant.taskdefs.optional.PropertyFile.Entry.Type
 
PropertyFile.Unit - Class in org.apache.tools.ant.taskdefs.optional
Borrowed from Tstamp
PropertyFile.Unit() - Constructor for class org.apache.tools.ant.taskdefs.optional.PropertyFile.Unit
no arg constructor
PropertyFileInputHandler - Class in org.apache.tools.ant.input
Reads input from a property file, the file name is read from the system property ant.input.properties, the prompt is the key for input.
PropertyFileInputHandler() - Constructor for class org.apache.tools.ant.input.PropertyFileInputHandler
Empty no-arg constructor.
PropertyHelper - Class in org.apache.tools.ant
Deals with properties - substitution, dynamic properties, etc.
PropertyHelper() - Constructor for class org.apache.tools.ant.PropertyHelper
Default constructor.
PropertyHelper.Delegate - Interface in org.apache.tools.ant
Marker interface for a PropertyHelper delegate.
PropertyHelper.PropertyEvaluator - Interface in org.apache.tools.ant
Looks up a property's value based on its name.
PropertyHelper.PropertySetter - Interface in org.apache.tools.ant
Sets or overrides a property.
PropertyHelperTask - Class in org.apache.tools.ant.taskdefs
This task is designed to allow the user to install a different PropertyHelper on the current Project.
PropertyHelperTask() - Constructor for class org.apache.tools.ant.taskdefs.PropertyHelperTask
 
PropertyHelperTask.DelegateElement - Class in org.apache.tools.ant.taskdefs
Nested delegate for refid usage.
PropertyOutputStream - Class in org.apache.tools.ant.util
Exception thrown when an attempt is made to get an OutputStream from an immutable Resource.
PropertyOutputStream(Project, String) - Constructor for class org.apache.tools.ant.util.PropertyOutputStream
Construct a new PropertyOutputStream for the specified Project and property name, trimming the property value.
PropertyOutputStream(Project, String, boolean) - Constructor for class org.apache.tools.ant.util.PropertyOutputStream
Construct a new PropertyOutputStream for the specified Project, property name, and trim mode.
PropertyResource - Class in org.apache.tools.ant.types.resources
Exposes an Ant property as a Resource.
PropertyResource() - Constructor for class org.apache.tools.ant.types.resources.PropertyResource
Default constructor.
PropertyResource(Project, String) - Constructor for class org.apache.tools.ant.types.resources.PropertyResource
Construct a new PropertyResource with the specified name.
PropertySet - Class in org.apache.tools.ant.types
A set of properties.
PropertySet() - Constructor for class org.apache.tools.ant.types.PropertySet
 
PropertySet.BuiltinPropertySetName - Class in org.apache.tools.ant.types
Used for propertyref's builtin attribute.
PropertySet.BuiltinPropertySetName() - Constructor for class org.apache.tools.ant.types.PropertySet.BuiltinPropertySetName
 
PropertySet.PropertyRef - Class in org.apache.tools.ant.types
This is a nested class containing a reference to some properties and optionally a source of properties.
PropertySet.PropertyRef() - Constructor for class org.apache.tools.ant.types.PropertySet.PropertyRef
 
Provider - Class in org.apache.tools.ant.types.spi
ANT Jar-Task SPI extension This class corresponds to the nested element <provider type="type"> in the <service type=""> nested element of the jar task.
Provider() - Constructor for class org.apache.tools.ant.types.spi.Provider
 
ProxyDiagnostics - Class in org.apache.tools.ant.util.java15
This class exists to create a string that tells diagnostics about the current state of proxy diagnostics.
ProxyDiagnostics(String) - Constructor for class org.apache.tools.ant.util.java15.ProxyDiagnostics
create a diagnostics binding for a specific URI
ProxyDiagnostics() - Constructor for class org.apache.tools.ant.util.java15.ProxyDiagnostics
create a proxy diagnostics tool bound to ProxyDiagnostics.DEFAULT_DESTINATION
proxyHost - Variable in class org.apache.tools.ant.taskdefs.optional.net.SetProxy
proxy details
proxyPort - Variable in class org.apache.tools.ant.taskdefs.optional.net.SetProxy
name of proxy port
ProxySetup - Class in org.apache.tools.ant.util
Code to do proxy setup.
ProxySetup(Project) - Constructor for class org.apache.tools.ant.util.ProxySetup
create a proxy setup class bound to this project
PUBLICID_BORLAND_EJB - Static variable in class org.apache.tools.ant.taskdefs.optional.ejb.BorlandDeploymentTool
Borland 1.1 ejb id
PUBLICID_EJB11 - Static variable in class org.apache.tools.ant.taskdefs.optional.ejb.WeblogicDeploymentTool
EJB11 id
PUBLICID_EJB11 - Static variable in class org.apache.tools.ant.taskdefs.optional.ejb.WebsphereDeploymentTool
ID for ejb 1.1
PUBLICID_EJB20 - Static variable in class org.apache.tools.ant.taskdefs.optional.ejb.WeblogicDeploymentTool
EJB20 id
PUBLICID_EJB20 - Static variable in class org.apache.tools.ant.taskdefs.optional.ejb.WebsphereDeploymentTool
ID for ejb 2.0
PUBLICID_WEBLOGIC_EJB510 - Static variable in class org.apache.tools.ant.taskdefs.optional.ejb.WeblogicDeploymentTool
Weblogic 5.1.0 id
PUBLICID_WEBLOGIC_EJB600 - Static variable in class org.apache.tools.ant.taskdefs.optional.ejb.WeblogicDeploymentTool
Weblogic 6.0.0 id
PUBLICID_WEBLOGIC_EJB700 - Static variable in class org.apache.tools.ant.taskdefs.optional.ejb.WeblogicDeploymentTool
Weblogic 7.0.0 id
PumpStreamHandler - Class in org.apache.tools.ant.taskdefs
Copies standard output and error of subprocesses to standard output and error of the parent process.
PumpStreamHandler(OutputStream, OutputStream, InputStream, boolean) - Constructor for class org.apache.tools.ant.taskdefs.PumpStreamHandler
Construct a new PumpStreamHandler.
PumpStreamHandler(OutputStream, OutputStream, InputStream) - Constructor for class org.apache.tools.ant.taskdefs.PumpStreamHandler
Construct a new PumpStreamHandler.
PumpStreamHandler(OutputStream, OutputStream) - Constructor for class org.apache.tools.ant.taskdefs.PumpStreamHandler
Construct a new PumpStreamHandler.
PumpStreamHandler(OutputStream) - Constructor for class org.apache.tools.ant.taskdefs.PumpStreamHandler
Construct a new PumpStreamHandler.
PumpStreamHandler() - Constructor for class org.apache.tools.ant.taskdefs.PumpStreamHandler
Construct a new PumpStreamHandler.
PumpStreamHandler.ThreadWithPumper - Class in org.apache.tools.ant.taskdefs
Specialized subclass that allows access to the running StreamPumper.
PumpStreamHandler.ThreadWithPumper(StreamPumper) - Constructor for class org.apache.tools.ant.taskdefs.PumpStreamHandler.ThreadWithPumper
 
pushAndInvokeCircularReferenceCheck(DataType, Stack, Project) - Static method in class org.apache.tools.ant.types.DataType
Allow DataTypes outside org.apache.tools.ant.types to indirectly call dieOnCircularReference on nested DataTypes.
pushWrapper(RuntimeConfigurable) - Method in class org.apache.tools.ant.helper.AntXMLContext
add a runtime configurable wrapper to the internal stack
put(Object, Object) - Method in interface org.apache.tools.ant.types.selectors.modifiedselector.Cache
Saves a key-value-pair in the cache.
put(Object, Object) - Method in class org.apache.tools.ant.types.selectors.modifiedselector.PropertiesfileCache
Saves a key-value-pair in the cache.
put(Object, Object) - Method in class org.apache.tools.ant.util.LayoutPreservingProperties
 
put(Object, Object) - Method in class org.apache.tools.ant.util.LinkedHashtable
 
putAll(Dictionary, Dictionary) - Static method in class org.apache.tools.ant.util.CollectionUtils
Deprecated.
since 1.6.x.
putAll(Map) - Method in class org.apache.tools.ant.util.LinkedHashtable
 
putNextEntry(TarEntry) - Method in class org.apache.tools.tar.TarOutputStream
Put an entry on the output stream.
putNextEntry(ZipEntry) - Method in class org.apache.tools.zip.ZipOutputStream
Begin writing next entry.
Pvcs - Class in org.apache.tools.ant.taskdefs.optional.pvcs
Extracts the latest edition of the source code from a PVCS repository.
Pvcs() - Constructor for class org.apache.tools.ant.taskdefs.optional.pvcs.Pvcs
Creates a Pvcs object
PvcsProject - Class in org.apache.tools.ant.taskdefs.optional.pvcs
represents a project within the PVCS repository to extract files from.
PvcsProject() - Constructor for class org.apache.tools.ant.taskdefs.optional.pvcs.PvcsProject
no arg constructor
(Sebelumnya) Index OIndex R (Berikutnya)