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)Returns the version of anElementclass from itsTypeMetadata.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. versionThe version of the type.Fields in org.gcube.informationsystem.types.impl with type parameters of type Version Modifier and Type Field Description protected Map<Version,String>TypeImpl. changelogThe changelog of the type.static Map<Version,String>TypeImpl. DEFAULT_CHANGELOG_MAPThe default changelog map.Methods in org.gcube.informationsystem.types.impl that return Version Modifier and Type Method Description VersionTypeImpl. getVersion()Returns the version of the type.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()Returns the changelog for this type. -
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()Returns the version of the type.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()Returns the changelog for this type. -
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)
-