public class ProjectDetails
extends java.lang.Object
Constructor and Description |
---|
ProjectDetails()
The constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Author> |
getAuthors()
Get a list of authors
|
int |
getBuildRevision()
Returns the build revision of the project
|
java.lang.String |
getCopyright()
Used to get the copyright message
|
java.lang.String |
getDescription()
Used to get the project description
|
java.lang.String |
getProjectURL()
Used to get the application URL
|
java.lang.String |
getTitle()
Returns the title of the project
|
Version |
getVersion()
Returns the version of the project
|
public ProjectDetails() throws java.io.IOException
java.io.IOException
- Thrown if their is a problem reading the version informatiompublic Version getVersion()
public int getBuildRevision()
public java.lang.String getTitle()
public java.lang.String getCopyright()
public java.util.List<Author> getAuthors()
public java.lang.String getProjectURL()
public java.lang.String getDescription()