Constant Field Values

Contents

com.lingocoder.*

  • com.lingocoder.common.GradleShared 
    Modifier and Type Constant Field Value
    public static final java.lang.String G_HOME_ENV "GRADLE_HOME"
    public static final java.lang.String G_USR_HOME_ENV "GRADLE"
  • com.lingocoder.common.MavenShared 
    Modifier and Type Constant Field Value
    public static final java.lang.String LOCATED_MVN_LOCAL "Located a local Maven Repo at \'{}\'"
    public static final java.lang.String M2_REPO_ENV "M2_REPO"
    public static final java.lang.String MVN_LOCAL_NOT_FOUND "Attempted to locate a local Maven Repo at \'{}\'. Not found"
  • com.lingocoder.common.Shared 
    Modifier and Type Constant Field Value
    public static final java.lang.String LOC_ERR_MSG "\'%s\' is a non-existent location. Check that you have either:\n\n\t1) Called a method using a path to an existing location.\n\t2) Have a distribution of Maven or Gradle installed at their standard default locations.\n\t3) Exported/Set an M2_REPO or GRADLE environment variable that references an existing location.\n\t4) Executed this application with either a \'-Dmaven.repo.local={your_maven_repo_location}\' or \'-Dgradle.user.home={your_gradle_user_home_location}\' System property configured appropriately for the specific runtime context."
    public static final java.lang.String NO_NULLS_ALLOWED "\'%\' parameter cannot be \'%\'."