Uses of Interface
org.apache.ivy.plugins.repository.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in org.apache.ivy.core.cache
Methods in org.apache.ivy.core.cache with parameters of type ResourceModifier and TypeMethodDescriptionprivate boolean
DefaultRepositoryCacheManager.checkCacheUptodate
(File archiveFile, Resource resource, ArtifactOrigin savedOrigin, ArtifactOrigin origin, long ttl) Check that a cached file can be considered up to date and thus not downloadedprivate String
DefaultRepositoryCacheManager.computeResourceNameHash
(Resource resource) Compute a SHA1 of the resource name, encoded in base64, so we can use it as a file name.void
DefaultRepositoryCacheManager.BackupResourceDownloader.download
(Artifact artifact, Resource resource, File dest) DefaultRepositoryCacheManager.downloadRepositoryResource
(Resource resource, String name, String type, String extension, CacheResourceOptions options, Repository repository) RepositoryCacheManager.downloadRepositoryResource
(Resource resource, String name, String type, String extension, CacheResourceOptions options, Repository repository) Download some repository resource and put it in the cache. -
Uses of Resource in org.apache.ivy.core.module.descriptor
Fields in org.apache.ivy.core.module.descriptor declared as ResourceMethods in org.apache.ivy.core.module.descriptor that return ResourceModifier and TypeMethodDescriptionDefaultModuleDescriptor.getResource()
ModuleDescriptor.getResource()
Constructors in org.apache.ivy.core.module.descriptor with parameters of type ResourceModifierConstructorDescriptionDefaultModuleDescriptor
(ModuleDescriptorParser parser, Resource res) IMPORTANT : at least call setModuleRevisionId and setResolvedPublicationDate with instances created by this constructor ! -
Uses of Resource in org.apache.ivy.osgi.core
Methods in org.apache.ivy.osgi.core with parameters of type ResourceModifier and TypeMethodDescriptionboolean
OSGiManifestParser.getMetadataArtifact
(ModuleRevisionId mrid, Resource res) OSGiManifestParser.parseDescriptor
(ParserSettings ivySettings, URL descriptorURL, Resource res, boolean validate) void
OSGiManifestParser.toIvyFile
(InputStream is, Resource res, File destFile, ModuleDescriptor md) -
Uses of Resource in org.apache.ivy.osgi.repo
Fields in org.apache.ivy.osgi.repo with type parameters of type ResourceMethods in org.apache.ivy.osgi.repo that return ResourceModifier and TypeMethodDescriptionprotected Resource
AbstractOSGiResolver.getResource
(String source) RelativeURLRepository.getResource
(String source) Methods in org.apache.ivy.osgi.repo with parameters of type Resource -
Uses of Resource in org.apache.ivy.plugins.parser
Fields in org.apache.ivy.plugins.parser declared as ResourceModifier and TypeFieldDescriptionprivate Resource
AbstractModuleDescriptorParser.AbstractParser.res
Methods in org.apache.ivy.plugins.parser that return ResourceModifier and TypeMethodDescriptionprotected Resource
AbstractModuleDescriptorParser.AbstractParser.getResource()
Methods in org.apache.ivy.plugins.parser with parameters of type ResourceModifier and TypeMethodDescriptionboolean
boolean
AbstractModuleDescriptorParser.getMetadataArtifact
(ModuleRevisionId mrid, Resource res) ModuleDescriptorParser.getMetadataArtifact
(ModuleRevisionId mrid, Resource res) Returns the module metadata artifact corresponding to the given module revision id that this parser parsesModuleDescriptorParser.parseDescriptor
(ParserSettings ivySettings, URL descriptorURL, Resource res, boolean validate) ModuleDescriptorParserRegistry.parseDescriptor
(ParserSettings settings, URL descriptorURL, Resource res, boolean validate) void
AbstractModuleDescriptorParser.AbstractParser.setResource
(Resource res) void
ModuleDescriptorParser.toIvyFile
(InputStream is, Resource res, File destFile, ModuleDescriptor md) Convert a module descriptor to an ivy file.void
ModuleDescriptorParserRegistry.toIvyFile
(InputStream is, Resource res, File destFile, ModuleDescriptor md) -
Uses of Resource in org.apache.ivy.plugins.parser.m2
Methods in org.apache.ivy.plugins.parser.m2 with parameters of type ResourceModifier and TypeMethodDescriptionboolean
void
PomModuleDescriptorBuilder.addDependency
(Resource res, PomReader.PomDependencyData dep) PomModuleDescriptorParser.getMetadataArtifact
(ModuleRevisionId mrid, Resource res) PomModuleDescriptorParser.parseDescriptor
(ParserSettings ivySettings, URL descriptorURL, Resource res, boolean validate) void
PomModuleDescriptorParser.toIvyFile
(InputStream is, Resource res, File destFile, ModuleDescriptor md) Constructors in org.apache.ivy.plugins.parser.m2 with parameters of type ResourceModifierConstructorDescriptionPomModuleDescriptor
(ModuleDescriptorParser parser, Resource res) PomModuleDescriptorBuilder
(ModuleDescriptorParser parser, Resource res, ParserSettings ivySettings) -
Uses of Resource in org.apache.ivy.plugins.parser.xml
Methods in org.apache.ivy.plugins.parser.xml with parameters of type ResourceModifier and TypeMethodDescriptionboolean
(package private) ModuleDescriptor
XmlModuleDescriptorParser.parseDescriptor
(ParserSettings ivySettings, InputStream descriptor, Resource res, boolean validate) Used for test purposeXmlModuleDescriptorParser.parseDescriptor
(ParserSettings ivySettings, URL xmlURL, Resource res, boolean validate) void
XmlModuleDescriptorParser.toIvyFile
(InputStream is, Resource res, File destFile, ModuleDescriptor md) static void
XmlModuleDescriptorUpdater.update
(InputStream in, Resource res, File destFile, UpdateOptions options) -
Uses of Resource in org.apache.ivy.plugins.repository
Subinterfaces of Resource in org.apache.ivy.plugins.repositoryModifier and TypeInterfaceDescriptioninterface
Resource which can be located locallyClasses in org.apache.ivy.plugins.repository that implement ResourceFields in org.apache.ivy.plugins.repository declared as ResourceMethods in org.apache.ivy.plugins.repository that return ResourceModifier and TypeMethodDescriptionClones this resource with a new resource with a different nameRepository.getResource
(String source) Return the resource associated with a specified identifier.TransferEvent.getResource()
Methods in org.apache.ivy.plugins.repository with parameters of type ResourceModifier and TypeMethodDescriptionvoid
static boolean
protected void
AbstractRepository.fireTransferInitiated
(Resource res, int requestType) static long
ResourceHelper.getLastModifiedOrDefault
(Resource res) protected void
protected void
TransferEvent.setResource
(Resource resource) Constructors in org.apache.ivy.plugins.repository with parameters of type ResourceModifierConstructorDescriptionTransferEvent
(Repository repository, Resource resource, int eventType, int requestType) TransferEvent
(Repository repository, Resource resource, long length, int requestType) TransferEvent
(Repository repository, Resource resource, Exception exception, int requestType) -
Uses of Resource in org.apache.ivy.plugins.repository.file
Classes in org.apache.ivy.plugins.repository.file that implement ResourceMethods in org.apache.ivy.plugins.repository.file that return Resource -
Uses of Resource in org.apache.ivy.plugins.repository.jar
Classes in org.apache.ivy.plugins.repository.jar that implement ResourceMethods in org.apache.ivy.plugins.repository.jar that return Resource -
Uses of Resource in org.apache.ivy.plugins.repository.url
Classes in org.apache.ivy.plugins.repository.url that implement ResourceFields in org.apache.ivy.plugins.repository.url with type parameters of type ResourceMethods in org.apache.ivy.plugins.repository.url that return ResourceModifier and TypeMethodDescriptionChainedRepository.getResource
(String source) URLRepository.getResource
(String source) -
Uses of Resource in org.apache.ivy.plugins.repository.vsftp
Classes in org.apache.ivy.plugins.repository.vsftp that implement ResourceMethods in org.apache.ivy.plugins.repository.vsftp that return ResourceModifier and TypeMethodDescriptionprotected Resource
VsftpRepository.getInitResource
(String source) VsftpRepository.getResource
(String source) protected Resource
VsftpRepository.lslToResource
(String file, String responseLine) Parses a ls -l line and transforms it in a resource -
Uses of Resource in org.apache.ivy.plugins.resolver
Methods in org.apache.ivy.plugins.resolver that return ResourceModifier and TypeMethodDescriptionprotected abstract Resource
BasicResolver.getResource
(String source) protected Resource
RepositoryResolver.getResource
(String source) Methods in org.apache.ivy.plugins.resolver with parameters of type ResourceModifier and TypeMethodDescriptionprivate boolean
Checks the given resource checksum if a checksum resource exists.protected abstract long
protected long
protected long
BasicResolver.getAndCheck
(Resource resource, File dest) -
Uses of Resource in org.apache.ivy.plugins.resolver.packager
Classes in org.apache.ivy.plugins.resolver.packager that implement ResourceMethods in org.apache.ivy.plugins.resolver.packager that return ResourceMethods in org.apache.ivy.plugins.resolver.packager with parameters of type Resource -
Uses of Resource in org.apache.ivy.plugins.resolver.util
Fields in org.apache.ivy.plugins.resolver.util declared as ResourceMethods in org.apache.ivy.plugins.resolver.util that return ResourceMethods in org.apache.ivy.plugins.resolver.util with parameters of type ResourceModifier and TypeMethodDescriptionParses the module descriptor designed by the given resource.Constructors in org.apache.ivy.plugins.resolver.util with parameters of type ResourceModifierConstructorDescriptionMDResolvedResource
(Resource res, String rev, ResolvedModuleRevision rmr) ResolvedResource
(Resource res, String rev)