Class Constants
java.lang.Object
org.tentackle.maven.plugin.wizard.Constants
Constants and strings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringtemplate category for operations.static final Stringtemplate category for PDOs.static final StringclassID status file extension.static final Stringclassname suffix for the domain implementation.static final Stringclassname suffix for the domain interface.static final Stringjava file extension.static final Stringclassname suffix for the persistence implementation.static final Stringclassname suffix for the persistence interface. -
Method Summary
-
Field Details
-
DOMAIN_SUFFIX
classname suffix for the domain interface.- See Also:
-
DOMAIN_IMPL_SUFFIX
classname suffix for the domain implementation.- See Also:
-
PERSISTENCE_SUFFIX
classname suffix for the persistence interface.- See Also:
-
PERSISTENCE_IMPL_SUFFIX
classname suffix for the persistence implementation.- See Also:
-
JAVA_EXT
java file extension.- See Also:
-
CLASSID_EXT
classID status file extension.- See Also:
-
CATEGORY_PDO
template category for PDOs.- See Also:
-
CATEGORY_OPERATION
template category for operations.- See Also:
-