MCPcopy Create free account

hub / github.com/apache/ant / functions

Functions14,300 in github.com/apache/ant

↓ 29 callersMethodsetValue
Value to set (=), to add (+) or subtract (-) @param value the value.
src/main/org/apache/tools/ant/taskdefs/optional/PropertyFile.java:302
↓ 29 callersMethodtoString
Convenience method which creates a String representation of all the instance variables of an EjbInfo object. @return A String representing the EjbInf
src/main/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbc.java:1289
↓ 28 callersMethodclear
()
src/main/org/apache/tools/ant/util/VectorSet.java:138
↓ 28 callersMethodclose
()
src/tests/junit/org/example/junitlauncher/Tracker.java:79
↓ 28 callersMethodequals
(Object o)
src/main/org/apache/tools/ant/util/DeweyDecimal.java:228
↓ 28 callersMethodgetArgs
()
src/tests/junit/org/apache/tools/ant/taskdefs/compilers/JavacExternalTest.java:48
↓ 28 callersMethodgetLog
Gets the log the BuildFileTest object. Only valid if configureProject() has been called. @pre logBuffer!=null @return The log value
src/tests/junit/org/apache/tools/ant/BuildFileTest.java:217
↓ 28 callersMethodnext
()
src/tests/junit/org/apache/tools/ant/types/resources/LazyResourceCollectionTest.java:63
↓ 28 callersMethodof
Get a {@link BuildException} for the specified {@link Throwable}. @param t @return {@link BuildException} @since Ant 1.10.13
src/main/org/apache/tools/ant/BuildException.java:33
↓ 28 callersMethodsetExcludes
Sets the list of exclude patterns to use. @param excludes A list of exclude patterns. May be <code>null</code>, indicating that no fi
src/main/org/apache/tools/ant/FileScanner.java:138
↓ 28 callersMethodsetLine
Set the line to split into several commandline arguments. @param line line to split into several commandline arguments.
src/main/org/apache/tools/ant/types/Commandline.java:118
↓ 27 callersMethodaddAll
(Collection<? extends E> c)
src/main/org/apache/tools/ant/util/VectorSet.java:101
↓ 27 callersMethodappendSelector
Add a new selector into this container. @param selector the new <code>FileSelector</code> to add.
src/main/org/apache/tools/ant/types/AbstractFileSet.java:666
↓ 27 callersMethodappendSelector
Add a new selector into this container. @param selector the new selector to add
src/main/org/apache/tools/ant/types/selectors/BaseSelectorContainer.java:99
↓ 27 callersMethodappendSelector
Add a new selector into this container. @param selector the new selector to add
src/main/org/apache/tools/ant/types/selectors/AbstractSelectorContainer.java:113
↓ 27 callersMethodcompareFiles
(DirectoryScanner ds, String[] expectedFiles, String[] expectedDirectories)
src/tests/junit/org/apache/tools/ant/taskdefs/optional/net/FTPTest.java:663
↓ 27 callersMethodentrySet
()
src/main/org/apache/tools/ant/taskdefs/optional/EchoProperties.java:360
↓ 27 callersMethodgetComponentHelper
Find a project component for a specific project, creating it if it does not exist. @param project the project. @return the project component for a spe
src/main/org/apache/tools/ant/ComponentHelper.java:145
↓ 27 callersMethodgetFailOnErr
Get failonerr flag status @return boolean containing status of failonerr flag @since ant 1.6.1
src/main/org/apache/tools/ant/taskdefs/optional/clearcase/ClearCase.java:252
↓ 27 callersMethodgetSize
Gets the uncompressed size of the entry data. @return the entry size
src/main/org/apache/tools/zip/ZipEntry.java:637
↓ 27 callersMethodremove
Returns <code>true</code> if the specified <code>Process</code> was successfully removed from the list of processes to destroy upon VM exit. @param
src/main/org/apache/tools/ant/taskdefs/ProcessDestroyer.java:194
↓ 27 callersMethodsetupTrackerProperty
(final String targetName)
src/tests/junit/org/apache/tools/ant/taskdefs/optional/junitlauncher/JUnitLauncherTaskTest.java:604
↓ 26 callersMethodaddValue
Add a new value to this attribute - making it multivalued. @param value the attribute's additional value
src/main/org/apache/tools/ant/taskdefs/Manifest.java:276
↓ 26 callersMethodcompareFiles
(DirectoryScanner ds, String[] expectedFiles, String[] expectedDirectories)
src/tests/junit/org/apache/tools/ant/DirectoryScannerTest.java:466
↓ 26 callersMethodgetEntry
Get an constant pool entry at a particular index. @param index the index into the constant pool. @return the constant pool entry at that index.
src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool/ConstantPool.java:132
↓ 26 callersMethodgetPath
Get the extension's path. @return the path to be used to load the extension. May be <code>null</code>
src/main/org/apache/tools/ant/taskdefs/Javadoc.java:192
↓ 26 callersMethodgetWrapper
Get the RuntimeConfigurable instance for this UnknownElement, containing the configuration information. @return the configuration info.
src/main/org/apache/tools/ant/UnknownElement.java:149
↓ 26 callersMethodlog
Write a message to the log with the default log level of MSG_INFO . @param message The text to log. Should not be <code>null</code>.
src/main/org/apache/tools/ant/Project.java:450
↓ 26 callersMethodremoveLeadingPath
Removes a leading path from a second path. <p>This method uses {@link #normalize} under the covers and does not resolve symbolic links or Windows jun
src/main/org/apache/tools/ant/util/FileUtils.java:1271
↓ 26 callersMethodreplaceProperties
Replace ${} style constructions in the given value with the string value of the corresponding data types. @param value The string to be scanned for p
src/main/org/apache/tools/ant/Project.java:626
↓ 26 callersMethodsetPath
Set the path to be used when running the Java class. @param s an Ant Path object containing the path.
src/main/org/apache/tools/ant/taskdefs/CopyPath.java:97
↓ 26 callersMethodtoList
()
src/main/org/apache/tools/ant/listener/MailLogger.java:248
↓ 26 callersMethodvalues
()
src/main/org/apache/tools/ant/util/LinkedHashtable.java:146
↓ 25 callersMethodchangeRemoteDir
(String remoteDir)
src/tests/junit/org/apache/tools/ant/taskdefs/optional/net/FTPTest.java:113
↓ 25 callersMethodexecute
Runs a process defined by the command line and returns its exit status. @return the exit status of the subprocess or <code>INVALID</code>. @exception
src/main/org/apache/tools/ant/taskdefs/Execute.java:434
↓ 25 callersMethodgetFile
Get the file represented by this FileResource. @return the File.
src/main/org/apache/tools/ant/types/resources/FileResource.java:108
↓ 25 callersMethodgetParent
Get the parent Directory. @return the parent Directory.
src/main/org/apache/tools/ant/taskdefs/optional/ssh/Directory.java:95
↓ 25 callersMethodisFile
()
src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java:293
↓ 25 callersMethodread
()
src/tests/junit/org/apache/tools/ant/filters/DynamicFilterTest.java:67
↓ 25 callersMethodsplit
Splits the string on every token into an array of strings. @param string the string @param onToken the token @return the resultant array
src/main/org/apache/tools/ant/taskdefs/optional/extension/Extension.java:579
↓ 24 callersMethodcontainsLine
(final String lines, final Predicate<? super String> test)
src/tests/junit/org/apache/tools/ant/taskdefs/modules/JmodTest.java:658
↓ 24 callersMethoddescribeCommand
Return a String that describes the command and arguments suitable for verbose output before a call to <code>Runtime.exec(String[])</code>. @return a s
src/main/org/apache/tools/ant/types/Commandline.java:601
↓ 24 callersMethodfromURI
Constructs a file path from a <code>file:</code> URI. <p>Will be an absolute path if the given URI is absolute.</p> <p>Prior to Java 1.4,<!-- TODO i
src/main/org/apache/tools/ant/launch/Locator.java:166
↓ 24 callersMethodgetCommandline
Return the executable and all defined arguments. @return the commandline as an array of strings.
src/main/org/apache/tools/ant/types/Commandline.java:372
↓ 24 callersMethodisFile
Indicate if the value specifies a file. @return true if the value specifies a file.
src/main/org/apache/tools/ant/taskdefs/Available.java:518
↓ 24 callersMethodnewScanner
(FTPClient client)
src/tests/junit/org/apache/tools/ant/taskdefs/optional/net/FTPTest.java:690
↓ 24 callersMethodread
Read the class from a data stream. This method takes an InputStream as input and parses the class from the stream. <p> @param stream an InputStream
src/main/org/apache/tools/ant/taskdefs/optional/depend/ClassFile.java:58
↓ 24 callersMethodremove
(int index)
src/main/org/apache/tools/ant/util/VectorSet.java:167
↓ 24 callersMethodremove
()
src/tests/junit/org/apache/tools/ant/types/resources/LazyResourceCollectionTest.java:58
↓ 24 callersMethodsetInitialized
Sets the initialized status. @param initialized Whether or not the filter is initialized.
src/main/org/apache/tools/ant/filters/BaseFilterReader.java:127
↓ 24 callersMethodsetLocation
Adds a element definition to the path. @param location the location of the element to add (must not be <code>null</code> nor empty. @throws BuildExcep
src/main/org/apache/tools/ant/types/Path.java:177
↓ 24 callersMethodsetParameters
Set the parameters @param parameters an array of name/type/value parameters.
src/main/org/apache/tools/ant/types/Parameterizable.java:30
↓ 24 callersMethodsetRefid
Sets a reference to an Ant datatype declared elsewhere. Only yields reasonable results for references PATH like structures or properties. @param ref r
src/main/org/apache/tools/ant/taskdefs/Property.java:330
↓ 23 callersMethodadd
Add a ResourceCollection to the container. @param c the ResourceCollection to add. @throws BuildException on error. @since Ant 1.
src/main/org/apache/tools/ant/types/resources/AppendableResourceCollection.java:37
↓ 23 callersMethodgetAction
Get the symbolic equivalent of the action value. @return the SYMBOL representing the given action.
src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java:2718
↓ 23 callersMethodgetFileString
(String filename)
src/tests/junit/org/apache/tools/ant/filters/TokenFilterTest.java:268
↓ 23 callersMethodgetPriority
Returns the priority of the logging message. This field will only be set for "messageLogged" events. The meaning of this priority is as specified by t
src/main/org/apache/tools/ant/BuildEvent.java:183
↓ 23 callersMethodgetProject
()
src/tests/junit/org/apache/tools/ant/types/AbstractFileSetTest.java:57
↓ 23 callersMethodlog
Logs a message through the project object if one has been provided. @param message The message to log. Should not be <code>null</code>
src/main/org/apache/tools/ant/AntClassLoader.java:432
↓ 23 callersMethodsetPath
Parses a path definition and creates single PathElements. @param path the <code>String</code> path definition. @throws BuildException on error
src/main/org/apache/tools/ant/types/Path.java:187
↓ 23 callersMethodwriteOut
Write bytes to output or random access file. @param data the byte array to write @throws IOException on error @since 1.14
src/main/org/apache/tools/zip/ZipOutputStream.java:1539
↓ 22 callersMethodaddCommandArgument
This needs to be public to allow configuration of commands externally. @param arg command argument
src/main/org/apache/tools/ant/taskdefs/AbstractCvsTask.java:605
↓ 22 callersMethodconnect
Ensure that we have a connection. @throws IOException if the connection cannot be established.
src/main/org/apache/tools/ant/types/resources/URLResource.java:375
↓ 22 callersMethodcreateArgument
Create a new argument to the java program. @return an argument to be configured.
src/main/org/apache/tools/ant/types/CommandlineJava.java:236
↓ 22 callersMethodgetCompressedSize
The compressed size stored in this extra field. @return ZipEightByteInteger
src/main/org/apache/tools/zip/Zip64ExtendedInformationExtraField.java:282
↓ 22 callersMethodgetDataTypeName
Gets as descriptive as possible a name used for this datatype instance. @return <code>String</code> name.
src/main/org/apache/tools/ant/types/DataType.java:96
↓ 22 callersMethodgetLastModified
Tells the modification time in milliseconds since 01.01.1970 (the "epoch"). @return the modification time, if that is meaningful (e.g. for
src/main/org/apache/tools/ant/types/Resource.java:188
↓ 22 callersMethodgetMethod
Returns the compression method of this entry, or -1 if the compression method has not been specified. @return compression method
src/main/org/apache/tools/zip/ZipEntry.java:193
↓ 22 callersMethodgetSystemId
This is a best attempt to provide a URL.toExternalForm() from a file URL. Some parsers like Crimson choke on uri that are made of backslashed paths (i
src/main/org/apache/tools/ant/util/JAXPUtils.java:189
↓ 22 callersMethodgetURI
The URI for this definition. @return The URI for this definition.
src/main/org/apache/tools/ant/taskdefs/AntlibDefinition.java:60
↓ 22 callersMethoditem
Get a particular node. @param i the index of the node to get. @return the node if the index is in bounds, null otherwise.
src/main/org/apache/tools/ant/taskdefs/optional/junit/DOMUtil.java:105
↓ 22 callersMethodsetFork
If true, execute in a new VM. @param s do you want to run Java in a new VM.
src/main/org/apache/tools/ant/taskdefs/Java.java:493
↓ 22 callersMethodsetWorkingDirectory
Sets the working directory of the process to execute. <p>This is emulated using the antRun scripts unless the OS is Windows NT in which case a cmd.ex
src/main/org/apache/tools/ant/taskdefs/Execute.java:362
↓ 22 callersMethodtoString
Return string representation of <code>DeweyDecimal</code>. @return the string representation of DeweyDecimal.
src/main/org/apache/tools/ant/util/DeweyDecimal.java:199
↓ 21 callersMethodaddExisting
Adds the components on the given path which exist to this Path. Components that don't exist aren't added. @param source - source path whose component
src/main/org/apache/tools/ant/types/Path.java:321
↓ 21 callersMethodgetOwningTarget
Returns the container target of this task. @return The target containing this task, or <code>null</code> if this task is a top-level task.
src/main/org/apache/tools/ant/Task.java:104
↓ 21 callersMethodgetRmic
Get the Rmic attributes @return the attributes as a Rmic taskdef
src/main/org/apache/tools/ant/taskdefs/rmic/DefaultRmicAdapter.java:90
↓ 21 callersMethodgetStackTrace
Convenient method to retrieve the full stacktrace from a given exception. @param t the exception to get the stacktrace from. @return the stacktrace fr
src/main/org/apache/tools/ant/util/StringUtils.java:99
↓ 21 callersMethodread
Read a character from the current reader object. Advance to the next if the reader is finished. @return the character read, -1 for EOF on the last rea
src/main/org/apache/tools/ant/taskdefs/Concat.java:390
↓ 21 callersMethodsetAntRun
Set the name of the antRun script using the project's value. @param project the current project. @throws BuildException not clear when it is going to
src/main/org/apache/tools/ant/taskdefs/Execute.java:384
↓ 21 callersMethodsetName
Set the name attribute. @param name a <code>String</code> value
src/main/org/apache/tools/ant/types/Parameter.java:34
↓ 21 callersMethodsetValue
Set the value attribute. @param value a <code>String</code> value
src/main/org/apache/tools/ant/types/Parameter.java:52
↓ 21 callersMethodtoString
Returns this element's information in jlink launcher format: <var>name</var>{@code =}<var>module</var> or <var>name</var>{@code =}<var>module</var>{@c
src/main/org/apache/tools/ant/taskdefs/modules/Link.java:1295
↓ 21 callersMethodwriteCounted
Write bytes to output or random access file. @param data the byte array to write @throws IOException on error
src/main/org/apache/tools/zip/ZipOutputStream.java:953
↓ 20 callersMethodaddReference
Add a Reference element identifying a data type to carry over to the new project. @param ref <code>Reference</code> to add.
src/main/org/apache/tools/ant/taskdefs/Ant.java:703
↓ 20 callersMethodenumerationAsStream
Turn Enumeration into a Stream @param <T> Enumeration type @param e Enumeration @return Stream
src/main/org/apache/tools/ant/util/StreamUtils.java:36
↓ 20 callersMethodfail
Registers an error. @param errormessage the message for the registered error
src/main/org/apache/tools/ant/TaskConfigurationChecker.java:86
↓ 20 callersMethodgetAttribute
Get a attribute of the section @param attributeName the name of the attribute @return a Manifest.Attribute instance if the attribute is singl
src/main/org/apache/tools/ant/taskdefs/Manifest.java:567
↓ 20 callersMethodgetException
Get whatever was thrown, which may or may not be a buildException. Assertion: getException() instanceof BuildException &lt;=&gt; getBuildException()==
src/main/org/apache/tools/ant/util/WorkerAnt.java:89
↓ 20 callersMethodgetInputStream
Get the input stream for the redirector @return the redirector's input stream or null if no output has been configured
src/main/org/apache/tools/ant/taskdefs/Redirector.java:950
↓ 20 callersMethodgetLocation
@return the location of the resource identified by the publicId.
src/main/org/apache/tools/ant/types/ResourceLocation.java:94
↓ 20 callersMethodgetViewPath
Get the path to the item in a clearcase view @return mviewPath
src/main/org/apache/tools/ant/taskdefs/optional/clearcase/ClearCase.java:154
↓ 20 callersMethodsetCompiler
Sets the compiler implementation to use; optional, defaults to the value of the <code>build.rmic</code> property, or failing that, default compiler fo
src/main/org/apache/tools/ant/taskdefs/Rmic.java:499
↓ 20 callersMethodsetProperty
(String name, String value)
src/main/org/apache/tools/ant/taskdefs/HostInfo.java:245
↓ 20 callersMethodtranslateCommandline
Crack a command line. @param toProcess the command line to process. @return the command line broken into strings. An empty or null toProcess parameter
src/main/org/apache/tools/ant/types/Commandline.java:482
↓ 19 callersMethodevaluate
Evaluate a property. @param property the property's String "identifier". @param propertyHelper the invoking PropertyHelper. @return null if the prope
src/main/org/apache/tools/ant/PropertyHelper.java:125
↓ 19 callersMethodgetEntry
Returns a named entry - or {@code null} if no entry by that name exists. <p>If multiple entries with the same name exist the first entry in the archi
src/main/org/apache/tools/zip/ZipFile.java:309
↓ 19 callersMethodgetImplementation
()
src/main/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbc.java:939
↓ 19 callersMethodgetInputStream
()
src/main/org/apache/tools/ant/taskdefs/email/MimeMailer.java:84
↓ 19 callersMethodgetResourceAsStream
Returns a stream to read the requested resource name. @param name The name of the resource for which a stream is required. Must not be <c
src/main/org/apache/tools/ant/AntClassLoader.java:723
← previousnext →201–300 of 14,300, ranked by callers