Uses of Class
org.gcube.informationsystem.utils.Version
-
Packages that use Version Package Description org.gcube.informationsystem.types org.gcube.informationsystem.types.impl org.gcube.informationsystem.types.reference org.gcube.informationsystem.utils -
-
Uses of Version in org.gcube.informationsystem.types
Methods in org.gcube.informationsystem.types that return Version Modifier and Type Method Description static VersionTypeMapper. getTypeVersion(Class<? extends Element> clz)Methods in org.gcube.informationsystem.types that return types with arguments of type Version Modifier and Type Method Description static Map<Version,String>TypeMapper. getTypeChangelog(Class<? extends Element> clz) -
Uses of Version in org.gcube.informationsystem.types.impl
Fields in org.gcube.informationsystem.types.impl declared as Version Modifier and Type Field Description protected VersionTypeImpl. versionFields in org.gcube.informationsystem.types.impl with type parameters of type Version Modifier and Type Field Description protected Map<Version,String>TypeImpl. changelogstatic Map<Version,String>TypeImpl. DEFAULT_CHANGELOG_MAPMethods in org.gcube.informationsystem.types.impl that return Version Modifier and Type Method Description VersionTypeImpl. getVersion()Methods in org.gcube.informationsystem.types.impl that return types with arguments of type Version Modifier and Type Method Description Map<Version,String>TypeImpl. getChangelog() -
Uses of Version in org.gcube.informationsystem.types.reference
Methods in org.gcube.informationsystem.types.reference that return Version Modifier and Type Method Description VersionType. getVersion()Methods in org.gcube.informationsystem.types.reference that return types with arguments of type Version Modifier and Type Method Description Map<Version,String>Type. getChangelog() -
Uses of Version in org.gcube.informationsystem.utils
Fields in org.gcube.informationsystem.utils declared as Version Modifier and Type Field Description static VersionVersion. MINIMAL_VERSIONAccepted initial version as TypeVersion instanceMethods in org.gcube.informationsystem.utils with parameters of type Version Modifier and Type Method Description intVersion. compareTo(Version other)
-