|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.das2.util.AboutUtil
public class AboutUtil
method for getting useful build and version information. TODO: Splash should call this to get version, not the other way around.
Constructor Summary | |
---|---|
AboutUtil()
|
Method Summary | |
---|---|
static java.lang.String |
getAboutHtml()
|
static java.util.List<java.lang.String> |
getBuildInfos()
searches class path for META-INF/build.txt, returns nice strings |
static java.lang.String |
getReleaseTag()
Identify the release version by looking a non-null build.tag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AboutUtil()
Method Detail |
---|
public static java.lang.String getAboutHtml()
public static java.util.List<java.lang.String> getBuildInfos() throws java.io.IOException
java.io.IOException
public static java.lang.String getReleaseTag() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |