public interface StartupContext
ShutdownContext
,
ExtensionListener2.startupExtension(StartupContext)
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getCommandLineArguments()
Returns an immutable list containing the command line arguments passed to the application
which have not been recognised and handled by the application
|
void |
notifyCommandLineArgumentHandled(java.lang.String argument)
Called to notify the context that a command line argument has been handled.
|
java.util.List<java.lang.String> getCommandLineArguments()
void notifyCommandLineArgumentHandled(java.lang.String argument)
argument
- the command line argument that has been handledCopyright © 2014 Integral Solutions Ltd. All Rights Reserved.