Uses of Class
org.faktorips.devtools.abstraction.AVersion
-
Packages that use AVersion Package Description org.faktorips.devtools.abstraction Interfaces to abstract from the running platform (Eclipse or other)org.faktorips.devtools.abstraction.eclipse.internal Internal classes to help the implementation of eclipse implementations.org.faktorips.devtools.abstraction.mapping Mappings between different implementation specific classes used inwrappers.org.faktorips.devtools.abstraction.plainjava.internal -
-
Uses of AVersion in org.faktorips.devtools.abstraction
Fields in org.faktorips.devtools.abstraction declared as AVersion Modifier and Type Field Description static AVersionAVersion. VERSION_ZEROMethods in org.faktorips.devtools.abstraction that return AVersion Modifier and Type Method Description AVersionAbstractions.AImplementation. getVersion()static AVersionAbstractions. getVersion()Returns the Faktor-IPS implementation version.AVersionAVersion. majorMinor()static AVersionAVersion. parse(java.lang.String versionString)Parses the given version string toAVersion, dropping "qualifier" and trailing '.0' parts.Methods in org.faktorips.devtools.abstraction with parameters of type AVersion Modifier and Type Method Description intAVersion. compareTo(AVersion o) -
Uses of AVersion in org.faktorips.devtools.abstraction.eclipse.internal
Methods in org.faktorips.devtools.abstraction.eclipse.internal that return AVersion Modifier and Type Method Description AVersionEclipseImplementation. getVersion() -
Uses of AVersion in org.faktorips.devtools.abstraction.mapping
Methods in org.faktorips.devtools.abstraction.mapping that return AVersion Modifier and Type Method Description static AVersionOsgiVersionMapping. toAVersion(org.osgi.framework.Version osgiVersion)Converts the given OSGi-VersiontoAVersion. -
Uses of AVersion in org.faktorips.devtools.abstraction.plainjava.internal
Methods in org.faktorips.devtools.abstraction.plainjava.internal that return AVersion Modifier and Type Method Description AVersionPlainJavaImplementation. getVersion()
-