Uses of Interface
org.apache.ivy.plugins.repository.Repository
-
-
Uses of Repository in org.apache.ivy.core.cache
Methods in org.apache.ivy.core.cache with parameters of type Repository Modifier and Type Method Description ArtifactDownloadReport
DefaultRepositoryCacheManager. downloadRepositoryResource(Resource resource, java.lang.String name, java.lang.String type, java.lang.String extension, CacheResourceOptions options, Repository repository)
ArtifactDownloadReport
RepositoryCacheManager. 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 Repository in org.apache.ivy.osgi.repo
Classes in org.apache.ivy.osgi.repo that implement Repository Modifier and Type Class Description class
RelativeURLRepository
Fields in org.apache.ivy.osgi.repo declared as Repository Modifier and Type Field Description private Repository
RepositoryManifestIterable. repo
Constructors in org.apache.ivy.osgi.repo with parameters of type Repository Constructor Description RepositoryManifestIterable(Repository repo)
Default constructor -
Uses of Repository in org.apache.ivy.plugins.repository
Classes in org.apache.ivy.plugins.repository that implement Repository Modifier and Type Class Description class
AbstractRepository
Fields in org.apache.ivy.plugins.repository declared as Repository Modifier and Type Field Description private Repository
TransferEvent. repository
Methods in org.apache.ivy.plugins.repository that return Repository Modifier and Type Method Description Repository
TransferEvent. getRepository()
Constructors in org.apache.ivy.plugins.repository with parameters of type Repository 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 Repository in org.apache.ivy.plugins.repository.file
Classes in org.apache.ivy.plugins.repository.file that implement Repository Modifier and Type Class Description class
FileRepository
-
Uses of Repository in org.apache.ivy.plugins.repository.jar
Classes in org.apache.ivy.plugins.repository.jar that implement Repository Modifier and Type Class Description class
JarRepository
-
Uses of Repository in org.apache.ivy.plugins.repository.sftp
Classes in org.apache.ivy.plugins.repository.sftp that implement Repository Modifier and Type Class Description class
SFTPRepository
SFTP Repository, allow to use a repository accessed by sftp protocol. -
Uses of Repository in org.apache.ivy.plugins.repository.ssh
Classes in org.apache.ivy.plugins.repository.ssh that implement Repository Modifier and Type Class Description class
AbstractSshBasedRepository
class
SshRepository
Ivy Repository based on SSH -
Uses of Repository in org.apache.ivy.plugins.repository.url
Classes in org.apache.ivy.plugins.repository.url that implement Repository Modifier and Type Class Description class
ChainedRepository
class
URLRepository
Fields in org.apache.ivy.plugins.repository.url with type parameters of type Repository Modifier and Type Field Description private java.util.List<Repository>
ChainedRepository. repositories
Methods in org.apache.ivy.plugins.repository.url with parameters of type Repository Modifier and Type Method Description private void
ChainedRepository. logFailed(Repository repository, java.lang.Exception e)
private void
ChainedRepository. logSuccess(Repository repository)
private void
ChainedRepository. logTry(Repository repository)
Method parameters in org.apache.ivy.plugins.repository.url with type arguments of type Repository Modifier and Type Method Description void
ChainedRepository. setRepositories(java.util.List<Repository> repositories)
-
Uses of Repository in org.apache.ivy.plugins.repository.vsftp
Classes in org.apache.ivy.plugins.repository.vsftp that implement Repository Modifier and Type Class Description class
VsftpRepository
Repository using SecureCRT vsftp command line program to access an sftp repository This is especially useful to leverage the gssapi authentication supported by SecureCRT. -
Uses of Repository in org.apache.ivy.plugins.resolver
Fields in org.apache.ivy.plugins.resolver declared as Repository Modifier and Type Field Description private Repository
RepositoryResolver. repository
Methods in org.apache.ivy.plugins.resolver that return Repository Modifier and Type Method Description Repository
RepositoryResolver. getRepository()
Methods in org.apache.ivy.plugins.resolver with parameters of type Repository Modifier and Type Method Description 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.private java.util.List<java.lang.String>
IBiblioResolver. listRevisionsWithMavenMetadata(Repository repository, java.lang.String metadataLocation)
private java.util.List<java.lang.String>
IBiblioResolver. listRevisionsWithMavenMetadata(Repository repository, java.util.Map<java.lang.String,java.lang.String> tokenValues)
void
RepositoryResolver. setRepository(Repository repository)
-
Uses of Repository in org.apache.ivy.plugins.resolver.util
Methods in org.apache.ivy.plugins.resolver.util with parameters of type Repository Modifier and Type Method Description static ResolvedResource[]
ResolverHelper. findAll(Repository rep, ModuleRevisionId mrid, java.lang.String pattern, Artifact artifact)
static java.lang.String[]
ResolverHelper. listAll(Repository rep, java.lang.String parent)
static java.lang.String[]
ResolverHelper. listTokenValues(Repository rep, java.lang.String pattern, java.lang.String token)
-