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 url, Exception previousException)Resolve artifact, possibly checking extra (comparing to configured repositories)MavenRepositoryURLobtained frommvn:URI.FileAetherBasedResolver. resolve(org.eclipse.aether.artifact.Artifact artifact, MavenRepositoryURL url, Exception previousException)Main resolution method that resolves artifact using data fromArtifactand repositories prepared from global configuration. -
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 MavenRepositoryURLMavenConfiguration. getLocalMavenRepositoryURL()Returns theMavenRepositoryURLfor Maven local repository.MavenRepositoryURLMavenConfigurationImpl. getLocalMavenRepositoryURL()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()List<MavenRepositoryURL>MavenConfiguration. getRepositories()Returns a list of remote repositories to be searched.List<MavenRepositoryURL>MavenConfigurationImpl. getRepositories()Constructors in org.ops4j.pax.url.mvn.internal.config with parameters of type MavenRepositoryURL Constructor Description MavenRepositoryURL(MavenRepositoryURL parent, File child)Create repository URL with other repositor URL as parent andchildwhich should be child directory of parent.
-