|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.flashaccess.sdk.util.VersionInfo
public class VersionInfo
Specifies version information for a DRM or runtime module. The VersionInfo
includes several attributes for identifying an instance of a module:
| Method Summary | |
|---|---|
java.lang.String |
getApplication()
Retrieves the application: (for example, FlashPlayer, AIR). |
java.lang.String |
getArchitecture()
Retrieves the architecture: (for example, 32 or 64 bit). |
java.lang.String |
getEnvironment()
Retrieves the environment: (for example, PC). |
java.lang.String |
getOS()
Retrieves the operating system (for example, Win, Mac, Linux). |
java.lang.String |
getReleaseVersion()
Retrieves the release version number, which must only contain numerals and decimal points, such as the sequence "2.0.1". |
void |
setApplication(java.lang.String application)
Sets the application: (for example, FlashPlayer, AIR). |
void |
setArchitecture(java.lang.String architecture)
Sets the architecture: (for example, 32 or 64 bit). |
void |
setEnvironment(java.lang.String environment)
Sets the environment: (for example, PC). |
void |
setOS(java.lang.String OS)
Sets the operating system (for example, Win, Mac, Linux). |
void |
setReleaseVersion(java.lang.String version)
Sets the release version number, which must only contain numerals and decimal points, such as the sequence "2.0.1". |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getOS()
public void setOS(java.lang.String OS)
OS - The operating system.public java.lang.String getApplication()
public void setApplication(java.lang.String application)
application - The application.public java.lang.String getArchitecture()
public void setArchitecture(java.lang.String architecture)
architecture - The architecture.public java.lang.String getEnvironment()
public void setEnvironment(java.lang.String environment)
environment - The environment.public java.lang.String getReleaseVersion()
"2.0.1". The version number matches any version less than or equal
to the specified value.
public void setReleaseVersion(java.lang.String version)
"2.0.1". The version number matches any version less than or equal
to the specified value.
version - The version number.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||