Package org.appformer.maven.support
Interface AFReleaseId
-
- All Known Implementing Classes:
AFReleaseIdImpl
public interface AFReleaseIdReleaseId is a full identifier far a given version of an artifact. Following the Maven conventions it is composed of 3 parts: a groupId, an artifactId and a version
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetArtifactId()StringgetGroupId()StringgetVersion()booleanisSnapshot()StringtoExternalForm()
-