public interface DMXApplication
This interface defines common features that are defined for applications based on DEMUX Framework.
Modifier and Type | Method and Description |
---|---|
String[] |
getArguments()
Returns arguments list that was used to launch application.
|
String |
getBuildNumber()
Returns application build number as string.
|
Map<String,String> |
getConfigurationParameters()
Returns a set of configuration parameters for application.
|
String |
getName()
Returns application name.
|
String |
getVersion()
Returns application version as string.
|
boolean |
hasGUI()
Indicates whether application has graphical user interface or not.
|
String getName()
String getVersion()
String getBuildNumber()
boolean hasGUI()
true
,
the application is GUI application, otherwise not.true
if application has GUIString[] getArguments()
Copyright © 2012-2014 Vektor Software. All Rights Reserved.