|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.informatica.app.ApplicationInfo
public class ApplicationInfo
The basic information for an application.
Application name, version, etc.
| Constructor Summary | |
|---|---|
ApplicationInfo()
|
|
| Method Summary | |
|---|---|
String |
getAppName()
Gets the name of the application. |
String |
getAppNameVersion()
Gets the version of an application. |
short |
getBuildNumber()
Gets the build number of the application. |
short |
getMajorVersionNumber()
Gets the Major Version number of the application. |
short |
getMinorVersionNumber()
Gets the Minor Version number of the application. |
String |
getVersionTag()
Gets the version tag of the application. |
void |
printUsage(PrintStream ps)
Prints the basic usage of the application. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationInfo()
| Method Detail |
|---|
public String getAppNameVersion()
public String getAppName()
Subclasses may return directly the name of the application, instead of relying on the app.name system property.
public short getMajorVersionNumber()
public short getMinorVersionNumber()
public short getBuildNumber()
public String getVersionTag()
public void printUsage(PrintStream ps)
ps - a PrintStream to output
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||