Package org.apache.cayenne.modeler.osx
Class OSXMain
- java.lang.Object
-
- org.apache.cayenne.modeler.Main
-
- org.apache.cayenne.modeler.osx.OSXMain
-
public class OSXMain extends Main
Main class to start CayenneModeler on MacOSX.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<Module>appendModules(Collection<Module> modules)static voidmain(String[] args)Main method that starts the CayenneModeler.-
Methods inherited from class org.apache.cayenne.modeler.Main
initialProjectFromArgs, initialProjectFromPreferences, launch
-
-
-
-
Constructor Detail
-
OSXMain
protected OSXMain(String[] args)
-
-
Method Detail
-
main
public static void main(String[] args)
Main method that starts the CayenneModeler.
-
appendModules
protected Collection<Module> appendModules(Collection<Module> modules)
- Overrides:
appendModulesin classMain
-
-