|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.ProjectDetails
public class ProjectDetails
Used to get the information about the project
Constructor Summary | |
---|---|
ProjectDetails()
The constructor |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectDetails() throws java.io.IOException
java.io.IOException
- Thrown if their is a problem reading the version informatiomMethod Detail |
---|
public 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |