Class Constants
- java.lang.Object
-
- org.tentackle.maven.plugin.wizard.Constants
-
public class Constants extends Object
Constants and strings.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCATEGORY_OPERATIONtemplate category for operations.static StringCATEGORY_PDOtemplate category for PDOs.static StringCLASSID_EXTclassID status file extension.static StringDOMAIN_IMPL_SUFFIXclassname suffix for the domain implementation.static StringDOMAIN_SUFFIXclassname suffix for the domain interface.static StringJAVA_EXTjava file extension.static StringPERSISTENCE_IMPL_SUFFIXclassname suffix for the persistence implementation.static StringPERSISTENCE_SUFFIXclassname suffix for the persistence interface.
-
-
-
Field Detail
-
DOMAIN_SUFFIX
public static final String DOMAIN_SUFFIX
classname suffix for the domain interface.- See Also:
- Constant Field Values
-
DOMAIN_IMPL_SUFFIX
public static final String DOMAIN_IMPL_SUFFIX
classname suffix for the domain implementation.- See Also:
- Constant Field Values
-
PERSISTENCE_SUFFIX
public static final String PERSISTENCE_SUFFIX
classname suffix for the persistence interface.- See Also:
- Constant Field Values
-
PERSISTENCE_IMPL_SUFFIX
public static final String PERSISTENCE_IMPL_SUFFIX
classname suffix for the persistence implementation.- See Also:
- Constant Field Values
-
JAVA_EXT
public static final String JAVA_EXT
java file extension.- See Also:
- Constant Field Values
-
CLASSID_EXT
public static final String CLASSID_EXT
classID status file extension.- See Also:
- Constant Field Values
-
CATEGORY_PDO
public static final String CATEGORY_PDO
template category for PDOs.- See Also:
- Constant Field Values
-
CATEGORY_OPERATION
public static final String CATEGORY_OPERATION
template category for operations.- See Also:
- Constant Field Values
-
-