java.io.Serializablepublic class Info
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
m_Classname |
the classname.
|
protected java.net.URL |
m_Location |
the location.
|
protected short |
m_Version |
the version.
|
protected java.lang.String |
m_VersionText |
the version string.
|
| Constructor | Description |
|---|---|
Info(java.net.URL location,
java.lang.String classname,
short version) |
Initializes the container
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getClassname() |
Returns the classname.
|
java.net.URL |
getLocation() |
Returns the location.
|
short |
getVersion() |
Returns the version.
|
java.lang.String |
getVersionText() |
Returns the version as text.
|
java.lang.String |
toString() |
Returns a string representation of the container.
|
protected java.net.URL m_Location
protected java.lang.String m_Classname
protected short m_Version
protected java.lang.String m_VersionText
public Info(java.net.URL location,
java.lang.String classname,
short version)
location - the locationclassname - the name of the classversion - the versionpublic java.net.URL getLocation()
public java.lang.String getClassname()
public short getVersion()
public java.lang.String getVersionText()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All Rights Reserved.