public class MavenPluginRepository extends Object
| Constructor and Description |
|---|
MavenPluginRepository(Path localRepoFile) |
MavenPluginRepository(Path localRepoFile,
String defaultRemoteRepositoryLocation,
String defaultLocalRepositoryLocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache() |
org.eclipse.aether.repository.RemoteRepository |
getLocal() |
List<org.eclipse.aether.repository.RemoteRepository> |
getLocalRepositories() |
MavenPluginLocation |
getPluginLocation(String groupId,
String artifactId) |
MavenPluginLocation |
getPluginLocation(String defaultrepository,
String groupId,
String artifactId) |
List<org.eclipse.aether.repository.RemoteRepository> |
getRepositories() |
org.eclipse.aether.RepositorySystemSession |
getSession() |
org.eclipse.aether.RepositorySystem |
getSystem() |
public MavenPluginRepository(Path localRepoFile)
public org.eclipse.aether.repository.RemoteRepository getLocal()
public MavenPluginLocation getPluginLocation(String defaultrepository, String groupId, String artifactId)
public MavenPluginLocation getPluginLocation(String groupId, String artifactId)
public List<org.eclipse.aether.repository.RemoteRepository> getRepositories()
public org.eclipse.aether.RepositorySystemSession getSession()
public org.eclipse.aether.RepositorySystem getSystem()
public void clearCache()
throws IOException
IOExceptionpublic List<org.eclipse.aether.repository.RemoteRepository> getLocalRepositories()
Copyright © 2018 OpenSource BIM. All rights reserved.