MCPcopy Create free account

hub / github.com/apache/ant / functions

Functions14,300 in github.com/apache/ant

↓ 6 callersMethodcreate
Fake create an object, used by IntrospectionHelper and UnknownElement to see that this is a predefined object. @param project the current project. @r
src/main/org/apache/tools/ant/taskdefs/PreSetDef.java:255
↓ 6 callersMethodcreateCompilerArg
Adds an implementation specific command-line argument. @return a ImplementationSpecificArgument to be configured
src/main/org/apache/tools/ant/taskdefs/Javac.java:911
↓ 6 callersMethodcreateDataType
Create a new instance of a data type. @param typeName The name of the data type to create an instance of. Must not be <code>null</cod
src/main/org/apache/tools/ant/Project.java:1207
↓ 6 callersMethoddieIfClosed
()
src/main/org/apache/tools/ant/util/OutputStreamFunneler.java:181
↓ 6 callersMethoderrorCount
Get the number of errors. @return the number of errors.
src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTest.java:440
↓ 6 callersMethodexecute
()
src/tutorial/tasks-filesets-properties/04-lists/src/Find.java:62
↓ 6 callersMethodexecute
Do the execution. @throws BuildException if failOnError is set to true and the application returns a nonzero result code.
src/main/org/apache/tools/ant/taskdefs/Java.java:101
↓ 6 callersMethodexecute
Called to execute the code. @throws IOException if there is a problem.
src/main/org/apache/tools/ant/util/Retryable.java:36
↓ 6 callersMethodexecuteExternalCompile
Do the compile with the specified arguments. @param args - arguments to pass to process on command line @param firstFileName - index of the first sour
src/main/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.java:515
↓ 6 callersMethodexecuteRetryable
Executable a retryable object. @param h the retry handler. @param r the object that should be retried until it succeeds or the number of retr
src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java:1824
↓ 6 callersMethodexecuteRetryable
Executable a retryable object. @param h the retry handler. @param r the object that should be retried until it succeeds or the number of retr
src/main/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.java:1107
↓ 6 callersMethodexpectNameAddress
(EmailAddress e)
src/tests/junit/org/apache/tools/ant/taskdefs/email/EmailAddressTest.java:107
↓ 6 callersMethodextractBuildException
Helper method to extract the inner fault from an {@link InvocationTargetException}, and turn it into a BuildException. If it is already a BuildExcepti
src/main/org/apache/tools/ant/IntrospectionHelper.java:814
↓ 6 callersMethodfailureCount
Get the number of failures. @return the number of failures.
src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTest.java:432
↓ 6 callersMethodflush
Writes all remaining data in the buffer associated with the current thread to the project. @exception IOException if there is a problem flushing the
src/main/org/apache/tools/ant/DemuxOutputStream.java:206
↓ 6 callersMethodformatNameBytes
Copy a name into a buffer. Copies characters from the name into the buffer starting at the specified offset. If the buffer is longer than the name, th
src/main/org/apache/tools/tar/TarUtils.java:379
↓ 6 callersMethodgetAttributeKeys
Get the attribute keys. @return an Enumeration of Strings, each string being the lower case key of an attribute of the section.
src/main/org/apache/tools/ant/taskdefs/Manifest.java:577
↓ 6 callersMethodgetAuthor
Gets the author of the CVSEntry @return the author
src/main/org/apache/tools/ant/taskdefs/cvslib/CVSEntry.java:84
↓ 6 callersMethodgetBeddir
()
src/tests/junit/org/apache/tools/ant/types/selectors/BaseSelectorRule.java:68
↓ 6 callersMethodgetCatalogPath
Returns the catalog path in which to attempt to resolve DTDs. @return the catalog path
src/main/org/apache/tools/ant/types/XMLCatalog.java:278
↓ 6 callersMethodgetColumnNumber
@return the column number @since Ant 1.7
src/main/org/apache/tools/ant/Location.java:121
↓ 6 callersMethodgetCommandline
Get the command line to run a Java vm. @return the list of all arguments necessary to run the vm.
src/main/org/apache/tools/ant/types/CommandlineJava.java:497
↓ 6 callersMethodgetCoreLoader
Return the core classloader to use for this project. This may be <code>null</code>, indicating that the parent classloader should be used. @return th
src/main/org/apache/tools/ant/Project.java:379
↓ 6 callersMethodgetDefinition
Return the antTypeDefinition for a componentName. @param componentName the name of the component. @return the ant definition or null if not present.
src/main/org/apache/tools/ant/ComponentHelper.java:307
↓ 6 callersMethodgetDir
@param p the current project @return the directory attribute
src/main/org/apache/tools/ant/types/FileList.java:94
↓ 6 callersMethodgetDirectoryScanner
Return the DirectoryScanner associated with this FileSet. @param p the project used to resolve dirs, etc. @return a dependency scanner.
src/main/org/apache/tools/ant/types/optional/depend/ClassfileSet.java:121
↓ 6 callersMethodgetEnvironment
Returns the environment used to create a subprocess. @return the environment used to create a subprocess.
src/main/org/apache/tools/ant/taskdefs/Execute.java:337
↓ 6 callersMethodgetException
Returns the exception that was thrown, if any. This field will only be set for "messageLogged", "taskFinished", "targetFinished", and "buildFinished"
src/main/org/apache/tools/ant/BuildEvent.java:200
↓ 6 callersMethodgetFilterHash
Gets the filter hash of the FilterSet. @return The hash of the tokens and values for quick lookup.
src/main/org/apache/tools/ant/types/FilterSet.java:247
↓ 6 callersMethodgetFilters
Get the filters in the filter set. @return a Vector of Filter instances.
src/main/org/apache/tools/ant/types/FilterSet.java:216
↓ 6 callersMethodgetGlobalFilterSet
Return the set of global filters. @return the set of global filters.
src/main/org/apache/tools/ant/Project.java:526
↓ 6 callersMethodgetImplicitTarget
get the implicit target @return implicit target
src/main/org/apache/tools/ant/helper/AntXMLContext.java:281
↓ 6 callersMethodgetJar
Get the name of the jar to be run. @return the pathname of the jar file to run via -jar option or <code>null</code> if there is no jar to run. @see #g
src/main/org/apache/tools/ant/types/CommandlineJava.java:331
↓ 6 callersMethodgetLinkedFile
Name of linked file @return name of the file this entry links to if it is a symbolic link, the empty string otherwise. @since 1.1
src/main/org/apache/tools/zip/AsiExtraField.java:234
↓ 6 callersMethodgetMainSection
Get the main section of the manifest @return the main section of the manifest
src/main/org/apache/tools/ant/taskdefs/Manifest.java:1082
↓ 6 callersMethodgetMethod
()
src/main/org/apache/tools/ant/IntrospectionHelper.java:1442
↓ 6 callersMethodgetMimeType
Returns the content type @return the mime type
src/main/org/apache/tools/ant/taskdefs/email/Message.java:102
↓ 6 callersMethodgetName
Returns the name of this target. @return the name of this target, or <code>null</code> if the name has not been set yet.
src/main/org/apache/tools/ant/Target.java:200
↓ 6 callersMethodgetOutputFile
@return the output file name
src/main/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTask.java:143
↓ 6 callersMethodgetOutputfile
The destination file, if any. @return the destination file. @since Ant 1.6.3
src/main/org/apache/tools/ant/taskdefs/optional/Javah.java:280
↓ 6 callersMethodgetProject
Returns the project this target belongs to. @return The project this target belongs to, or <code>null</code> if the project has not been set
src/main/org/apache/tools/ant/Target.java:108
↓ 6 callersMethodgetProjectHelperForBuildFile
Get the helper that will be able to parse the specified build file. The helper will be chosen among the ones found in the classpath @param buildFile
src/main/org/apache/tools/ant/ProjectHelperRepository.java:244
↓ 6 callersMethodgetPropertyNames
Returns the names of all known properties. @since 1.10.9 @return the names of all known properties including local user and local properties.
src/main/org/apache/tools/ant/Project.java:658
↓ 6 callersMethodgetQName
Return the qname of the XML element associated with this component. @return namespace Qname used in the element declaration.
src/main/org/apache/tools/ant/UnknownElement.java:128
↓ 6 callersMethodgetRef
()
src/main/org/apache/tools/ant/types/resources/TarResource.java:215
↓ 6 callersMethodgetRef
(Project p)
src/main/org/apache/tools/ant/types/selectors/AbstractSelectorContainer.java:394
↓ 6 callersMethodgetReferences
Return a map of the references in the project (String to Object). The returned hashtable is &quot;live&quot; and so must not be modified. @return a m
src/main/org/apache/tools/ant/Project.java:2008
↓ 6 callersMethodgetRemotedir
()
src/main/org/apache/tools/ant/taskdefs/optional/net/FTPTask.java:155
↓ 6 callersMethodgetResourceSelectors
Get the configured {@link ResourceSelector}s as a {@link List}. @return {@link List} of {@link ResourceSelector}
src/main/org/apache/tools/ant/types/resources/selectors/ResourceSelectorContainer.java:108
↓ 6 callersMethodgetRootLoader
Used for isolated resource searching. @return the root classloader of AntClassLoader.
src/main/org/apache/tools/ant/AntClassLoader.java:861
↓ 6 callersMethodgetServer
()
src/main/org/apache/tools/ant/taskdefs/optional/net/FTPTask.java:168
↓ 6 callersMethodgetSize
Get this entry's file size. @return This entry's file size.
src/main/org/apache/tools/tar/TarEntry.java:627
↓ 6 callersMethodgetSource
Get the value of source. @return value of source.
src/main/org/apache/tools/ant/taskdefs/Javac.java:189
↓ 6 callersMethodgetTask
Get the value of task. @return value of task.
src/main/org/apache/tools/ant/taskdefs/optional/ccm/CCMCheck.java:94
↓ 6 callersMethodgetTrimmedString
Trim the supplied string if the string is non-null @param value the string to trim or null @return the trimmed string or null
src/main/org/apache/tools/ant/taskdefs/optional/extension/Specification.java:494
↓ 6 callersMethodgetWarnings
Get the warnings for this manifest. @return an enumeration of warning strings
src/main/org/apache/tools/ant/taskdefs/Manifest.java:1012
↓ 6 callersMethodhasMoreElements
()
src/main/org/apache/tools/ant/util/CollectionUtils.java:170
↓ 6 callersMethodhasZip64Extra
Is there a ZIP64 extended information extra field for the entry? @param ze ZipEntry @return boolean
src/main/org/apache/tools/zip/ZipOutputStream.java:1644
↓ 6 callersMethodinit
Initialize this task by creating new instance of the ant task and configuring it by calling its own init method.
src/main/org/apache/tools/ant/taskdefs/CallTarget.java:84
↓ 6 callersMethodinitAll
Used to be part of init. It must be done once - but we delay it until we do need _all_ tasks. Otherwise we just get the tasks that we need, and avoid
src/main/org/apache/tools/ant/util/LazyHashtable.java:46
↓ 6 callersMethodisDir
Indicate if the value specifies a directory. @return true if the value specifies a directory.
src/main/org/apache/tools/ant/taskdefs/Available.java:509
↓ 6 callersMethodisDirectory
Return whether or not this entry represents a directory. @return True if this entry is a directory.
src/main/org/apache/tools/tar/TarEntry.java:760
↓ 6 callersMethodisParentFirst
Tests whether or not the parent classloader should be checked for a resource before this one. If the resource matches both the "use parent classloader
src/main/org/apache/tools/ant/AntClassLoader.java:845
↓ 6 callersMethodlogin
Process a 'typical' login. If it differs, use the read and write tasks explicitly
src/main/org/apache/tools/ant/taskdefs/optional/net/RExecTask.java:405
↓ 6 callersMethodmatchPath
Tests whether or not a given path matches a given pattern. If you need to call this method multiple times with the same pattern you should rather use
src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java:178
↓ 6 callersMethodmaybeThrowException
(Exception exc, String msgFormat, Object... msgArgs)
src/main/org/apache/tools/ant/taskdefs/SetPermissions.java:185
↓ 6 callersMethodmsg
(Throwable error, boolean verbose)
src/tests/junit/org/apache/tools/ant/DefaultLoggerTest.java:30
↓ 6 callersMethodnoChildrenAllowed
Creates an exception that indicates that this XML element must not have child elements if the refid attribute is set. @return BuildException.
src/main/org/apache/tools/ant/taskdefs/PathConvert.java:550
↓ 6 callersMethodparseFromLocalFileData
Populate data from this array as if it was in local file data. @param data an array of bytes @param offset the start offset @param length the number o
src/main/org/apache/tools/zip/ZipExtraField.java:83
↓ 6 callersMethodperformConfigTest
(String target, int[] expectedCounts)
src/tests/junit/org/apache/tools/ant/taskdefs/optional/net/FTPTest.java:632
↓ 6 callersMethodrawWrite
(int b)
src/main/org/apache/tools/mail/MailMessage.java:505
↓ 6 callersMethodread
(final char[] cbuf, final int off, final int len)
src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/AbstractJUnitResultFormatter.java:205
↓ 6 callersMethodreadTrackerFile
(final Path trackerFile)
src/tests/junit/org/example/junitlauncher/Tracker.java:165
↓ 6 callersMethodregisterProjectHelper
Register the specified project helper into the repository. <p> The helper will be added after all the already registered helpers, but before the defau
src/main/org/apache/tools/ant/ProjectHelperRepository.java:125
↓ 6 callersMethodremoveAll
(Collection<?> c)
src/main/org/apache/tools/ant/util/VectorSet.java:194
↓ 6 callersMethodremoveAllElements
()
src/main/org/apache/tools/ant/util/VectorSet.java:203
↓ 6 callersMethodremoveSuffix
Removes the suffix from a given string, if the string contains that suffix. @param string String for check @param suffix Suffix to remove @return the
src/main/org/apache/tools/ant/util/StringUtils.java:256
↓ 6 callersMethodreplaceTokens
Does replacement on the given string with token matching. This uses the defined begintoken and endtoken values which default to @ for both. This reset
src/main/org/apache/tools/ant/types/FilterSet.java:385
↓ 6 callersMethodresolveTo
expect a uri to resolve to strings on different platforms @param uri uri to parse @param expectedUnix unix string (or null to skip that test) @param e
src/tests/junit/org/apache/tools/ant/launch/LocatorTest.java:56
↓ 6 callersMethodrunCount
Get the number of runs. @return the number of runs.
src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTest.java:424
↓ 6 callersMethodrunExecute
A Utility method for this classes and subclasses to run an Execute instance (an external command). @param exe instance of the execute class. @throws
src/main/org/apache/tools/ant/taskdefs/ExecTask.java:656
↓ 6 callersMethodscanDuringFastScan
(TokenizedPath path)
src/main/org/apache/tools/ant/DirectoryScanner.java:1139
↓ 6 callersMethodselectorElements
Returns an enumerator for accessing the set of selectors. @return an enumerator that goes through each of the selectors
src/main/org/apache/tools/ant/types/selectors/SelectorContainer.java:59
↓ 6 callersMethodsend
(String msg, int[] ok)
src/main/org/apache/tools/mail/MailMessage.java:430
↓ 6 callersMethodsendAck
Send an ack. @param out the output stream to use @throws IOException on error
src/main/org/apache/tools/ant/taskdefs/optional/ssh/AbstractSshMessage.java:106
↓ 6 callersMethodsetActions
Set the actions. @param actions The actions of the permission.
src/main/org/apache/tools/ant/types/Permissions.java:323
↓ 6 callersMethodsetAtMost
Set the atmost attribute. This is of the form major.minor.point. For example 11.0.2 @param atMost the version to set @since Ant 1.10.10
src/main/org/apache/tools/ant/taskdefs/condition/JavaVersion.java:125
↓ 6 callersMethodsetClass
Set the class, mandatory. @param aClass The class name of the permission.
src/main/org/apache/tools/ant/types/Permissions.java:291
↓ 6 callersMethodsetDefault
Set the default target of the project. @param defaultTarget The name of the default target for this project. May be <code>null</
src/main/org/apache/tools/ant/Project.java:743
↓ 6 callersMethodsetDescription
@param desc Description of the text.
src/main/org/apache/tools/ant/taskdefs/MacroDef.java:509
↓ 6 callersMethodsetFile
The jarfile that is to be tested for the presence of a signature. @param file jarfile to be tested.
src/main/org/apache/tools/ant/taskdefs/condition/IsSigned.java:50
↓ 6 callersMethodsetFrom
Sets the &quot;from&quot; pattern. Required. @param from a string
src/main/org/apache/tools/ant/util/GlobPatternMapper.java:111
↓ 6 callersMethodsetGroupId
Set this entry's group id. @param groupId This entry's new group id.
src/main/org/apache/tools/tar/TarEntry.java:494
↓ 6 callersMethodsetLocation
Sets the property to the absolute filename of the given file. If the value of this attribute is an absolute path, it is left unchanged (with / and \ c
src/main/org/apache/tools/ant/taskdefs/Property.java:177
↓ 6 callersMethodsetLocation
Sets the location for this resolver @param location the location
src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers/LocationResolver.java:38
↓ 6 callersMethodsetMin
The minimum depth below the basedir before a file is selected. @param min minimum directory levels below basedir to go
src/main/org/apache/tools/ant/types/selectors/DepthSelector.java:61
↓ 6 callersMethodsetModulesourcepath
Set the modulesourcepath to be used for this compilation. @param msp the modulesourcepath @since 1.9.7
src/main/org/apache/tools/ant/taskdefs/Javac.java:336
↓ 6 callersMethodsetName
Set the name of the permission. @param aName The name of the permission.
src/main/org/apache/tools/ant/types/Permissions.java:307
↓ 6 callersMethodsetName
Set the name of the parameter. @param name the name of the doclet parameter
src/main/org/apache/tools/ant/taskdefs/Javadoc.java:108
↓ 6 callersMethodsetProjectComponent
Set the project component associated with this helper. @param component the project component that owns this helper.
src/main/org/apache/tools/ant/util/ScriptRunnerHelper.java:48
← previousnext →901–1,000 of 14,300, ranked by callers