Uses of Class
org.hcjf.utils.Version
-
Packages that use Version Package Description org.hcjf.layers.plugins org.hcjf.layers.resources org.hcjf.utils -
-
Uses of Version in org.hcjf.layers.plugins
Methods in org.hcjf.layers.plugins that return Version Modifier and Type Method Description VersionPlugin. getVersion()Return the plugin version.Constructors in org.hcjf.layers.plugins with parameters of type Version Constructor Description Plugin(java.lang.String groupName, java.lang.String name, Version version) -
Uses of Version in org.hcjf.layers.resources
Methods in org.hcjf.layers.resources that return Version Modifier and Type Method Description VersionResource. getVersion()Returns the version of the resource.Constructors in org.hcjf.layers.resources with parameters of type Version Constructor Description Resource(java.lang.Class<? extends LayerInterface> layerClass, java.lang.String resourceName, Version version) -
Uses of Version in org.hcjf.utils
Methods in org.hcjf.utils that return Version Modifier and Type Method Description static VersionVersion. build(java.lang.String version)Methods in org.hcjf.utils with parameters of type Version Modifier and Type Method Description intVersion. compareTo(Version o)
-