|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.harvard.hul.ois.jhove.App
public class App
The application class for JHOVE. One instance of this class is generated by the application. Various utility and informational methods are contained here.
Constructor Summary | |
---|---|
App(java.lang.String name,
java.lang.String release,
int[] date,
java.lang.String usage,
java.lang.String rights)
Creates an App object. |
Method Summary | |
---|---|
java.util.Date |
getDate()
Returns application code creation date |
java.lang.String |
getName()
Returns the name of this application |
java.lang.String |
getRelease()
Returns the release identifier for this application. |
java.lang.String |
getRights()
Returns the rights string. |
java.lang.String |
getUsage()
Returns the usage string, which should be output when the user enters a command line with only the application name. |
void |
show(OutputHandler handler)
Outputs detailed information about the application, including configuration, available modules and handlers, etc. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public App(java.lang.String name, java.lang.String release, int[] date, java.lang.String usage, java.lang.String rights)
name
- Name of the application.release
- Release identifier.date
- Last modification date of the application code,
in the form of an array of three numbers.
date[0]
is the year,
date[1]
the month, and
date[2]
the day.usage
- String summarizing command line usage, to
output when app name is typed with no
arguments or flags.rights
- Copyright or other rights statement.Method Detail |
---|
public java.util.Date getDate()
public java.lang.String getName()
public java.lang.String getRelease()
public java.lang.String getRights()
public java.lang.String getUsage()
public void show(OutputHandler handler)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |