org.apache.ivy.ant |
|
Java Source File Name | Type | Comment |
AddPathTask.java | Class | This task is not directly related to ivy, but is useful in some modular build systems. |
AntBuildTrigger.java | Class | Triggers an ant build on an event occurence. |
AntBuildTriggerTest.java | Class | |
AntCallTrigger.java | Class | Triggers an call to an ant target on an event occurence. |
AntCallTriggerTest.java | Class | |
AntMessageLogger.java | Class | Implementation of the simple message facility for ant. |
IvyAntSettings.java | Class | |
IvyAntSettingsTest.java | Class | |
IvyAntVariableContainer.java | Class | |
IvyArtifactProperty.java | Class | |
IvyArtifactPropertyTest.java | Class | |
IvyArtifactReport.java | Class | Generates a report of all artifacts involved during the last resolve. |
IvyArtifactReportTest.java | Class | |
IvyBuildList.java | Class | Creates an ant filelist of files (usually build.xml) ordered according to the dependencies
declared in ivy files. |
IvyBuildListTest.java | Class | |
IvyBuildNumber.java | Class | Look for the latest module in the repository matching the given criteria, and sets a set of
properties according to what was found. |
IvyBuildNumberTest.java | Class | |
IvyCacheFileset.java | Class | Creates an ant fileset consisting in all artifacts found during a resolve. |
IvyCacheFilesetTest.java | Class | |
IvyCachePath.java | Class | Creates an ant path consisting in all artifacts found during a resolve. |
IvyCachePathTest.java | Class | |
IvyCacheTask.java | Class | Base class for the cache path related classes: cachepath and cachefileset. |
IvyCheck.java | Class | Checks the given ivy file using current configuration to see if all dependencies are available,
with good confs. |
IvyCleanCache.java | Class | Cleans the content of Ivy cache(s). |
IvyCleanCacheTest.java | Class | |
IvyConfigure.java | Class | |
IvyConfigureTest.java | Class | Test the deprecated IvyConfigureTest and the underlying implementation AntIvySettings. |
IvyConvertPom.java | Class | |
IvyConvertPomTest.java | Class | |
IvyDeliver.java | Class | Trigger the delivery of a module, which may consist in a recursive delivery of dependencies and
on the replacement in the ivy file of dynamic revisions (like latest.integration) by static ones. |
IvyDeliverTest.java | Class | |
IvyExtractFromSources.java | Class | |
IvyFindRevision.java | Class | Look for the latest module in the repository matching the given criteria, and sets a set of
properties according to what was found. |
IvyFindRevisionTest.java | Class | |
IvyInfo.java | Class | Parses information about an ivy file and make them available in ant. |
IvyInfoTest.java | Class | |
IvyInstall.java | Class | Allow to install a module or a set of module from repository to another one. |
IvyInstallTest.java | Class | |
IvyListModules.java | Class | Look for modules in the repository matching the given criteria, and sets a set of properties
according to what was found. |
IvyListModulesTest.java | Class | |
IvyMakePom.java | Class | |
IvyPostResolveTask.java | Class | Base class for tasks needing to be performed after a resolve. |
IvyPostResolveTaskTest.java | Class | |
IvyPublish.java | Class | This task allow to publish a module revision to an Ivy repository. |
IvyPublishTest.java | Class | |
IvyReport.java | Class | This ant task let users generates reports (html, xml, graphml, ...) from the last resolve done. |
IvyReportTest.java | Class | |
IvyRepositoryReport.java | Class | Generates a report of dependencies of a set of modules in the repository. |
IvyRepositoryReportTest.java | Class | |
IvyResolve.java | Class | This task allow to call the Ivy dependency resolution from ant. |
IvyResolveTest.java | Class | |
IvyRetrieve.java | Class | This task allow to retrieve dependencies from the cache to a local directory like a lib dir. |
IvyRetrieveTest.java | Class | |
IvyTask.java | Class | Base class for all ivy ant tasks, deal particularly with ivy instance storage in ant project. |
IvyTaskTest.java | Class | |
IvyVar.java | Class | This task let user set ivy variables from ant. |
IvyVarTest.java | Class | |
PackageMapping.java | Class | |