Uses of Interface
org.apache.ivy.plugins.repository.Resource
-
-
Uses of Resource in org.apache.ivy.core.cache
Methods in org.apache.ivy.core.cache with parameters of type Resource Modifier and Type Method Description private booleanDefaultRepositoryCacheManager. checkCacheUptodate(java.io.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 java.lang.StringDefaultRepositoryCacheManager. computeResourceNameHash(Resource resource)Compute a SHA1 of the resource name, encoded in base64, so we can use it as a file name.voidDefaultRepositoryCacheManager.BackupResourceDownloader. download(Artifact artifact, Resource resource, java.io.File dest)ArtifactDownloadReportDefaultRepositoryCacheManager. downloadRepositoryResource(Resource resource, java.lang.String name, java.lang.String type, java.lang.String extension, CacheResourceOptions options, Repository repository)ArtifactDownloadReportRepositoryCacheManager. downloadRepositoryResource(Resource resource, java.lang.String name, java.lang.String type, java.lang.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 Resource Modifier and Type Field Description private ResourceDefaultModuleDescriptor. resourceMethods in org.apache.ivy.core.module.descriptor that return Resource Modifier and Type Method Description ResourceDefaultModuleDescriptor. getResource()ResourceModuleDescriptor. getResource()Constructors in org.apache.ivy.core.module.descriptor with parameters of type Resource Constructor Description DefaultModuleDescriptor(ModuleDescriptorParser parser, Resource res)IMPORTANT : at least call setModuleRevisionId and setResolvedPublicationDate with instances created by this constructor !DefaultWorkspaceModuleDescriptor(ModuleDescriptorParser parser, Resource res) -
Uses of Resource in org.apache.ivy.osgi.core
Methods in org.apache.ivy.osgi.core with parameters of type Resource Modifier and Type Method Description booleanOSGiManifestParser. accept(Resource res)ArtifactOSGiManifestParser. getMetadataArtifact(ModuleRevisionId mrid, Resource res)ModuleDescriptorOSGiManifestParser. parseDescriptor(ParserSettings ivySettings, java.net.URL descriptorURL, Resource res, boolean validate)voidOSGiManifestParser. toIvyFile(java.io.InputStream is, Resource res, java.io.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 Resource Modifier and Type Field Description private java.util.Map<java.lang.String,Resource>RelativeURLRepository. resourcesCacheMethods in org.apache.ivy.osgi.repo that return Resource Modifier and Type Method Description protected ResourceAbstractOSGiResolver. getResource(java.lang.String source)ResourceRelativeURLRepository. getResource(java.lang.String source)Methods in org.apache.ivy.osgi.repo with parameters of type Resource Modifier and Type Method Description protected longAbstractOSGiResolver. get(Resource resource, java.io.File dest) -
Uses of Resource in org.apache.ivy.plugins.parser
Fields in org.apache.ivy.plugins.parser declared as Resource Modifier and Type Field Description private ResourceAbstractModuleDescriptorParser.AbstractParser. resMethods in org.apache.ivy.plugins.parser that return Resource Modifier and Type Method Description protected ResourceAbstractModuleDescriptorParser.AbstractParser. getResource()Methods in org.apache.ivy.plugins.parser with parameters of type Resource Modifier and Type Method Description booleanModuleDescriptorParser. accept(Resource res)booleanModuleDescriptorParserRegistry. accept(Resource res)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 parsesModuleDescriptorParserModuleDescriptorParserRegistry. getParser(Resource res)ModuleDescriptorModuleDescriptorParser. parseDescriptor(ParserSettings ivySettings, java.net.URL descriptorURL, Resource res, boolean validate)ModuleDescriptorModuleDescriptorParserRegistry. parseDescriptor(ParserSettings settings, java.net.URL descriptorURL, Resource res, boolean validate)voidAbstractModuleDescriptorParser.AbstractParser. setResource(Resource res)voidModuleDescriptorParser. toIvyFile(java.io.InputStream is, Resource res, java.io.File destFile, ModuleDescriptor md)Convert a module descriptor to an ivy file.voidModuleDescriptorParserRegistry. toIvyFile(java.io.InputStream is, Resource res, java.io.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 Resource Modifier and Type Method Description booleanPomModuleDescriptorParser. accept(Resource res)voidPomModuleDescriptorBuilder. addDependency(Resource res, PomReader.PomDependencyData dep)ArtifactPomModuleDescriptorParser. getMetadataArtifact(ModuleRevisionId mrid, Resource res)ModuleDescriptorPomModuleDescriptorParser. parseDescriptor(ParserSettings ivySettings, java.net.URL descriptorURL, Resource res, boolean validate)voidPomModuleDescriptorParser. toIvyFile(java.io.InputStream is, Resource res, java.io.File destFile, ModuleDescriptor md)Constructors in org.apache.ivy.plugins.parser.m2 with parameters of type Resource Constructor Description PomModuleDescriptor(ModuleDescriptorParser parser, Resource res)PomModuleDescriptorBuilder(ModuleDescriptorParser parser, Resource res, ParserSettings ivySettings)PomReader(java.net.URL descriptorURL, Resource res) -
Uses of Resource in org.apache.ivy.plugins.parser.xml
Methods in org.apache.ivy.plugins.parser.xml with parameters of type Resource Modifier and Type Method Description booleanXmlModuleDescriptorParser. accept(Resource res)(package private) ModuleDescriptorXmlModuleDescriptorParser. parseDescriptor(ParserSettings ivySettings, java.io.InputStream descriptor, Resource res, boolean validate)Used for test purposeModuleDescriptorXmlModuleDescriptorParser. parseDescriptor(ParserSettings ivySettings, java.net.URL xmlURL, Resource res, boolean validate)voidXmlModuleDescriptorParser. toIvyFile(java.io.InputStream is, Resource res, java.io.File destFile, ModuleDescriptor md)static voidXmlModuleDescriptorUpdater. update(java.io.InputStream in, Resource res, java.io.File destFile, UpdateOptions options) -
Uses of Resource in org.apache.ivy.plugins.repository
Subinterfaces of Resource in org.apache.ivy.plugins.repository Modifier and Type Interface Description interfaceLocalizableResourceResource which can be located locallyClasses in org.apache.ivy.plugins.repository that implement Resource Modifier and Type Class Description classBasicResourceclassLazyResourceFields in org.apache.ivy.plugins.repository declared as Resource Modifier and Type Field Description private ResourceTransferEvent. resourceMethods in org.apache.ivy.plugins.repository that return Resource Modifier and Type Method Description ResourceBasicResource. clone(java.lang.String cloneName)ResourceResource. clone(java.lang.String cloneName)Clones this resource with a new resource with a different nameResourceRepository. getResource(java.lang.String source)Return the resource associated with a specified identifier.ResourceTransferEvent. getResource()Methods in org.apache.ivy.plugins.repository with parameters of type Resource Modifier and Type Method Description voidResourceDownloader. download(Artifact artifact, Resource resource, java.io.File dest)static booleanResourceHelper. equals(Resource res, java.io.File f)protected voidAbstractRepository. fireTransferInitiated(Resource res, int requestType)static longResourceHelper. getLastModifiedOrDefault(Resource res)protected voidLazyResource. init(Resource r)protected voidTransferEvent. setResource(Resource resource)Constructors in org.apache.ivy.plugins.repository with parameters of type Resource Constructor Description TransferEvent(Repository repository, Resource resource, int eventType, int requestType)TransferEvent(Repository repository, Resource resource, long length, int requestType)TransferEvent(Repository repository, Resource resource, java.lang.Exception exception, int requestType) -
Uses of Resource in org.apache.ivy.plugins.repository.file
Classes in org.apache.ivy.plugins.repository.file that implement Resource Modifier and Type Class Description classFileResourceMethods in org.apache.ivy.plugins.repository.file that return Resource Modifier and Type Method Description ResourceFileResource. clone(java.lang.String cloneName)ResourceFileRepository. getResource(java.lang.String source) -
Uses of Resource in org.apache.ivy.plugins.repository.jar
Classes in org.apache.ivy.plugins.repository.jar that implement Resource Modifier and Type Class Description classJarResourceMethods in org.apache.ivy.plugins.repository.jar that return Resource Modifier and Type Method Description ResourceJarResource. clone(java.lang.String cloneName)ResourceJarRepository. getResource(java.lang.String source) -
Uses of Resource in org.apache.ivy.plugins.repository.sftp
Classes in org.apache.ivy.plugins.repository.sftp that implement Resource Modifier and Type Class Description classSFTPResourceMethods in org.apache.ivy.plugins.repository.sftp that return Resource Modifier and Type Method Description ResourceSFTPResource. clone(java.lang.String cloneName)ResourceSFTPRepository. getResource(java.lang.String source)ResourceSFTPRepository. resolveResource(java.lang.String path)This method is similar to getResource, except that the returned resource is fully initialized (resolved in the sftp repository), and that the given string is a full remote path -
Uses of Resource in org.apache.ivy.plugins.repository.ssh
Classes in org.apache.ivy.plugins.repository.ssh that implement Resource Modifier and Type Class Description classSshResourceResource for SSH Ivy RepositoryMethods in org.apache.ivy.plugins.repository.ssh that return Resource Modifier and Type Method Description ResourceSshResource. clone(java.lang.String cloneName)ResourceSshRepository. getResource(java.lang.String source)create a new resource with lazy initializing -
Uses of Resource in org.apache.ivy.plugins.repository.url
Classes in org.apache.ivy.plugins.repository.url that implement Resource Modifier and Type Class Description classURLResourceFields in org.apache.ivy.plugins.repository.url with type parameters of type Resource Modifier and Type Field Description private java.util.Map<java.lang.String,Resource>URLRepository. resourcesCacheMethods in org.apache.ivy.plugins.repository.url that return Resource Modifier and Type Method Description ResourceURLResource. clone(java.lang.String cloneName)ResourceChainedRepository. getResource(java.lang.String source)ResourceURLRepository. getResource(java.lang.String source) -
Uses of Resource in org.apache.ivy.plugins.repository.vsftp
Classes in org.apache.ivy.plugins.repository.vsftp that implement Resource Modifier and Type Class Description classVsftpResourceMethods in org.apache.ivy.plugins.repository.vsftp that return Resource Modifier and Type Method Description ResourceVsftpResource. clone(java.lang.String cloneName)protected ResourceVsftpRepository. getInitResource(java.lang.String source)ResourceVsftpRepository. getResource(java.lang.String source)protected ResourceVsftpRepository. lslToResource(java.lang.String file, java.lang.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 Resource Modifier and Type Method Description protected abstract ResourceBasicResolver. getResource(java.lang.String source)protected ResourceRepositoryResolver. getResource(java.lang.String source)Methods in org.apache.ivy.plugins.resolver with parameters of type Resource Modifier and Type Method Description private booleanBasicResolver. check(Resource resource, java.io.File dest, java.lang.String algorithm)Checks the given resource checksum if a checksum resource exists.protected abstract longBasicResolver. get(Resource resource, java.io.File dest)protected longRepositoryResolver. get(Resource resource, java.io.File dest)protected longBasicResolver. getAndCheck(Resource resource, java.io.File dest) -
Uses of Resource in org.apache.ivy.plugins.resolver.packager
Classes in org.apache.ivy.plugins.resolver.packager that implement Resource Modifier and Type Class Description classBuiltFileResourceRepresents an artifact built by aPackagerResolver.Methods in org.apache.ivy.plugins.resolver.packager that return Resource Modifier and Type Method Description ResourceBuiltFileResource. clone(java.lang.String name)Methods in org.apache.ivy.plugins.resolver.packager with parameters of type Resource Modifier and Type Method Description voidPackagerCacheEntry. build(Resource packagerResource, java.util.Map<java.lang.String,java.lang.String> properties)Attempt to build this entry. -
Uses of Resource in org.apache.ivy.plugins.resolver.util
Fields in org.apache.ivy.plugins.resolver.util declared as Resource Modifier and Type Field Description private ResourceResolvedResource. resMethods in org.apache.ivy.plugins.resolver.util that return Resource Modifier and Type Method Description ResourceResolvedResource. getResource()Methods in org.apache.ivy.plugins.resolver.util with parameters of type Resource Modifier and Type Method Description MDResolvedResourceResourceMDParser. parse(Resource resource, java.lang.String rev)Parses the module descriptor designed by the given resource.Constructors in org.apache.ivy.plugins.resolver.util with parameters of type Resource Constructor Description MDResolvedResource(Resource res, java.lang.String rev, ResolvedModuleRevision rmr)ResolvedResource(Resource res, java.lang.String rev)
-