MCPcopy Create free account

hub / github.com/apache/ant / functions

Functions14,300 in github.com/apache/ant

↓ 8 callersMethodgetEntries
Returns all entries. <p>Entries will be returned in the same order they appear within the archive's central directory.</p> @return all entries as {@
src/main/org/apache/tools/zip/ZipFile.java:278
↓ 8 callersMethodgetError
()
src/tests/junit/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunnerTest.java:219
↓ 8 callersMethodgetFormatter
()
src/tests/junit/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunnerTest.java:187
↓ 8 callersMethodgetLoader
Get the loader. @return the loader.
src/main/org/apache/tools/ant/types/resources/AbstractClasspathResource.java:97
↓ 8 callersMethodgetLocalFileDataData
The actual data to put into local file data - without Header-ID or length specifier. @return the data @since 1.1
src/main/org/apache/tools/zip/ZipExtraField.java:64
↓ 8 callersMethodgetLogin
Gets the login string. This can be user and password, "-Yuser,password" or just user "-Yuser". @return An empty string if login is not set.
src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSS.java:535
↓ 8 callersMethodgetManifest
(File manifestFile)
src/main/org/apache/tools/ant/taskdefs/Jar.java:319
↓ 8 callersMethodgetNamespace
Return the namespace of the XML element associated with this component. @return Namespace URI used in the xmlns declaration.
src/main/org/apache/tools/ant/UnknownElement.java:102
↓ 8 callersMethodgetOutputStream
Get the output stream for the redirector @return the redirector's output stream or null if no output has been configured
src/main/org/apache/tools/ant/taskdefs/Redirector.java:926
↓ 8 callersMethodgetOutputStream
()
src/main/org/apache/tools/ant/taskdefs/email/MimeMailer.java:97
↓ 8 callersMethodgetPort
()
src/tests/junit/org/apache/tools/ant/DummyMailServer.java:58
↓ 8 callersMethodgetProject
(String e)
src/tests/junit/org/apache/tools/ant/ExecutorTest.java:85
↓ 8 callersMethodgetRef
Performs the check for circular references and returns the referenced PropertySet. @return the referenced PropertySet.
src/main/org/apache/tools/ant/types/PropertySet.java:438
↓ 8 callersMethodgetRef
()
src/main/org/apache/tools/ant/types/resources/ArchiveResource.java:303
↓ 8 callersMethodgetRegexp
provides a reference to the Regexp contained in this @param p project @return Regexp instance associated with this RegularExpression instance
src/main/org/apache/tools/ant/types/RegularExpression.java:117
↓ 8 callersMethodgetResult
()
src/tests/junit/org/apache/tools/ant/DummyMailServer.java:171
↓ 8 callersMethodgetSSCommand
Gets the sscommand string. "ss" or "c:\path\to\ss" @return The path to ss.exe or just ss if sscommand is not set.
src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSS.java:373
↓ 8 callersMethodgetTargets
Return the hashtable of targets. The returned hashtable is &quot;live&quot; and so should not be modified. @return a map from name to target (String t
src/main/org/apache/tools/ant/Project.java:1164
↓ 8 callersMethodgetText
@return the text
src/main/org/apache/tools/ant/taskdefs/Replace.java:122
↓ 8 callersMethodhandleException
(final Throwable t)
src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/AbstractJUnitResultFormatter.java:183
↓ 8 callersMethodhandleInput
Handle an input request. @param buffer the buffer into which data is to be read. @param offset the offset into the buffer at which data is stored. @p
src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTaskMirror.java:180
↓ 8 callersMethodignoreThrowable
ignore exceptions. This is to allow future implementations to log at a verbose level @param thrown a Throwable to ignore
src/main/org/apache/tools/ant/Diagnostics.java:277
↓ 8 callersMethodinit
Initialise the project. This involves setting the default task definitions and loading the system properties. @exception BuildException if the defau
src/main/org/apache/tools/ant/Project.java:303
↓ 8 callersMethodinsertElementAt
(E o, int index)
src/main/org/apache/tools/ant/util/VectorSet.java:162
↓ 8 callersMethodisAbsolutePath
Verifies that the specified filename represents an absolute path. Differs from new java.io.File("filename").isAbsolute() in that a path beginning with
src/main/org/apache/tools/ant/util/FileUtils.java:692
↓ 8 callersMethodisExcluded
Test whether or not a name matches against at least one exclude pattern. @param name The name to match. Must not be <code>null</code>. @return <code>
src/main/org/apache/tools/ant/DirectoryScanner.java:1490
↓ 8 callersMethodisIgnoringProjectTag
tells whether the project tag is being ignored @return whether the project tag is being ignored
src/main/org/apache/tools/ant/helper/AntXMLContext.java:346
↓ 8 callersMethodisVerbose
()
src/main/org/apache/tools/ant/taskdefs/optional/net/FTPTask.java:263
↓ 8 callersMethodlog
(String msg)
src/tests/junit/org/apache/tools/ant/types/selectors/MockCache.java:65
↓ 8 callersMethodnewAntClassLoader
Factory method @param parent ClassLoader @param project Project @param path Path @param parentFirst boolean @return AntClassLoader
src/main/org/apache/tools/ant/AntClassLoader.java:1577
↓ 8 callersMethodperform
Performs this task if it's still valid, or gets a replacement version and performs that otherwise. Performing a task consists of firing a task starte
src/main/org/apache/tools/ant/Task.java:340
↓ 8 callersMethodperformTests
Does the selection test for a given selector and prints the filenames of the differing files (selected but shouldn't, not selected but should). @param
src/tests/junit/org/apache/tools/ant/types/selectors/ModifiedSelectorTest.java:961
↓ 8 callersMethodsetClasspath
Set the classpath to be used when running the Java class. @param s an Ant Path object containing the classpath.
src/main/org/apache/tools/ant/taskdefs/Java.java:276
↓ 8 callersMethodsetFilterChains
Sets the collection of filter reader sets @param fchain the filter chains collection
src/main/org/apache/tools/ant/filters/util/ChainReaderHelper.java:192
↓ 8 callersMethodsetFrom
Set the argument to FileNameMapper.setFrom @param from the from attribute to pass to the FileNameMapper
src/main/org/apache/tools/ant/types/Mapper.java:164
↓ 8 callersMethodsetFullpath
Set the full pathname of the single entry in this fileset. Prevents both prefix and fullpath from being specified @param fullpath the full pathname o
src/main/org/apache/tools/ant/types/ArchiveFileSet.java:250
↓ 8 callersMethodsetMessage
(String message)
src/tests/junit/org/apache/tools/mail/MailMessageTest.java:533
↓ 8 callersMethodsetNumber
Sets this element's required version number. This cannot contain an ASCII hyphen ({@code -}) or plus ({@code +}), as those characters are used as del
src/main/org/apache/tools/ant/types/ModuleVersion.java:59
↓ 8 callersMethodsetPrimaryReader
Sets the primary {@link Reader} @param rdr the reader object
src/main/org/apache/tools/ant/filters/util/ChainReaderHelper.java:127
↓ 8 callersMethodsetProject
Set the project to work with @param project the current project
src/main/org/apache/tools/ant/filters/util/ChainReaderHelper.java:145
↓ 8 callersMethodstartMailServer
Starts and returns a new dummy mail server to be used in tests @return
src/tests/junit/org/apache/tools/ant/DummyMailServer.java:181
↓ 8 callersMethodsynchronizedAppend
(Node parent, Node child)
src/main/org/apache/tools/ant/XmlLogger.java:472
↓ 8 callersMethodtestFileRoundtrip
(String encoding, boolean withEFS, boolean withExplicitUnicodeExtra)
src/tests/junit/org/apache/tools/zip/UTF8ZipFilesTest.java:108
↓ 8 callersMethodtestIfCondition
Returns true if the value is null or an empty string, can be interpreted as a true value or cannot be interpreted as a false value and a property of t
src/main/org/apache/tools/ant/PropertyHelper.java:1219
↓ 8 callersMethodtestRecreate
(String firstTarget, String secondTarget)
src/tests/junit/org/apache/tools/ant/taskdefs/JarTest.java:152
↓ 8 callersMethodtestUnlessCondition
Returns true if the value is null or an empty string, can be interpreted as a false value or cannot be interpreted as a true value and a property of t
src/main/org/apache/tools/ant/PropertyHelper.java:1231
↓ 8 callersMethodwaitForAck
Reads the response, throws a BuildException if the response indicates an error. @param in the input stream to use @throws IOException on I/O error @th
src/main/org/apache/tools/ant/taskdefs/optional/ssh/AbstractSshMessage.java:120
↓ 7 callersMethodaddDeploymentTool
Add a deployment tool to the list of deployment tools that will be processed @param deploymentTool a deployment tool instance to which descriptors
src/main/org/apache/tools/ant/taskdefs/optional/ejb/EjbJar.java:220
↓ 7 callersMethodaddResourceLocationToPath
(final Path path, final ClassLoader classLoader, final String resource)
src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/JUnitLauncherClassPathUtil.java:58
↓ 7 callersMethodappendSelector
Add a new selector into this container. @param selector the new selector to add
src/main/org/apache/tools/ant/types/selectors/SelectorContainer.java:66
↓ 7 callersMethodappendTextElement
Adds nested text in a new child element. <p>This means <pre>appendTextElement(&lt;a&gt;, "b", "c")</pre> creates <pre> &lt;a&gt; &lt;b&gt;c&lt;/b&g
src/main/org/apache/tools/ant/util/DOMUtils.java:134
↓ 7 callersMethodasFileResource
Convenience method to turn any fileProvider into a basic FileResource with the file's immediate parent as the basedir, for tasks that need one. @param
src/main/org/apache/tools/ant/util/ResourceUtils.java:540
↓ 7 callersMethodassumeJava1_4Plus
Shall we assume JDK 1.4+ command line switches? @return true if jdk 1.4 and above @since Ant 1.10.7
src/main/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.java:709
↓ 7 callersMethodassumeJavaXY
Shall we assume command line switches for the given version of Java? @since Ant 1.8.3
src/main/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.java:846
↓ 7 callersMethodcheck
(BuildEvent event)
src/tests/junit/org/apache/tools/ant/taskdefs/AntTest.java:541
↓ 7 callersMethodcheckCommandLines
Iterate through the generated command line comparing it to reference one. @param sTestCmdLine The reference command line; @param sGeneratedC
src/tests/junit/org/apache/tools/ant/taskdefs/optional/sos/SOSTest.java:336
↓ 7 callersMethodcheckParameters
Check that all required attributes have been set and nothing silly has been entered. @since Ant 1.5 @exception BuildException if an error occurs
src/main/org/apache/tools/ant/taskdefs/Javac.java:1292
↓ 7 callersMethodcompare
Compare two objects. @param foo the first Object. @param bar the second Object. @return a negative integer, zero, or a positive integer as the first
src/main/org/apache/tools/ant/types/resources/comparators/ResourceComparator.java:39
↓ 7 callersMethodcount
(final long len)
src/main/org/apache/tools/ant/taskdefs/optional/ssh/AbstractSshMessage.java:275
↓ 7 callersMethodcreateClassLoader
Factory method to create a class loader for loading classes from a given path. @param path the path from which classes are to be loaded. @return an
src/main/org/apache/tools/ant/Project.java:342
↓ 7 callersMethodcreatePath
Create an empty nested path to be configured by Ant with the classpath for the extension. @return a new Path instance to be configured.
src/main/org/apache/tools/ant/taskdefs/Javadoc.java:202
↓ 7 callersMethoddestroy
Closes the underlying stream/file without finishing the archive, the result will likely be a corrupt archive. <p>This method only exists to support t
src/main/org/apache/tools/zip/ZipOutputStream.java:1687
↓ 7 callersMethoddieOnCircularReference
(Stack<Object> stk, Project p)
src/main/org/apache/tools/ant/types/PropertySet.java:554
↓ 7 callersMethoddieOnCircularReference
Overrides the BaseResourceCollectionContainer version to recurse on nested ResourceComparators. @param stk the stack of data types to use (recursively
src/main/org/apache/tools/ant/types/resources/Sort.java:74
↓ 7 callersMethoddieOnCircularReference
(Stack<Object> stk, Project p)
src/main/org/apache/tools/ant/types/selectors/BaseSelectorContainer.java:356
↓ 7 callersMethoddoTest
Executes a target and checks the beginning and the ending of a file. The filename depends on the target name: target name <i>testHelloWorld</i> will s
src/tests/junit/org/apache/tools/ant/filters/ConcatFilterTest.java:126
↓ 7 callersMethodeval
Evaluate the condition. @return true if the condition is true. @throws BuildException if an error occurs.
src/main/org/apache/tools/ant/taskdefs/condition/JavaVersion.java:39
↓ 7 callersMethodexecute
Runs the testcase. @throws BuildException in case of test failures or errors @since Ant 1.2
src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java:842
↓ 7 callersMethodextractUriFromComponentName
extract a uri from a component name @param componentName The stringified form for {uri, name} @return The uri or "" if not present
src/main/org/apache/tools/ant/ProjectHelper.java:520
↓ 7 callersMethodformatElapsedTime
Format an elapsed time into a pluralization correct string. It is limited only to report elapsed time in minutes and seconds and has the following beh
src/main/org/apache/tools/ant/util/DateUtils.java:157
↓ 7 callersMethodgetAssertions
Get the current assertions. @return assertions or null.
src/main/org/apache/tools/ant/types/CommandlineJava.java:304
↓ 7 callersMethodgetAttributeMap
Return the attribute map. @return Attribute name to attribute value map. @since Ant 1.6
src/main/org/apache/tools/ant/RuntimeConfigurable.java:334
↓ 7 callersMethodgetAutoresponse
Gets the auto response string. This can be Y "-I-Y" or N "-I-N". @return The default value "-I-" if autoresponse is not set.
src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSS.java:517
↓ 7 callersMethodgetBoolean
(String key)
src/tests/junit/org/apache/tools/ant/taskdefs/optional/junitlauncher/LegacyXmlResultFormatterTest.java:82
↓ 7 callersMethodgetBootClassPath
Combines a user specified bootclasspath with the system bootclasspath taking build.sysclasspath into account. @return a non-null Path instance that c
src/main/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.java:860
↓ 7 callersMethodgetCache
Get the cache type to use. @return the enumerated cache type
src/main/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.java:873
↓ 7 callersMethodgetChildren
@return the list of nested UnknownElements for this UnknownElement.
src/main/org/apache/tools/ant/UnknownElement.java:82
↓ 7 callersMethodgetClassFile
Returns a File which references the class relative to the specified directory. Note that the class file may or may not exist. @param directory A Fi
src/main/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbc.java:1393
↓ 7 callersMethodgetClassName
Get the class name of this entry. @return the class' name.
src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool/ClassCPInfo.java:91
↓ 7 callersMethodgetColorByName
Convert a color name to a color value. @param colorName a string repr of the color. @return the color value. @todo refactor to use an EnumeratedAttrib
src/main/org/apache/tools/ant/types/optional/image/ColorMapper.java:69
↓ 7 callersMethodgetColorByName
Convert a color name to a color value. @param colorName a string repr of the color. @return the color value. @todo refactor to use an EnumeratedAttrib
src/main/org/apache/tools/ant/types/optional/imageio/ColorMapper.java:69
↓ 7 callersMethodgetCommandline
Returns the commandline used to create a subprocess. @return the commandline used to create a subprocess.
src/main/org/apache/tools/ant/taskdefs/Execute.java:310
↓ 7 callersMethodgetDestdir
Get the destination directory. @return the directory.
src/main/org/apache/tools/ant/taskdefs/optional/jsp/JspC.java:152
↓ 7 callersMethodgetDirectory
Get the directory file. @return the directory file
src/main/org/apache/tools/ant/taskdefs/optional/ssh/Directory.java:111
↓ 7 callersMethodgetDirectoryScanner
Return the DirectoryScanner associated with this FileSet. If the ArchiveFileSet defines a source Archive file, then an ArchiveScanner is returned inst
src/main/org/apache/tools/ant/types/ArchiveFileSet.java:307
↓ 7 callersMethodgetEnvironmentVariables
Find the list of environment variables for this process. @return a map containing the environment variables. @since Ant 1.8.2
src/main/org/apache/tools/ant/taskdefs/Execute.java:105
↓ 7 callersMethodgetFailMessage
()
src/tests/junit/org/apache/tools/mail/MailMessageTest.java:504
↓ 7 callersMethodgetFailureProperty
()
src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/TestDefinition.java:76
↓ 7 callersMethodgetGroups
Returns a Vector of matched groups found in the argument using default options. <p>Group 0 will be the full match, the rest are the parenthesized sub
src/main/org/apache/tools/ant/util/regexp/RegexpMatcher.java:86
↓ 7 callersMethodgetHeight
Get the height. @return the value converted from the height string.
src/main/org/apache/tools/ant/types/optional/imageio/Scale.java:92
↓ 7 callersMethodgetHref
Get the href attribute. @return the href attribute.
src/main/org/apache/tools/ant/taskdefs/Javadoc.java:1338
↓ 7 callersMethodgetImplementation
Retrieves the implementation. @return the implementation.
src/main/org/apache/tools/ant/util/facade/FacadeTaskHelper.java:103
↓ 7 callersMethodgetInputStream
()
src/tests/junit/org/apache/tools/ant/taskdefs/optional/junit/JUnitTaskTest.java:634
↓ 7 callersMethodgetInstance
()
src/tests/junit/org/apache/tools/ant/types/AbstractFileSetTest.java:55
↓ 7 callersMethodgetKeyfile
Returns the keyfile. @return String
src/main/org/apache/tools/ant/taskdefs/optional/ssh/SSHUserInfo.java:147
↓ 7 callersMethodgetLoaderMap
Get the cache of loaders and drivers. @return a hashtable
src/main/org/apache/tools/ant/taskdefs/JDBCTask.java:303
↓ 7 callersMethodgetLog
(String cat, String suffix)
src/main/org/apache/tools/ant/listener/CommonsLoggingListener.java:78
↓ 7 callersMethodgetMagicNumber
Create a "magic number" for use in hashCode calculations. @param seed byte[] to seed with. @return a magic number as int.
src/main/org/apache/tools/ant/types/Resource.java:59
↓ 7 callersMethodgetPathStack
Gets all names of the path as an array of <code>String</code>s. @param path to get names from @return <code>String</code>s, never <code>null</code>
src/main/org/apache/tools/ant/util/FileUtils.java:1847
↓ 7 callersMethodgetProxy
Returns the proxy object. @return the target proxy object
src/main/org/apache/tools/ant/TypeAdapter.java:57
← previousnext →701–800 of 14,300, ranked by callers