public interface ArtifactTypeHandler
Modifier and Type | Method and Description |
---|---|
java.lang.String |
constructRepositoryDirectoryPath(java.lang.String type,
Project project)
Map an artifact to a repository directory path.
|
java.lang.String |
constructRepositoryFullPath(java.lang.String type,
Project project,
java.lang.String version)
Map an artifact to a repository path.
|
java.lang.String constructRepositoryFullPath(java.lang.String type, Project project, java.lang.String version) throws MavenException
project
- the project for the artifacttype
- The type of the artifactversion
- The version of the artifactMavenException
java.lang.String constructRepositoryDirectoryPath(java.lang.String type, Project project) throws MavenException
project
- the project for the artifacttype
- The type of the artifactMavenException
Copyright © 2001-2013 Apache Software Foundation. All Rights Reserved.