All Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type |
Method and Description |
protected void |
assertLocalArtifactNotPresent(Artifact artifact) |
protected void |
assertLocalArtifactPresent(Artifact artifact) |
protected void |
assertRemoteArtifactNotPresent(Artifact artifact) |
protected void |
assertRemoteArtifactPresent(Artifact artifact) |
protected ArtifactRepository |
badLocalRepository()
Return an existing file, not a directory - causes creation to fail.
|
protected ArtifactRepository |
badRemoteRepository() |
protected abstract String |
component() |
protected void |
createArtifact(Artifact artifact,
ArtifactRepository repository) |
protected Artifact |
createArtifact(String artifactId,
String version) |
protected Artifact |
createArtifact(String artifactId,
String version,
String type) |
protected Artifact |
createArtifact(String groupId,
String artifactId,
String version,
String type) |
protected void |
createLocalArtifact(Artifact artifact) |
protected Artifact |
createLocalArtifact(String artifactId,
String version) |
protected void |
createRemoteArtifact(Artifact artifact) |
protected Artifact |
createRemoteArtifact(String artifactId,
String version) |
protected void |
deleteArtifact(Artifact artifact,
ArtifactRepository repository) |
protected void |
deleteLocalArtifact(Artifact artifact) |
org.codehaus.plexus.PlexusContainer |
getContainer() |
protected String |
getRepositoryLayout() |
protected org.eclipse.aether.RepositorySystemSession |
initRepoSession() |
protected ArtifactRepository |
localRepository() |
protected List<ArtifactRepository> |
remoteRepositories() |
protected ArtifactRepository |
remoteRepository() |
void |
setUp() |