Uses of Class
org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
-
Packages that use MavenRepositoryURL Package Description org.ops4j.pax.url.mvn.internal org.ops4j.pax.url.mvn.internal.config -
-
Uses of MavenRepositoryURL in org.ops4j.pax.url.mvn.internal
Methods in org.ops4j.pax.url.mvn.internal that return MavenRepositoryURL Modifier and Type Method Description MavenRepositoryURLParser. getRepositoryURL()Returns the repository URL if present, null otherwiseMethods in org.ops4j.pax.url.mvn.internal with parameters of type MavenRepositoryURL Modifier and Type Method Description FileAetherBasedResolver. resolve(String groupId, String artifactId, String classifier, String extension, String version, MavenRepositoryURL repositoryURL, Exception previousException)Resolve maven artifact as file in repository.FileAetherBasedResolver. resolve(org.eclipse.aether.artifact.Artifact artifact, MavenRepositoryURL repositoryURL, Exception previousException)Resolve maven artifact as file in repository. -
Uses of MavenRepositoryURL in org.ops4j.pax.url.mvn.internal.config
Methods in org.ops4j.pax.url.mvn.internal.config that return MavenRepositoryURL Modifier and Type Method Description MavenRepositoryURLMavenConfigurationImpl. getDefaultLocalRepository()MavenRepositoryURLMavenConfiguration. getLocalRepository()Returns the url of local repository.MavenRepositoryURLMavenConfigurationImpl. getLocalRepository()Resolves local repository directory by using the following resolution:
1.Methods in org.ops4j.pax.url.mvn.internal.config that return types with arguments of type MavenRepositoryURL Modifier and Type Method Description List<MavenRepositoryURL>MavenConfiguration. getDefaultRepositories()Returns a list of default repositories to be searched before any other repositories.List<MavenRepositoryURL>MavenConfigurationImpl. getDefaultRepositories()Repository is a comma separated list of repositories to be used.List<MavenRepositoryURL>MavenConfiguration. getRepositories()Returns a list of repositories to be searched.List<MavenRepositoryURL>MavenConfigurationImpl. getRepositories()Repository is a comma separated list of repositories to be used.
-