public interface ArtifactVersionManagerPlugin extends ModulePlugin
ArtifactVersion in the source code of a Module.
A Module implementing this plugin implies that its ArtifactVersion is stored in the sourde code.
| Modifier and Type | Method and Description |
|---|---|
ArtifactVersion |
getArtifactVersion(Path pathModuleWorkspace)
Returns the ArtifactVersion of a
Module whose source code is in a given
path. |
boolean |
setArtifactVersion(Path pathModuleWorkspace,
ArtifactVersion artifactVersion)
Sets the ArtifactVersion in the source code of a
Module. |
getModulegetNodeArtifactVersion getArtifactVersion(Path pathModuleWorkspace)
Module whose source code is in a given
path.pathModuleWorkspace - Path to the Module.boolean setArtifactVersion(Path pathModuleWorkspace, ArtifactVersion artifactVersion)
Module.pathModuleWorkspace - Path to the Module.artifactVersion - ArtifactVersion.Copyright © 2015–2017 AZYVA INC.. All rights reserved.