public interface ISWCVersion
Modifier and Type | Method and Description |
---|---|
String |
getCompilerBuild()
The build number of the compiler that created the SWC.
|
String |
getCompilerName()
The name of the compiler that created the SWC.
|
String |
getCompilerVersion()
The version of the compiler that created the SWC.
|
String |
getFlexBuild() |
String |
getFlexMinSupportedVersion() |
int |
getFlexMinSupportedVersionInt()
Get the flex min supported version as an integer.
|
String |
getFlexVersion() |
String |
getSWCVersion()
Get the SWC file version.
|
void |
setCompilerBuild(String value)
Set the build number of the compiler that created the SWC.
|
void |
setCompilerName(String value)
Set the name of the compiler that created the SWC.
|
void |
setCompilerVersion(String value)
Set the version of the compiler that created the SWC.
|
void |
setFlexBuild(String value) |
void |
setFlexMinSupportedVersion(String value) |
void |
setFlexVersion(String value) |
void |
setSWCVersion(String value) |
String getSWCVersion()
void setSWCVersion(String value)
String getFlexVersion()
void setFlexVersion(String value)
String getFlexBuild()
void setFlexBuild(String value)
String getFlexMinSupportedVersion()
void setFlexMinSupportedVersion(String value)
int getFlexMinSupportedVersionInt()
For example, "4.6.1" becomes (4<<24) | (6<<16) | 1.
String getCompilerName()
void setCompilerName(String value)
value
- name of the compiler.String getCompilerVersion()
void setCompilerVersion(String value)
value
- version of the compiler, not validated.String getCompilerBuild()
void setCompilerBuild(String value)
value
- build number of the compiler, not validated.Copyright © 2016 The Apache Software Foundation. All rights reserved.