|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.opencms.boot.CmsMain
Command line interface to access resources in OpenCms.
This can be used to test the OpenCms VFS, it is also used for the initial setup.
| Constructor Summary | |
CmsMain()
|
|
| Method Summary | |
static void |
main(String[] args)
Main program entry point when started via the command line. |
static String |
searchBaseFolder(String startFolder)
Searches for the OpenCms web application base folder during startup. |
static void |
startSetup(String file,
String base)
Main program entry point when started via the OpenCms setup wizard. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CmsMain()
| Method Detail |
public static void main(String[] args)
args - parameters passed to the application via the command line
public static void startSetup(String file,
String base)
file - filename of a file containing the setup commands (e.g. cmssetup.txt)base - base folder for the OpenCms web applicationpublic static String searchBaseFolder(String startFolder)
startFolder - the folder where to start searching
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||