Constant Field Values

Contents

com.google.*

  • com.google.code.maven_replacer_plugin.DelimiterBuilder 
    Modifier and Type Constant Field Value
    private static final java.lang.String FORMAT "%s%s%s"
  • com.google.code.maven_replacer_plugin.PatternFlagsFactory 
    Modifier and Type Constant Field Value
    public static final int NO_FLAGS -1
  • com.google.code.maven_replacer_plugin.ReplacerMojo 
    Modifier and Type Constant Field Value
    private static final java.lang.String INVALID_IGNORE_MISSING_FILE_MESSAGE "<ignoreMissingFile> only useable with <file>"
    private static final java.lang.String REGEX_PATTERN_WITH_DELIMITERS_MESSAGE "Error: %s. Check that your delimiters do not contain regex characters. (e.g. \'$\'). Either remove the regex characters from your delimiters or set <regex>false</regex> in your configuration."
  • com.google.code.maven_replacer_plugin.SummaryBuilder 
    Modifier and Type Constant Field Value
    private static final java.lang.String FILE_DEBUG_FORMAT "Replacement run on %s and writing to %s with encoding %s"
    private static final java.lang.String SUMMARY_FORMAT "Replacement run on %d file%s."
  • com.google.code.maven_replacer_plugin.TokenValueMapFactory 
    Modifier and Type Constant Field Value
    private static final java.lang.String COMMENT_PREFIX "#"
    private static final char SEPARATOR 61
    private static final char SEPARATOR_ESCAPER 92
  • com.google.code.maven_replacer_plugin.replacer.HelpMojo 
    Modifier and Type Constant Field Value
    private static final int DEFAULT_LINE_LENGTH 80
    private static final java.lang.String PLUGIN_HELP_PATH "/META-INF/maven/com.google.code.maven-replacer-plugin/replacer/plugin-help.xml"