Package org.sonatype.maven.polyglot
Class Constants
- java.lang.Object
-
- org.sonatype.maven.polyglot.Constants
-
public class Constants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Properties
polyglotProperties
-
Constructor Summary
Constructors Constructor Description Constants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getArtifactId(java.lang.String postfix)
static java.lang.String
getGAV(java.lang.String postfix)
static java.lang.String
getGroupId()
static java.util.Properties
getPolyglotMavenProperties()
static java.lang.String
getVersion()
-
-
-
Method Detail
-
getGroupId
public static java.lang.String getGroupId()
-
getArtifactId
public static java.lang.String getArtifactId(java.lang.String postfix)
-
getVersion
public static java.lang.String getVersion()
-
getGAV
public static java.lang.String getGAV(java.lang.String postfix)
-
getPolyglotMavenProperties
public static java.util.Properties getPolyglotMavenProperties()
-
-