Package com.lingocoder.common
Class MavenShared
- java.lang.Object
-
- com.lingocoder.common.MavenShared
-
public class MavenShared extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.io.File
DEFAULT_MVN_LOCAL
static java.lang.String
LOCATED_MVN_LOCAL
static java.lang.String
M2_REPO
There might or might not be a file separator on the endstatic java.lang.String
M2_REPO_ENV
static java.lang.String
MVN_LOCAL_NOT_FOUND
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NonExistentLocationException
mvnLocExcptn()
-
-
-
Field Detail
-
DEFAULT_MVN_LOCAL
public static final java.io.File DEFAULT_MVN_LOCAL
-
LOCATED_MVN_LOCAL
public static final java.lang.String LOCATED_MVN_LOCAL
- See Also:
- Constant Field Values
-
MVN_LOCAL_NOT_FOUND
public static final java.lang.String MVN_LOCAL_NOT_FOUND
- See Also:
- Constant Field Values
-
M2_REPO_ENV
public static final java.lang.String M2_REPO_ENV
- See Also:
- Constant Field Values
-
M2_REPO
public static final java.lang.String M2_REPO
There might or might not be a file separator on the end
-
-
Method Detail
-
mvnLocExcptn
public static NonExistentLocationException mvnLocExcptn()
-
-