Uses of Class
ca.cgjennings.apps.arkham.plugins.catalog.Catalog.VersioningState
-
Packages that use Catalog.VersioningState Package Description ca.cgjennings.apps.arkham.plugins.catalog resources -
-
Uses of Catalog.VersioningState in ca.cgjennings.apps.arkham.plugins.catalog
Methods in ca.cgjennings.apps.arkham.plugins.catalog that return Catalog.VersioningState Modifier and Type Method Description Catalog.VersioningState
Catalog. getVersioningState(int n)
Compares the listing at indexn
with the set of installed plug-ins and returns aCatalog.VersioningState
value that describes the relative version of the installed plug-in, if any.static Catalog.VersioningState
Catalog.VersioningState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Catalog.VersioningState[]
Catalog.VersioningState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Catalog.VersioningState in resources
Methods in resources that return Catalog.VersioningState Modifier and Type Method Description Catalog.VersioningState
CoreComponents. getInstallationState()
Returns an installation state for the core component.static Catalog.VersioningState
CoreComponents. getInstallationState(CatalogID id)
Returns an installation state for an arbitrary catalog ID.
-