|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.skype.tutorial.util.ParseSkypeKitVersion
public class ParseSkypeKitVersion
Tutorial SkypeKit Version Parse Object.
Encapsulates obtaining and parsing of the SkypeKit version string returned by com.skype.api.Skype.GetVersionString.
The default constructor obtains a temporary Skype instance; the "normal" constructor accepts an
existing Skype instance.
Static methods enable you to obtain the:
| Field Summary | |
|---|---|
static java.lang.String |
MY_CLASS_TAG
Info/Debug console output message prefix/identifier tag prefix. |
protected static int |
versionNumCnt
Number of components in the version number string. |
protected static java.lang.String[] |
versionNums
Parsed array of the individual component version numbers. |
protected static java.lang.String |
versionStr
The SkypeKit version string, as returned by com.skype.api.Skype.GetVersionString. |
| Constructor Summary | |
|---|---|
ParseSkypeKitVersion(MySkype mySkype)
Default constructor. |
|
| Method Summary | |
|---|---|
int |
getMajorVersion()
Obtain the major SkypeKit version number. |
int |
getMinorVersion()
Obtain the minor SkypeKit version number. |
int |
getPatchVersion()
Obtain the patch SkypeKit version number. |
java.lang.String |
getVersionStr()
Obtain the complete unparsed version string exactly as as returned by com.skype.api.Skype.GetVersionString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String MY_CLASS_TAG
protected static java.lang.String versionStr
protected static final int versionNumCnt
protected static java.lang.String[] versionNums
| Constructor Detail |
|---|
public ParseSkypeKitVersion(MySkype mySkype)
2.0/windows-x86-skypekit-novideo_3.1.0.2689_125068and:
versionStrversionNums
| Method Detail |
|---|
public java.lang.String getVersionStr()
public int getMajorVersion()
public int getMinorVersion()
public int getPatchVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||