public interface TeslaAether
| Modifier and Type | Field and Description |
|---|---|
static File |
DEFAULT_LOCAL_REPOSITORY |
static String |
DEFAULT_REMOTE_REPOSITORY |
static String |
LOCAL_REPOSITORY |
static String |
LOCAL_REPOSITORY_CONF |
static String |
REMOTE_REPOSITORY |
static String |
REMOTE_REPOSITORY_CONF |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
findAllVersions(String ga) |
org.eclipse.aether.artifact.ArtifactType |
getArtifactType(String typeId) |
org.eclipse.aether.resolution.ArtifactResult |
resolveArtifact(org.eclipse.aether.artifact.Artifact artifact) |
org.eclipse.aether.resolution.ArtifactResult |
resolveArtifact(String coordinate) |
List<org.eclipse.aether.artifact.Artifact> |
resolveArtifacts(org.eclipse.aether.artifact.Artifact artifact) |
List<org.eclipse.aether.artifact.Artifact> |
resolveArtifacts(org.eclipse.aether.resolution.DependencyRequest dependencyRequest) |
List<org.eclipse.aether.artifact.Artifact> |
resolveArtifacts(File modelFile) |
List<org.eclipse.aether.artifact.Artifact> |
resolveArtifacts(String coordinate) |
org.apache.maven.model.Model |
resolveModel(File modelFile) |
org.apache.maven.model.Model |
resolveModel(String coordinate) |
List<File> |
resolveWorkspace(Workspace workspace) |
static final String LOCAL_REPOSITORY
static final String LOCAL_REPOSITORY_CONF
static final String REMOTE_REPOSITORY
static final String REMOTE_REPOSITORY_CONF
static final File DEFAULT_LOCAL_REPOSITORY
static final String DEFAULT_REMOTE_REPOSITORY
org.apache.maven.model.Model resolveModel(File modelFile) throws org.apache.maven.model.building.ModelBuildingException
org.apache.maven.model.building.ModelBuildingExceptionorg.apache.maven.model.Model resolveModel(String coordinate) throws org.apache.maven.model.building.ModelBuildingException, org.eclipse.aether.resolution.ArtifactResolutionException
org.apache.maven.model.building.ModelBuildingExceptionorg.eclipse.aether.resolution.ArtifactResolutionExceptionorg.eclipse.aether.resolution.ArtifactResult resolveArtifact(String coordinate) throws org.eclipse.aether.resolution.ArtifactResolutionException
org.eclipse.aether.resolution.ArtifactResolutionExceptionorg.eclipse.aether.resolution.ArtifactResult resolveArtifact(org.eclipse.aether.artifact.Artifact artifact)
throws org.eclipse.aether.resolution.ArtifactResolutionException
org.eclipse.aether.resolution.ArtifactResolutionExceptionList<org.eclipse.aether.artifact.Artifact> resolveArtifacts(String coordinate) throws org.eclipse.aether.resolution.DependencyResolutionException
org.eclipse.aether.resolution.DependencyResolutionExceptionList<org.eclipse.aether.artifact.Artifact> resolveArtifacts(org.eclipse.aether.artifact.Artifact artifact) throws org.eclipse.aether.resolution.DependencyResolutionException
org.eclipse.aether.resolution.DependencyResolutionExceptionList<org.eclipse.aether.artifact.Artifact> resolveArtifacts(org.eclipse.aether.resolution.DependencyRequest dependencyRequest) throws org.eclipse.aether.resolution.DependencyResolutionException
org.eclipse.aether.resolution.DependencyResolutionExceptionList<org.eclipse.aether.artifact.Artifact> resolveArtifacts(File modelFile) throws org.apache.maven.model.building.ModelBuildingException, org.eclipse.aether.resolution.DependencyResolutionException
org.apache.maven.model.building.ModelBuildingExceptionorg.eclipse.aether.resolution.DependencyResolutionExceptionList<File> resolveWorkspace(Workspace workspace) throws org.apache.maven.model.building.ModelBuildingException, org.eclipse.aether.resolution.DependencyResolutionException
org.apache.maven.model.building.ModelBuildingExceptionorg.eclipse.aether.resolution.DependencyResolutionExceptionorg.eclipse.aether.artifact.ArtifactType getArtifactType(String typeId)
Copyright © 2013. All Rights Reserved.