| Constructor and Description |
|---|
EditorApp(String[] args)
Construct and initialize the EditorApp object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
finishInit(String target) |
static String |
localDataDir(String subdir)
Given a subdirectory name (that should correspond to the calling service), returns a file
path that can be used to store local data.
|
static void |
main(String[] args)
Instantiate the application object and start it running.
|
void |
run()
Run the application.
|
public EditorApp(String[] args) throws IOException
IOExceptionpublic void finishInit(String target)
public static String localDataDir(String subdir)
public static void main(String[] args)
Copyright © 2015. All rights reserved.