|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.util.system.ReleaseInfo
public class ReleaseInfo
Utilty for displaying some random text associated with a particular release.
For instance we need to display whether a release is Standalone, WAR or source. We may in the future want to display information for bespoke customisations.
Method Summary | |
---|---|
String |
getInfo()
Gets the contents of a file in this package called "release.info". |
static ReleaseInfo |
getReleaseInfo(Class whereToLook)
|
boolean |
hasInfo()
Does the release.info file exist? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ReleaseInfo getReleaseInfo(Class whereToLook)
public String getInfo()
public boolean hasInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |