Uses of Interface
org.apache.maven.api.LocalRepository
Packages that use LocalRepository
-
Uses of LocalRepository in org.apache.maven.api
Methods in org.apache.maven.api that return LocalRepositoryModifier and TypeMethodDescriptionSession.createLocalRepository(Path path) Shortcut forgetService(RepositoryFactory.class).createLocal(...)Session.getLocalRepository()Methods in org.apache.maven.api with parameters of type LocalRepositoryModifier and TypeMethodDescriptionSession.withLocalRepository(LocalRepository localRepository) Creates a derived session using the given local repository. -
Uses of LocalRepository in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return LocalRepositoryMethods in org.apache.maven.api.services with parameters of type LocalRepositoryModifier and TypeMethodDescriptionLocalRepositoryManager.getPathForLocalArtifact(Session session, LocalRepository local, Artifact artifact) LocalRepositoryManager.getPathForRemoteArtifact(Session session, LocalRepository local, RemoteRepository remote, Artifact artifact)