Package org.codehaus.modello
Class ModelloParameterConstants
java.lang.Object
org.codehaus.modello.ModelloParameterConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringReplaces USE_JAVA5static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringBoolean flag enforcing existence of mandatory elements in the XSD. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VERSION
- See Also:
-
OUTPUT_DIRECTORY
- See Also:
-
PACKAGE_WITH_VERSION
- See Also:
-
STRICT_PARSER
- See Also:
-
ALL_VERSIONS
- See Also:
-
FILENAME
- See Also:
-
FIRST_VERSION
- See Also:
-
ENCODING
- Since:
- 1.0-alpha-19
- See Also:
-
OUTPUT_JAVA_SOURCE
Replaces USE_JAVA5- Since:
- 2.0
- See Also:
-
OUTPUT_XDOC_FILE_NAME
- See Also:
-
OUTPUT_XSD_FILE_NAME
- See Also:
-
OUTPUT_JSONSCHEMA_FILE_NAME
- Since:
- 1.8
- See Also:
-
DOM_AS_XPP3
- Since:
- 1.6
- See Also:
-
EXTENDED_CLASSNAME_SUFFIX
- Since:
- 1.10
- See Also:
-
XSD_ENFORCE_MANDATORY_ELEMENTS
Boolean flag enforcing existence of mandatory elements in the XSD. If set tofalsewill not require mandatory elements in the XML which can be useful if the XML is post processed (e.g. POM merging with parents) where mandatory elements might be contributed by sources outside the XML.- Since:
- 2.1
- See Also:
-
-
Constructor Details
-
ModelloParameterConstants
private ModelloParameterConstants()
-