|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Version | |
|---|---|
| org.apache.axis2.description | |
| org.apache.axis2.engine | |
| org.apache.axis2.util | |
| Uses of Version in org.apache.axis2.description |
|---|
| Fields in org.apache.axis2.description declared as Version | |
|---|---|
static Version |
Version.SNAPSHOT
|
| Methods in org.apache.axis2.description that return Version | |
|---|---|
Version |
AxisModule.getVersion()
Get the version of this module. |
| Methods in org.apache.axis2.description with parameters of type Version | |
|---|---|
int |
Version.compareTo(Version o)
|
void |
AxisModule.setVersion(Version version)
Set the version of this module. |
| Uses of Version in org.apache.axis2.engine |
|---|
| Methods in org.apache.axis2.engine with parameters of type Version | |
|---|---|
void |
AxisConfiguration.removeModule(String moduleName,
Version moduleVersion)
Remove a module with moduleName & moduleVersion |
| Uses of Version in org.apache.axis2.util |
|---|
| Methods in org.apache.axis2.util with parameters of type Version | |
|---|---|
static boolean |
Utils.checkVersion(Version module1version,
Version module2version)
- if he trying to engage the same module then method will returen false - else it will return true |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||