Constant Field Values

Contents

org.openrewrite.*

  • org.openrewrite.Recipe 
    Modifier and Type Constant Field Value
    public static final java.lang.String PANIC "__AHHH_PANIC!!!__"
  • org.openrewrite.polyglot.PolyglotUtils 
    Modifier and Type Constant Field Value
    public static final java.lang.String JS "js"
    public static final java.lang.String LLVM "llvm"
    public static final java.lang.String PY "py"
    public static final java.lang.String PYC "pyc"
    public static final java.lang.String PYTHON "python"
  • org.openrewrite.semver.DependencyMatcher 
    Modifier and Type Constant Field Value
    public static final java.lang.String STANDARD_OPTION_DESCRIPTION "Dependency patterns are a concise way of describing which dependencies are applicable to a recipe. Valid dependency patterns take one of these forms:\n\n* groupId:artifactId\n* groupId:artifactId:versionSelector\n* groupId:artifactId:versionSelector/versionPattern\n\n\"groupId\" and \"artifactId\" accept glob patterns.\n\"versionSelector\" accepts both literal version numbers and semver selectors.\n\"versionPattern\" is used for artifacts that encode variant/platform information in their version.Guava is a common example of such a library. Guava appends \"-jre\" or \"-android\" to its version to indicate platform compatibility."