|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hyper9.simdk.codegen.App
public class App
The application.
Constructor Summary | |
---|---|
App()
|
Method Summary | |
---|---|
static String |
getAuthor()
|
static String |
getDaoPackageName()
Gets the dao package name in dot-separated notation. |
static String |
getDaoPackageNameSlash()
Gets the dao package name in slash-separated notation. |
static String |
getEnmPackageName()
Gets the enums package name in dot-separated notation. |
static String |
getEnmPackageNameSlash()
Gets the enums package name in slash-separated notation. |
static String |
getFltPackageName()
Gets the faults package name in dot-separated notation. |
static String |
getFltPackageNameSlash()
Gets the faults package name in slash-separated notation. |
static String |
getMaoPackageName()
Gets the mao package name in dot-separated notation. |
static String |
getMaoPackageNameSlash()
Gets the mao package name in slash-separated notation. |
static String |
getRootPackageName()
Gets the name of the root package in dot-separated notation. |
static String |
getRootPackageNameSlash()
Gets the name of the root package in slash-separated notation. |
static String |
getTableType()
Gets the type of JPA table scheme to use. |
static String |
getTargetNamespace()
Gets the target namespace. |
static void |
main(String[] args)
The main entry point for the application. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public App()
Method Detail |
---|
public static void main(String[] args) throws Exception
args
- The command-line arguments.
Exception
- When an error occurs.public static String getRootPackageName()
public static String getDaoPackageName()
public static String getMaoPackageName()
public static String getEnmPackageName()
public static String getFltPackageName()
public static String getRootPackageNameSlash()
public static String getDaoPackageNameSlash()
public static String getMaoPackageNameSlash()
public static String getEnmPackageNameSlash()
public static String getFltPackageNameSlash()
public static String getAuthor()
public static String getTableType()
public static String getTargetNamespace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |