Uses of Class
dev.cel.common.CelSource.Extension.Version
-
Packages that use CelSource.Extension.Version Package Description dev.cel.common -
-
Uses of CelSource.Extension.Version in dev.cel.common
Methods in dev.cel.common that return CelSource.Extension.Version Modifier and Type Method Description static CelSource.Extension.VersionCelSource.Extension.Version. of(long major, long minor)Create a new instance of Version with the provided major and minor values.Methods in dev.cel.common with parameters of type CelSource.Extension.Version Modifier and Type Method Description static CelSource.ExtensionCelSource.Extension. create(java.lang.String id, CelSource.Extension.Version version, CelSource.Extension.Component... components)static CelSource.ExtensionCelSource.Extension. create(java.lang.String id, CelSource.Extension.Version version, java.lang.Iterable<CelSource.Extension.Component> components)
-