All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.util.QTBuild
java.lang.Object
|
+----quicktime.util.QTBuild
- public final class QTBuild
- extends Object
Contains build information for the QTJava library.
-
build
- The build of QTJava given same version/subversion.
-
buildStage
- The buildType of QTJava given same version/subversion.
-
qualifyingSubVersion
- The qualifier for the sub-version of QTJava
-
subVersion
- The sub-version of QTJava
-
version
- The version of QTJava
-
expired()
- This checks expiration of the QTJava.zip prerelease versions.
-
info()
- This returns an info string about the current version/build of QTJava
version
public static final int version
- The version of QTJava
subVersion
public static final int subVersion
- The sub-version of QTJava
qualifyingSubVersion
public static final int qualifyingSubVersion
- The qualifier for the sub-version of QTJava
build
public static final int build
- The build of QTJava given same version/subversion. A value of 0 means final for that buildStage.
buildStage
public static final String buildStage
- The buildType of QTJava given same version/subversion.
Possible values are 'g' for GoldenMaster, 'f' for final candidate, 'b' for beta, 'a' for alpha
expired
public static final void expired()
- This checks expiration of the QTJava.zip prerelease versions.
It this version has timed out then a security exception will be thrown,
otherwise this returns. A GM build will not expire, all other builds will.
info
public static String info()
- This returns an info string about the current version/build of QTJava
All Packages Class Hierarchy This Package Previous Next Index