- canExit() - Method in class com.globalmentor.application.AbstractApplication
-
Determines whether the application can exit.
- canStart() - Method in class com.globalmentor.application.AbstractApplication
-
Checks requirements, permissions, and expirations before starting.
- canStart() - Method in interface com.globalmentor.application.Application
-
Checks requirements, permissions, and expirations before starting.
- com.globalmentor.application - package com.globalmentor.application
-
- CommandLineArguments - Class in com.globalmentor.application
-
Constants and utilities for accessing command-line arguments.
- CommandLineArguments() - Constructor for class com.globalmentor.application.CommandLineArguments
-
This class can only be instantiated if a class is derived from it.
- CommandLineArguments.Switch - Enum in com.globalmentor.application
-
Common command-line parameters.
- configureLog(String[]) - Static method in class com.globalmentor.application.CommandLineArguments
-
Sets default program debugging based upon the presence of the "log" flag and the logging switches.
- createSwitch(String) - Static method in class com.globalmentor.application.CommandLineArguments
-
Deprecated.