Package org.codehaus.modello
Class ModelloParameterConstants
java.lang.Object
org.codehaus.modello.ModelloParameterConstants
- Author:
- Trygve Laugstøl
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Replaces USE_JAVA5static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Boolean flag enforcing existence of mandatory elements in the XSD. -
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_JAVA_SOURCE_DEFAULT
- 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 tofalse
will 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:
-