Uses of Class
org.apache.axis2.description.Version
-
Packages that use Version Package Description 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 Modifier and Type Field Description static Version
Version. SNAPSHOT
Methods in org.apache.axis2.description that return Version Modifier and Type Method Description Version
AxisModule. getVersion()
Get the version of this module.Methods in org.apache.axis2.description with parameters of type Version Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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
-