org.netbeans.core.startup
Class ModuleLifecycleManager
java.lang.Object
org.openide.LifecycleManager
org.netbeans.core.startup.ModuleLifecycleManager
public class ModuleLifecycleManager
- extends LifecycleManager
Rudimentary manager useful for non-GUI platform applications.
Superseded by NbLifecycleManager.
- See Also:
#158525
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModuleLifecycleManager
public ModuleLifecycleManager()
saveAll
public void saveAll()
- Specified by:
saveAll in class LifecycleManager
exit
public void exit()
- Specified by:
exit in class LifecycleManager
exit
public void exit(int status)
- Overrides:
exit in class LifecycleManager
markForRestart
public void markForRestart()
throws UnsupportedOperationException
- Overrides:
markForRestart in class LifecycleManager
- Throws:
UnsupportedOperationException