Uses of Interface
org.apache.ivy.core.module.descriptor.Artifact
-
-
Uses of Artifact in org.apache.ivy
Methods in org.apache.ivy that return types with arguments of type Artifact Modifier and Type Method Description java.util.Collection<Artifact>Ivy. publish(ModuleRevisionId mrid, java.util.Collection<java.lang.String> srcArtifactPattern, java.lang.String resolverName, PublishOptions options)java.util.Collection<Artifact>Ivy14. publish(ModuleDescriptor md, DependencyResolver resolver, java.util.Collection<java.lang.String> srcArtifactPattern, java.lang.String srcIvyPattern, Artifact[] extraArtifacts, boolean overwrite, java.lang.String conf)java.util.Collection<Artifact>Ivy14. publish(ModuleRevisionId mrid, java.lang.String pubrevision, java.io.File cache, java.lang.String srcArtifactPattern, java.lang.String resolverName, java.lang.String srcIvyPattern, boolean validate)java.util.Collection<Artifact>Ivy14. publish(ModuleRevisionId mrid, java.lang.String pubrevision, java.io.File cache, java.lang.String srcArtifactPattern, java.lang.String resolverName, java.lang.String srcIvyPattern, boolean validate, boolean overwrite)java.util.Collection<Artifact>Ivy14. publish(ModuleRevisionId mrid, java.lang.String pubrevision, java.io.File cache, java.lang.String srcArtifactPattern, java.lang.String resolverName, java.lang.String srcIvyPattern, java.lang.String status, java.util.Date pubdate, Artifact[] extraArtifacts, boolean validate, boolean overwrite, boolean update, java.lang.String conf)java.util.Collection<Artifact>Ivy14. publish(ModuleRevisionId mrid, java.lang.String pubrevision, java.io.File cache, java.util.Collection<java.lang.String> srcArtifactPattern, java.lang.String resolverName, java.lang.String srcIvyPattern, java.lang.String status, java.util.Date pubdate, Artifact[] extraArtifacts, boolean validate, boolean overwrite, boolean update, java.lang.String conf)Methods in org.apache.ivy with parameters of type Artifact Modifier and Type Method Description ArtifactDownloadReportIvy14. download(Artifact artifact, java.io.File cache, boolean useOrigin)java.util.Collection<Artifact>Ivy14. publish(ModuleDescriptor md, DependencyResolver resolver, java.util.Collection<java.lang.String> srcArtifactPattern, java.lang.String srcIvyPattern, Artifact[] extraArtifacts, boolean overwrite, java.lang.String conf)java.util.Collection<Artifact>Ivy14. publish(ModuleRevisionId mrid, java.lang.String pubrevision, java.io.File cache, java.lang.String srcArtifactPattern, java.lang.String resolverName, java.lang.String srcIvyPattern, java.lang.String status, java.util.Date pubdate, Artifact[] extraArtifacts, boolean validate, boolean overwrite, boolean update, java.lang.String conf)java.util.Collection<Artifact>Ivy14. publish(ModuleRevisionId mrid, java.lang.String pubrevision, java.io.File cache, java.util.Collection<java.lang.String> srcArtifactPattern, java.lang.String resolverName, java.lang.String srcIvyPattern, java.lang.String status, java.util.Date pubdate, Artifact[] extraArtifacts, boolean validate, boolean overwrite, boolean update, java.lang.String conf)Method parameters in org.apache.ivy with type arguments of type Artifact Modifier and Type Method Description java.util.Map<ArtifactDownloadReport,java.util.Set<java.lang.String>>Ivy14. determineArtifactsToCopy(ModuleId moduleId, java.lang.String[] confs, java.io.File cache, java.lang.String destFilePattern, java.lang.String destIvyPattern, Filter<Artifact> artifactFilter)ResolveReportIvy14. install(ModuleRevisionId mrid, java.lang.String from, java.lang.String to, boolean transitive, boolean validate, boolean overwrite, Filter<Artifact> artifactFilter, java.io.File cache, java.lang.String matcherName)private ResolveOptionsIvy14. newResolveOptions(java.lang.String[] confs, java.lang.String revision, java.io.File cache, java.util.Date date, boolean validate, boolean useCacheOnly, boolean transitive, boolean useOrigin, boolean download, boolean outputReport, Filter<Artifact> artifactFilter)ResolveReportIvy14. resolve(java.net.URL ivySource, java.lang.String revision, java.lang.String[] confs, java.io.File cache, java.util.Date date, boolean validate, boolean useCacheOnly, boolean transitive, boolean useOrigin, Filter<Artifact> artifactFilter)ResolveReportIvy14. resolve(java.net.URL ivySource, java.lang.String revision, java.lang.String[] confs, java.io.File cache, java.util.Date date, boolean validate, boolean useCacheOnly, boolean transitive, Filter<Artifact> artifactFilter)ResolveReportIvy14. resolve(java.net.URL ivySource, java.lang.String revision, java.lang.String[] confs, java.io.File cache, java.util.Date date, boolean validate, boolean useCacheOnly, Filter<Artifact> artifactFilter)ResolveReportIvy14. resolve(ModuleDescriptor md, java.lang.String[] confs, java.io.File cache, java.util.Date date, boolean validate, boolean useCacheOnly, boolean transitive, boolean useOrigin, boolean download, boolean outputReport, Filter<Artifact> artifactFilter)ResolveReportIvy14. resolve(ModuleDescriptor md, java.lang.String[] confs, java.io.File cache, java.util.Date date, boolean validate, boolean useCacheOnly, boolean transitive, boolean download, boolean outputReport, Filter<Artifact> artifactFilter)ResolveReportIvy14. resolve(ModuleDescriptor md, java.lang.String[] confs, java.io.File cache, java.util.Date date, boolean validate, boolean useCacheOnly, boolean transitive, Filter<Artifact> artifactFilter)ResolveReportIvy14. resolve(ModuleDescriptor md, java.lang.String[] confs, java.io.File cache, java.util.Date date, boolean validate, boolean useCacheOnly, Filter<Artifact> artifactFilter)ResolveReportIvy14. resolve(ModuleRevisionId mrid, java.lang.String[] confs, boolean transitive, boolean changing, java.io.File cache, java.util.Date date, boolean validate, boolean useCacheOnly, boolean useOrigin, Filter<Artifact> artifactFilter)ResolveReportIvy14. resolve(ModuleRevisionId mrid, java.lang.String[] confs, boolean transitive, boolean changing, java.io.File cache, java.util.Date date, boolean validate, boolean useCacheOnly, Filter<Artifact> artifactFilter)intIvy14. retrieve(ModuleId moduleId, java.lang.String[] confs, java.io.File cache, java.lang.String destFilePattern, java.lang.String destIvyPattern, Filter<Artifact> artifactFilter)intIvy14. retrieve(ModuleId moduleId, java.lang.String[] confs, java.io.File cache, java.lang.String destFilePattern, java.lang.String destIvyPattern, Filter<Artifact> artifactFilter, boolean sync, boolean useOrigin)intIvy14. retrieve(ModuleId moduleId, java.lang.String[] confs, java.io.File cache, java.lang.String destFilePattern, java.lang.String destIvyPattern, Filter<Artifact> artifactFilter, boolean sync, boolean useOrigin, boolean makeSymlinks) -
Uses of Artifact in org.apache.ivy.ant
Classes in org.apache.ivy.ant that implement Artifact Modifier and Type Class Description classIvyPublish.PublishArtifactFields in org.apache.ivy.ant with type parameters of type Artifact Modifier and Type Field Description private Filter<Artifact>IvyPostResolveTask. artifactFilterprivate java.util.Collection<Artifact>IvyPublish. artifactsMethods in org.apache.ivy.ant that return types with arguments of type Artifact Modifier and Type Method Description protected java.util.List<Artifact>AntWorkspaceResolver.Resolver. createWorkspaceArtifacts(ModuleDescriptor md)Filter<Artifact>IvyPostResolveTask. getArtifactFilter()Methods in org.apache.ivy.ant with parameters of type Artifact Modifier and Type Method Description DownloadReportAntWorkspaceResolver.Resolver. download(Artifact[] artifacts, DownloadOptions options)private voidIvyArtifactReport. startArtifact(javax.xml.transform.sax.TransformerHandler saxHandler, Artifact artifact) -
Uses of Artifact in org.apache.ivy.core
Methods in org.apache.ivy.core with parameters of type Artifact Modifier and Type Method Description static java.lang.StringIvyPatternHelper. substitute(java.lang.String pattern, Artifact artifact)static java.lang.StringIvyPatternHelper. substitute(java.lang.String pattern, Artifact artifact, java.lang.String conf)static java.lang.StringIvyPatternHelper. substitute(java.lang.String pattern, Artifact artifact, ArtifactOrigin origin)static java.lang.StringIvyPatternHelper. substitute(java.lang.String pattern, ModuleRevisionId mrid, Artifact artifact)static java.lang.StringIvyPatternHelper. substitute(java.lang.String pattern, ModuleRevisionId mrid, Artifact artifact, java.lang.String conf, ArtifactOrigin origin) -
Uses of Artifact in org.apache.ivy.core.cache
Fields in org.apache.ivy.core.cache declared as Artifact Modifier and Type Field Description private ArtifactArtifactOrigin. artifactMethods in org.apache.ivy.core.cache that return Artifact Modifier and Type Method Description ArtifactArtifactOrigin. getArtifact()Return the artifact that this location is pointing at.private ArtifactDefaultRepositoryCacheManager. getDefaultMetadataArtifact(ModuleRevisionId mrid)ArtifactDefaultRepositoryCacheManager. getOriginalMetadataArtifact(Artifact moduleArtifact)Methods in org.apache.ivy.core.cache with parameters of type Artifact Modifier and Type Method Description ResolvedModuleRevisionDefaultRepositoryCacheManager. cacheModuleDescriptor(DependencyResolver resolver, ResolvedResource mdRef, DependencyDescriptor dd, Artifact moduleArtifact, ResourceDownloader downloader, CacheMetadataOptions options)ResolvedModuleRevisionRepositoryCacheManager. cacheModuleDescriptor(DependencyResolver resolver, ResolvedResource originalMetadataRef, DependencyDescriptor dd, Artifact requestedMetadataArtifact, ResourceDownloader downloader, CacheMetadataOptions options)Caches an original module descriptor.voidDefaultRepositoryCacheManager.BackupResourceDownloader. download(Artifact artifact, Resource resource, java.io.File dest)ArtifactDownloadReportDefaultRepositoryCacheManager. download(Artifact artifact, ArtifactResourceResolver resourceResolver, ResourceDownloader resourceDownloader, CacheDownloadOptions options)ArtifactDownloadReportRepositoryCacheManager. download(Artifact artifact, ArtifactResourceResolver resourceResolver, ResourceDownloader resourceDownloader, CacheDownloadOptions options)Downloads an artifact to this cache.voidDownloadListener. endArtifactDownload(RepositoryCacheManager cache, Artifact artifact, ArtifactDownloadReport adr, java.io.File archiveFile)java.io.FileDefaultRepositoryCacheManager. getArchiveFileInCache(Artifact artifact)Returns a File object pointing to where the artifact can be found on the local file system.java.io.FileDefaultRepositoryCacheManager. getArchiveFileInCache(Artifact artifact, ArtifactOrigin origin)Returns a File object pointing to where the artifact can be found on the local file system.private java.io.FileDefaultRepositoryCacheManager. getArchiveFileInCache(Artifact artifact, ArtifactOrigin origin, boolean useOrigin)Returns a File object pointing to where the artifact can be found on the local file system, using or not the original location depending on the availability of origin information provided as parameter and the setting of useOrigin.java.lang.StringDefaultRepositoryCacheManager. getArchivePathInCache(Artifact artifact)java.lang.StringDefaultRepositoryCacheManager. getArchivePathInCache(Artifact artifact, ArtifactOrigin origin)private java.lang.StringDefaultRepositoryCacheManager. getExistsKey(Artifact artifact)Returns the key used to identify the existence of the remote artifact.private java.lang.StringDefaultRepositoryCacheManager. getIsLocalKey(Artifact artifact)Returns the key used to identify if the artifact is local.private java.lang.StringDefaultRepositoryCacheManager. getLastCheckedKey(Artifact artifact)Returns the key used to identify the last time the artifact was checked to be up to date.private java.lang.StringDefaultRepositoryCacheManager. getLocationKey(Artifact artifact)Returns the key used to identify the location of the artifact.private java.lang.StringDefaultRepositoryCacheManager. getOriginalKey(Artifact artifact)Returns the key used to identify the original artifact.ArtifactDefaultRepositoryCacheManager. getOriginalMetadataArtifact(Artifact moduleArtifact)private java.lang.StringDefaultRepositoryCacheManager. getPrefixKey(Artifact artifact)Creates the unique prefix key that will reference the artifact within the properties.ArtifactOriginDefaultRepositoryCacheManager. getSavedArtifactOrigin(Artifact artifact)ArtifactOriginRepositoryCacheManager. getSavedArtifactOrigin(Artifact artifact)Returns the artifact origin of the given artifact as saved in this cache.private booleanDefaultRepositoryCacheManager. isOriginalMetadataArtifact(Artifact artifact)voidDownloadListener. needArtifact(RepositoryCacheManager cache, Artifact artifact)voidDefaultRepositoryCacheManager. originalToCachedModuleDescriptor(DependencyResolver resolver, ResolvedResource originalMetadataRef, Artifact requestedMetadataArtifact, ResolvedModuleRevision rmr, ModuleDescriptorWriter writer)voidRepositoryCacheManager. originalToCachedModuleDescriptor(DependencyResolver resolver, ResolvedResource originalMetadataRef, Artifact requestedMetadataArtifact, ResolvedModuleRevision rmr, ModuleDescriptorWriter writer)Stores a standardized version of an original module descriptor in the cache for later use.private voidDefaultRepositoryCacheManager. removeSavedArtifactOrigin(Artifact artifact)(package private) voidDefaultRepositoryCacheManager. saveArtifactOrigin(Artifact artifact, ArtifactOrigin origin)voidDownloadListener. startArtifactDownload(RepositoryCacheManager cache, ResolvedResource rres, Artifact artifact, ArtifactOrigin origin)static ArtifactOriginArtifactOrigin. unknown(Artifact artifact)ArtifactOrigin instance used when the origin is unknown.static ArtifactOriginArtifactOrigin. unkwnown(Artifact artifact)Deprecated.because of renaming due spell check.private voidDefaultRepositoryCacheManager. unpackArtifact(Artifact artifact, ArtifactDownloadReport adr, CacheDownloadOptions options)Constructors in org.apache.ivy.core.cache with parameters of type Artifact Constructor Description ArtifactOrigin(Artifact artifact, boolean isLocal, java.lang.String location)Create a new instance -
Uses of Artifact in org.apache.ivy.core.event.download
Fields in org.apache.ivy.core.event.download declared as Artifact Modifier and Type Field Description private ArtifactDownloadEvent. artifactprivate Artifact[]PrepareDownloadEvent. artifactsMethods in org.apache.ivy.core.event.download that return Artifact Modifier and Type Method Description ArtifactDownloadEvent. getArtifact()Artifact[]PrepareDownloadEvent. getArtifacts()Methods in org.apache.ivy.core.event.download with parameters of type Artifact Modifier and Type Method Description protected voidDownloadEvent. addArtifactAttributes(Artifact artifact)Constructors in org.apache.ivy.core.event.download with parameters of type Artifact Constructor Description DownloadEvent(java.lang.String name, Artifact artifact)EndArtifactDownloadEvent(DependencyResolver resolver, Artifact artifact, ArtifactDownloadReport report, java.io.File dest)NeedArtifactEvent(DependencyResolver resolver, Artifact artifact)PrepareDownloadEvent(Artifact[] artifacts)StartArtifactDownloadEvent(DependencyResolver resolver, Artifact artifact, ArtifactOrigin origin) -
Uses of Artifact in org.apache.ivy.core.event.publish
Fields in org.apache.ivy.core.event.publish declared as Artifact Modifier and Type Field Description private ArtifactPublishEvent. artifactMethods in org.apache.ivy.core.event.publish that return Artifact Modifier and Type Method Description ArtifactPublishEvent. getArtifact()Constructors in org.apache.ivy.core.event.publish with parameters of type Artifact Constructor Description EndArtifactPublishEvent(DependencyResolver resolver, Artifact artifact, java.io.File data, boolean overwrite, boolean successful)PublishEvent(java.lang.String name, DependencyResolver resolver, Artifact artifact, java.io.File data, boolean overwrite)StartArtifactPublishEvent(DependencyResolver resolver, Artifact artifact, java.io.File data, boolean overwrite) -
Uses of Artifact in org.apache.ivy.core.event.retrieve
Methods in org.apache.ivy.core.event.retrieve with parameters of type Artifact Modifier and Type Method Description protected voidRetrieveArtifactEvent. addArtifactAttributes(Artifact artifact) -
Uses of Artifact in org.apache.ivy.core.install
Fields in org.apache.ivy.core.install with type parameters of type Artifact Modifier and Type Field Description private Filter<Artifact>InstallOptions. artifactFilterMethods in org.apache.ivy.core.install that return types with arguments of type Artifact Modifier and Type Method Description Filter<Artifact>InstallOptions. getArtifactFilter()Method parameters in org.apache.ivy.core.install with type arguments of type Artifact Modifier and Type Method Description InstallOptionsInstallOptions. setArtifactFilter(Filter<Artifact> artifactFilter) -
Uses of Artifact in org.apache.ivy.core.module.descriptor
Classes in org.apache.ivy.core.module.descriptor that implement Artifact Modifier and Type Class Description classAbstractArtifactclassDefaultArtifactclassMDArtifactFields in org.apache.ivy.core.module.descriptor declared as Artifact Modifier and Type Field Description private ArtifactDefaultModuleDescriptor. metadataArtifactFields in org.apache.ivy.core.module.descriptor with type parameters of type Artifact Modifier and Type Field Description private java.util.Collection<Artifact>DefaultModuleDescriptor. artifactsprivate java.util.Map<java.lang.String,java.util.Collection<Artifact>>DefaultModuleDescriptor. artifactsByConfMethods in org.apache.ivy.core.module.descriptor that return Artifact Modifier and Type Method Description static ArtifactDefaultArtifact. cloneWithAnotherExt(Artifact artifact, java.lang.String newExt)static ArtifactDefaultArtifact. cloneWithAnotherMrid(Artifact artifact, ModuleRevisionId mrid)static ArtifactDefaultArtifact. cloneWithAnotherName(Artifact artifact, java.lang.String name)static ArtifactDefaultArtifact. cloneWithAnotherType(Artifact artifact, java.lang.String newType)static ArtifactDefaultArtifact. cloneWithAnotherTypeAndExt(Artifact artifact, java.lang.String newType, java.lang.String newExt)Artifact[]DefaultModuleDescriptor. getAllArtifacts()Artifact[]ModuleDescriptor. getAllArtifacts()Artifact[]DefaultModuleDescriptor. getArtifacts(java.lang.String conf)Artifact[]ModuleDescriptor. getArtifacts(java.lang.String conf)ArtifactDefaultModuleDescriptor. getMetadataArtifact()ArtifactModuleDescriptor. getMetadataArtifact()Even though the module descriptor is never described as a published artifact of a module in the module descriptor itself, it is often useful to consider it as any other artifact of the module.static ArtifactDefaultArtifact. newIvyArtifact(ModuleRevisionId mrid, java.util.Date pubDate)static ArtifactMDArtifact. newIvyArtifact(ModuleDescriptor md)static ArtifactDefaultArtifact. newPomArtifact(ModuleRevisionId mrid, java.util.Date pubDate)Methods in org.apache.ivy.core.module.descriptor that return types with arguments of type Artifact Modifier and Type Method Description private java.util.Collection<Artifact>DefaultModuleDescriptor. getArtifactsIncludingExtending(java.lang.String conf)Methods in org.apache.ivy.core.module.descriptor with parameters of type Artifact Modifier and Type Method Description voidDefaultModuleDescriptor. addArtifact(java.lang.String conf, Artifact artifact)Artifact configurations are not used since added artifact may not be entirely completed, so its configurations data may not be accuratestatic ArtifactDefaultArtifact. cloneWithAnotherExt(Artifact artifact, java.lang.String newExt)static ArtifactDefaultArtifact. cloneWithAnotherMrid(Artifact artifact, ModuleRevisionId mrid)static ArtifactDefaultArtifact. cloneWithAnotherName(Artifact artifact, java.lang.String name)static ArtifactDefaultArtifact. cloneWithAnotherType(Artifact artifact, java.lang.String newType)static ArtifactDefaultArtifact. cloneWithAnotherTypeAndExt(Artifact artifact, java.lang.String newType, java.lang.String newExt)voidDefaultModuleDescriptor. setModuleArtifact(Artifact moduleArtifact) -
Uses of Artifact in org.apache.ivy.core.pack
Methods in org.apache.ivy.core.pack that return Artifact Modifier and Type Method Description ArtifactPackagingManager. getUnpackedArtifact(Artifact artifact)ArtifactPackagingManager. unpackArtifact(Artifact artifact, java.io.File localFile, java.io.File archiveFile)Methods in org.apache.ivy.core.pack with parameters of type Artifact Modifier and Type Method Description ArtifactPackagingManager. getUnpackedArtifact(Artifact artifact)ArtifactPackagingManager. unpackArtifact(Artifact artifact, java.io.File localFile, java.io.File archiveFile) -
Uses of Artifact in org.apache.ivy.core.publish
Fields in org.apache.ivy.core.publish declared as Artifact Modifier and Type Field Description private Artifact[]PublishOptions. extraArtifactsMethods in org.apache.ivy.core.publish that return Artifact Modifier and Type Method Description Artifact[]PublishOptions. getExtraArtifacts()Methods in org.apache.ivy.core.publish that return types with arguments of type Artifact Modifier and Type Method Description java.util.Collection<Artifact>PublishEngine. publish(ModuleDescriptor md, java.util.Collection<java.lang.String> srcArtifactPattern, DependencyResolver resolver, PublishOptions options)java.util.Collection<Artifact>PublishEngine. publish(ModuleRevisionId mrid, java.util.Collection<java.lang.String> srcArtifactPattern, java.lang.String resolverName, PublishOptions options)Publishes a module to the repository.Methods in org.apache.ivy.core.publish with parameters of type Artifact Modifier and Type Method Description private voidPublishEngine. publish(Artifact artifact, java.io.File src, DependencyResolver resolver, boolean overwrite)PublishOptionsPublishOptions. setExtraArtifacts(Artifact[] extraArtifacts) -
Uses of Artifact in org.apache.ivy.core.report
Fields in org.apache.ivy.core.report declared as Artifact Modifier and Type Field Description private ArtifactArtifactDownloadReport. artifactprivate ArtifactArtifactDownloadReport. unpackedArtifactFields in org.apache.ivy.core.report with type parameters of type Artifact Modifier and Type Field Description private java.util.Map<Artifact,ArtifactDownloadReport>DownloadReport. artifactsprivate java.util.List<Artifact>ResolveReport. artifactsMethods in org.apache.ivy.core.report that return Artifact Modifier and Type Method Description ArtifactArtifactDownloadReport. getArtifact()ArtifactArtifactDownloadReport. getUnpackedArtifact()Methods in org.apache.ivy.core.report that return types with arguments of type Artifact Modifier and Type Method Description java.util.List<Artifact>ResolveReport. getArtifacts()Returns the list of all artifacts which should be downloaded per this resolve To know if the artifact have actually been downloaded use information found in ConfigurationResolveReport.Methods in org.apache.ivy.core.report with parameters of type Artifact Modifier and Type Method Description ArtifactDownloadReportDownloadReport. getArtifactReport(Artifact artifact)voidArtifactDownloadReport. setUnpackedArtifact(Artifact unpackedArtifact)Method parameters in org.apache.ivy.core.report with type arguments of type Artifact Modifier and Type Method Description voidResolveReport. setDependencies(java.util.List<IvyNode> dependencies, Filter<Artifact> artifactFilter)Constructors in org.apache.ivy.core.report with parameters of type Artifact Constructor Description ArtifactDownloadReport(Artifact artifact)MetadataArtifactDownloadReport(Artifact artifact) -
Uses of Artifact in org.apache.ivy.core.resolve
Fields in org.apache.ivy.core.resolve with type parameters of type Artifact Modifier and Type Field Description private Filter<Artifact>ResolveOptions. artifactFilterA filter to use to avoid downloading all artifacts.Methods in org.apache.ivy.core.resolve that return Artifact Modifier and Type Method Description Artifact[]IvyNode. getAllArtifacts()Returns all the artifacts of this dependency required in all the root module configurationsArtifact[]IvyNode. getArtifacts(java.lang.String rootModuleConf)Returns the artifacts of this dependency required in the configurations themselves required in the given root module configurationArtifact[]IvyNode. getSelectedArtifacts(Filter<Artifact> artifactFilter)Returns all the artifacts of this dependency required in the root module configurations in which the node is not evicted nor blacklistedMethods in org.apache.ivy.core.resolve that return types with arguments of type Artifact Modifier and Type Method Description private static java.util.Collection<Artifact>IvyNode. findArtifactsMatching(IncludeRule rule, java.util.Map<ArtifactId,Artifact> allArtifacts)Filter<Artifact>ResolveOptions. getArtifactFilter()Methods in org.apache.ivy.core.resolve with parameters of type Artifact Modifier and Type Method Description booleanIvyNode. directlyExcludes(ModuleDescriptor md, java.lang.String[] moduleConfs, DependencyDescriptor dd, Artifact artifact)booleanIvyNode. doesCallersExclude(java.lang.String rootModuleConf, Artifact artifact, java.util.Deque<IvyNode> callersStack)booleanIvyNode. doesCallersExclude(java.lang.String rootModuleConf, Artifact artifact, java.util.Stack<ModuleRevisionId> callersStack)Deprecated.(package private) booleanIvyNodeCallers. doesCallersExclude(java.lang.String rootModuleConf, Artifact artifact)Returns true if ALL callers exclude the given artifact in the given root module conf(package private) booleanIvyNodeCallers. doesCallersExclude(java.lang.String rootModuleConf, Artifact artifact, java.util.Deque<IvyNode> callersStack)(package private) java.lang.BooleanIvyNode. doesExclude(ModuleDescriptor md, java.lang.String rootModuleConf, java.lang.String[] moduleConfs, DependencyDescriptor dd, Artifact artifact, java.util.Deque<IvyNode> callersStack)ArtifactDownloadReportResolveEngine. download(Artifact artifact, DownloadOptions options)Download an artifact to the cache.ArtifactOriginResolveEngine. locate(Artifact artifact)Locates an artifact in dependency resolvers, and return its location if it can be located and actually exists, or an unknownArtifactOriginin other cases.Method parameters in org.apache.ivy.core.resolve with type arguments of type Artifact Modifier and Type Method Description private voidIvyNode. addArtifactsFromMergedUsage(java.lang.String rootModuleConf, java.util.Set<Artifact> artifacts)private voidIvyNode. addArtifactsFromOwnUsage(java.util.Set<Artifact> artifacts, java.util.Set<DependencyArtifactDescriptor> dependencyArtifacts)voidResolveEngine. downloadArtifacts(ResolveReport report, Filter<Artifact> artifactFilter, DownloadOptions options)private static java.util.Collection<Artifact>IvyNode. findArtifactsMatching(IncludeRule rule, java.util.Map<ArtifactId,Artifact> allArtifacts)Artifact[]IvyNode. getSelectedArtifacts(Filter<Artifact> artifactFilter)Returns all the artifacts of this dependency required in the root module configurations in which the node is not evicted nor blacklistedResolveOptionsResolveOptions. setArtifactFilter(Filter<Artifact> artifactFilter) -
Uses of Artifact in org.apache.ivy.core.retrieve
Fields in org.apache.ivy.core.retrieve with type parameters of type Artifact Modifier and Type Field Description private Filter<Artifact>RetrieveOptions. artifactFilterThe filter to apply before retrieving artifacts.Methods in org.apache.ivy.core.retrieve that return types with arguments of type Artifact Modifier and Type Method Description Filter<Artifact>RetrieveOptions. getArtifactFilter()Method parameters in org.apache.ivy.core.retrieve with type arguments of type Artifact Modifier and Type Method Description RetrieveOptionsRetrieveOptions. setArtifactFilter(Filter<Artifact> artifactFilter) -
Uses of Artifact in org.apache.ivy.osgi.core
Methods in org.apache.ivy.osgi.core that return Artifact Modifier and Type Method Description ArtifactOSGiManifestParser. getMetadataArtifact(ModuleRevisionId mrid, Resource res)Methods in org.apache.ivy.osgi.core with parameters of type Artifact Modifier and Type Method Description static java.net.URIBundleInfoAdapter. buildIvyURI(Artifact artifact) -
Uses of Artifact in org.apache.ivy.osgi.repo
Fields in org.apache.ivy.osgi.repo declared as Artifact Modifier and Type Field Description private ArtifactResolverManifestIterable.ResolverManifestIterator. artifactprivate Artifact[]ResolverManifestIterable.ResolverManifestIterator. artifactsMethods in org.apache.ivy.osgi.repo with parameters of type Artifact Modifier and Type Method Description ResolvedResourceAbstractOSGiResolver. findArtifactRef(Artifact artifact, java.util.Date date)voidAbstractOSGiResolver. publish(Artifact artifact, java.io.File src, boolean overwrite) -
Uses of Artifact in org.apache.ivy.plugins.lock
Methods in org.apache.ivy.plugins.lock with parameters of type Artifact Modifier and Type Method Description booleanArtifactLockStrategy. lockArtifact(Artifact artifact, java.io.File artifactFileToDownload)booleanLockStrategy. lockArtifact(Artifact artifact, java.io.File artifactFileToDownload)Performs a lock before downloading the givenArtifactto the given file.booleanNoLockStrategy. lockArtifact(Artifact artifact, java.io.File artifactFileToDownload)voidArtifactLockStrategy. unlockArtifact(Artifact artifact, java.io.File artifactFileToDownload)voidLockStrategy. unlockArtifact(Artifact artifact, java.io.File artifactFileToDownload)Release the lock acquired for an artifact download.voidNoLockStrategy. unlockArtifact(Artifact artifact, java.io.File artifactFileToDownload) -
Uses of Artifact in org.apache.ivy.plugins.namespace
Methods in org.apache.ivy.plugins.namespace that return Artifact Modifier and Type Method Description static ArtifactNameSpaceHelper. transform(Artifact artifact, NamespaceTransformer t)Methods in org.apache.ivy.plugins.namespace with parameters of type Artifact Modifier and Type Method Description static ArtifactNameSpaceHelper. transform(Artifact artifact, NamespaceTransformer t) -
Uses of Artifact in org.apache.ivy.plugins.parser
Methods in org.apache.ivy.plugins.parser that return Artifact Modifier and Type Method Description ArtifactAbstractModuleDescriptorParser. getMetadataArtifact(ModuleRevisionId mrid, Resource res)ArtifactModuleDescriptorParser. getMetadataArtifact(ModuleRevisionId mrid, Resource res)Returns the module metadata artifact corresponding to the given module revision id that this parser parses -
Uses of Artifact in org.apache.ivy.plugins.parser.m2
Methods in org.apache.ivy.plugins.parser.m2 that return Artifact Modifier and Type Method Description private static ArtifactPomModuleDescriptorWriter. findArtifact(ModuleDescriptor md, java.lang.String artifactName)Returns the first artifact with the correct name and without a classifier.ArtifactPomModuleDescriptorBuilder. getJavadocArtifact()ArtifactPomModuleDescriptorBuilder. getMainArtifact()ArtifactPomModuleDescriptorParser. getMetadataArtifact(ModuleRevisionId mrid, Resource res)ArtifactPomModuleDescriptorBuilder. getSourceArtifact()ArtifactPomModuleDescriptorBuilder. getSrcArtifact() -
Uses of Artifact in org.apache.ivy.plugins.parser.xml
Methods in org.apache.ivy.plugins.parser.xml with parameters of type Artifact Modifier and Type Method Description private static java.lang.StringXmlModuleDescriptorWriter. getConfs(ModuleDescriptor md, Artifact artifact) -
Uses of Artifact in org.apache.ivy.plugins.report
Fields in org.apache.ivy.plugins.report with type parameters of type Artifact Modifier and Type Field Description private java.util.List<Artifact>XmlReportParser.SaxXmlReportParser. artifactsMethods in org.apache.ivy.plugins.report that return Artifact Modifier and Type Method Description Artifact[]XmlReportParser. getArtifacts()Methods in org.apache.ivy.plugins.report that return types with arguments of type Artifact Modifier and Type Method Description java.util.List<Artifact>XmlReportParser.SaxXmlReportParser. getArtifacts() -
Uses of Artifact in org.apache.ivy.plugins.repository
Methods in org.apache.ivy.plugins.repository with parameters of type Artifact Modifier and Type Method Description voidResourceDownloader. download(Artifact artifact, Resource resource, java.io.File dest)voidAbstractRepository. put(Artifact artifact, java.io.File source, java.lang.String destination, boolean overwrite)voidRepository. put(Artifact artifact, java.io.File source, java.lang.String destination, boolean overwrite)Transfer a resource to the repositoryResolvedResourceArtifactResourceResolver. resolve(Artifact artifact) -
Uses of Artifact in org.apache.ivy.plugins.resolver
Fields in org.apache.ivy.plugins.resolver with type parameters of type Artifact Modifier and Type Field Description private java.util.Map<Artifact,java.util.List<java.lang.String>>BasicResolver. artattemptsMethods in org.apache.ivy.plugins.resolver that return Artifact Modifier and Type Method Description protected ArtifactAbstractResolver. fromSystem(Artifact artifact)protected ArtifactAbstractResolver. toSystem(Artifact artifact)Methods in org.apache.ivy.plugins.resolver that return types with arguments of type Artifact Modifier and Type Method Description protected abstract java.util.List<Artifact>AbstractWorkspaceResolver. createWorkspaceArtifacts(ModuleDescriptor md)Methods in org.apache.ivy.plugins.resolver with parameters of type Artifact Modifier and Type Method Description ResolvedResourceBasicResolver. doFindArtifactRef(Artifact artifact, java.util.Date date)DownloadReportBasicResolver. download(Artifact[] artifacts, DownloadOptions options)DownloadReportCacheResolver. download(Artifact[] artifacts, DownloadOptions options)Deprecated.DownloadReportChainResolver. download(Artifact[] artifacts, DownloadOptions options)DownloadReportDependencyResolver. download(Artifact[] artifacts, DownloadOptions options)Download artifacts with specified DownloadOptions.DownloadReportDualResolver. download(Artifact[] artifacts, DownloadOptions options)DownloadReportIBiblioResolver. download(Artifact[] artifacts, DownloadOptions options)DownloadReportIvyRepResolver. download(Artifact[] artifacts, DownloadOptions options)DownloadReportRepositoryResolver. download(Artifact[] artifacts, DownloadOptions options)booleanAbstractResolver. exists(Artifact artifact)booleanBasicResolver. exists(Artifact artifact)booleanCacheResolver. exists(Artifact artifact)Deprecated.booleanChainResolver. exists(Artifact artifact)booleanDependencyResolver. exists(Artifact artifact)Returnstrueif the given artifact can be located by this resolver and actually exist.booleanDualResolver. exists(Artifact artifact)booleanIBiblioResolver. exists(Artifact artifact)booleanIvyRepResolver. exists(Artifact artifact)ResolvedResourceAbstractPatternsBasedResolver. findArtifactRef(Artifact artifact, java.util.Date date)protected abstract ResolvedResourceBasicResolver. findArtifactRef(Artifact artifact, java.util.Date date)ResolvedResourceIBiblioResolver. findArtifactRef(Artifact artifact, java.util.Date date)ResolvedResourceIvyRepResolver. findArtifactRef(Artifact artifact, java.util.Date date)private ResolvedResourceRepositoryResolver. findDynamicResourceUsingPattern(ResourceMDParser rmdparser, ModuleRevisionId mrid, java.lang.String pattern, Artifact artifact, java.util.Date date)protected abstract ResolvedResourceAbstractPatternsBasedResolver. findResourceUsingPattern(ModuleRevisionId mrid, java.lang.String pattern, Artifact artifact, ResourceMDParser rmdparser, java.util.Date date)protected ResolvedResourceRepositoryResolver. findResourceUsingPattern(ModuleRevisionId mrid, java.lang.String pattern, Artifact artifact, ResourceMDParser rmdparser, java.util.Date date)protected ResolvedResourceAbstractPatternsBasedResolver. findResourceUsingPatterns(ModuleRevisionId moduleRevision, java.util.List<java.lang.String> patternList, Artifact artifact, ResourceMDParser rmdparser, java.util.Date date)private ResolvedResourceIBiblioResolver. findSnapshotArtifact(Artifact artifact, java.util.Date date, ModuleRevisionId mrid, MavenTimedSnapshotVersionMatcher.MavenSnapshotRevision snapshotRevision)protected ArtifactAbstractResolver. fromSystem(Artifact artifact)protected ResolvedResourceBasicResolver. getArtifactRef(Artifact artifact, java.util.Date date)protected java.lang.StringFileSystemResolver. getDestination(java.lang.String pattern, Artifact artifact, ModuleRevisionId mrid)protected java.lang.StringRepositoryResolver. getDestination(java.lang.String pattern, Artifact artifact, ModuleRevisionId mrid)protected ResolvedResource[]IBiblioResolver. listResources(Repository repository, ModuleRevisionId mrid, java.lang.String pattern, Artifact artifact)protected ResolvedResource[]RepositoryResolver. listResources(Repository repository, ModuleRevisionId mrid, java.lang.String pattern, Artifact artifact)List all revisions as resolved resources for the given artifact in the given repository using the given pattern, and using the given mrid except its revision.ArtifactOriginAbstractResolver. locate(Artifact artifact)Default implementation actually download the artifact Subclasses should overwrite this to avoid the downloadArtifactOriginBasicResolver. locate(Artifact artifact)ArtifactOriginCacheResolver. locate(Artifact artifact)Deprecated.ArtifactOriginChainResolver. locate(Artifact artifact)ArtifactOriginDependencyResolver. locate(Artifact artifact)Locates the given artifact and returns its location if it can be located by this resolver and if it actually exists, ornullin other cases.ArtifactOriginDualResolver. locate(Artifact artifact)ArtifactOriginIBiblioResolver. locate(Artifact artifact)ArtifactOriginIvyRepResolver. locate(Artifact artifact)protected voidBasicResolver. logArtifactAttempt(Artifact art, java.lang.String attempt)voidAbstractWorkspaceResolver. publish(Artifact artifact, java.io.File src, boolean overwrite)voidCacheResolver. publish(Artifact artifact, java.io.File src, boolean overwrite)Deprecated.voidChainResolver. publish(Artifact artifact, java.io.File src, boolean overwrite)voidDependencyResolver. publish(Artifact artifact, java.io.File src, boolean overwrite)voidDualResolver. publish(Artifact artifact, java.io.File src, boolean overwrite)voidIBiblioResolver. publish(Artifact artifact, java.io.File src)voidIvyRepResolver. publish(Artifact artifact, java.io.File src)voidRepositoryResolver. publish(Artifact artifact, java.io.File src, boolean overwrite)protected voidRepositoryResolver. put(Artifact artifact, java.io.File src, java.lang.String dest, boolean overwrite)protected voidRepositoryResolver. putChecksum(Artifact artifact, java.io.File src, java.lang.String dest, boolean overwrite, java.lang.String algorithm)protected voidRepositoryResolver. putSignature(Artifact artifact, java.io.File src, java.lang.String dest, boolean overwrite)voidAbstractResolver. reportFailure(Artifact art)voidBasicResolver. reportFailure(Artifact art)voidChainResolver. reportFailure(Artifact art)voidDependencyResolver. reportFailure(Artifact art)Reports last artifact download failure as MessagesvoidDualResolver. reportFailure(Artifact art)protected ArtifactAbstractResolver. toSystem(Artifact artifact) -
Uses of Artifact in org.apache.ivy.plugins.resolver.packager
Methods in org.apache.ivy.plugins.resolver.packager with parameters of type Artifact Modifier and Type Method Description ResolvedResourcePackagerResolver. findArtifactRef(Artifact artifact, java.util.Date date)ResolvedResourcePackagerCacheEntry. getBuiltArtifact(Artifact artifact)Get a built artifact.Constructors in org.apache.ivy.plugins.resolver.packager with parameters of type Artifact Constructor Description BuiltFileResource(java.io.File dir, Artifact artifact) -
Uses of Artifact in org.apache.ivy.plugins.resolver.util
Methods in org.apache.ivy.plugins.resolver.util with parameters of type Artifact Modifier and Type Method Description static ResolvedResource[]ResolverHelper. findAll(Repository rep, ModuleRevisionId mrid, java.lang.String pattern, Artifact artifact) -
Uses of Artifact in org.apache.ivy.util.filter
Fields in org.apache.ivy.util.filter with type parameters of type Artifact Modifier and Type Field Description static Filter<Artifact>FilterHelper. NO_FILTERMethods in org.apache.ivy.util.filter that return types with arguments of type Artifact Modifier and Type Method Description static Filter<Artifact>FilterHelper. getArtifactTypeFilter(java.lang.String types)static Filter<Artifact>FilterHelper. getArtifactTypeFilter(java.lang.String[] types)Methods in org.apache.ivy.util.filter with parameters of type Artifact Modifier and Type Method Description booleanArtifactTypeFilter. accept(Artifact art)
-