|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wisc.ssec.mcidasv.util.GetVer
public class GetVer
This class is really just a wrapper around getVersion()
.
Constructor Summary | |
---|---|
GetVer()
|
Method Summary | |
---|---|
InputStream |
getResourceAsStream(String name)
Open for reading, a resource of the specified name from the search path used to load classes. |
static String |
getVersion()
Extracts and returns McIDAS-V version information. |
static void |
main(String[] args)
The main. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetVer()
Method Detail |
---|
public InputStream getResourceAsStream(String name)
name
- Resource to read.
InputStream
for reading the resource given by
name
, or null
.public static String getVersion() throws Exception
String
formatted like "McIDAS-V version VERSIONHERE built BUILDDATEHERE".
Exception
public static void main(String[] args)
args
- Ignored.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |