|
org.netbeans.modules.websvc.serverapi/0 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.modules.websvc.wsstack.api.WSStackVersion
public final class WSStackVersion
Provides WS Stack Version information. This is not expected to be instantiated by client - usually taken from WSStack:getVersion();
Constructor Summary | |
---|---|
WSStackVersion(String version)
Constructor for WSStackVersion. |
Method Summary | |
---|---|
BigDecimal |
getMajor()
Major version of WS Stack. |
BigDecimal |
getMinor()
Minor version of WS Stack. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSStackVersion(String version)
version
- string taken from WSStack jar files or MANIFEST.MF fileMethod Detail |
---|
public BigDecimal getMajor()
public BigDecimal getMinor()
|
org.netbeans.modules.websvc.serverapi/0 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |