Constant Field Values

Contents

org.codehaus.*

  • org.codehaus.mojo.jaxb2_maven_plugin.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/org.codehaus.mojo/jaxb2-maven-plugin/plugin-help.xml"
  • org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.DomHelper 
    Modifier and Type Constant Field Value
    public static final java.lang.String ANNOTATION_ELEMENT_NAME "annotation"
    public static final java.lang.String DOCUMENTATION_ELEMENT_NAME "documentation"
    private static final java.lang.String NAME_ATTRIBUTE "name"
    private static final java.lang.String VALUE_ATTRIBUTE "value"
    public static final java.lang.String XSD_SCHEMA_NAMESPACE_PREFIX "xs"
  • org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.JavaDocData 
    Modifier and Type Constant Field Value
    public static final java.lang.String NO_COMMENT ""
  • org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.JavaDocExtractor 
    Modifier and Type Constant Field Value
    private static final java.lang.String DEFAULT_VALUE "##default"
  • org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.NoAuthorJavaDocRenderer 
    Modifier and Type Constant Field Value
    private static final java.lang.String AUTHOR_KEY "author"
  • org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.location.MethodLocation 
    Modifier and Type Constant Field Value
    public static final java.lang.String NO_PARAMETERS "()"
    public static final java.lang.String PARAMETER_SEPARATOR ","
  • org.codehaus.mojo.jaxb2.shared.JavaVersion 
    Modifier and Type Constant Field Value
    private static final java.lang.String JAVA_VERSION_PROPERTY "java.specification.version"
  • org.codehaus.mojo.jaxb2.shared.arguments.ArgumentBuilder 
    Modifier and Type Constant Field Value
    private static final char DASH 45
    private static final int NOT_FOUND -1
  • org.codehaus.mojo.jaxb2.shared.filters.AbstractFilter<T> 
    Modifier and Type Constant Field Value
    protected static final java.lang.String TOSTRING_INDENT "| "