Package org.sensorhub.api.resource
Interface IVersionedResource
- All Superinterfaces:
IResource
Base interface for a versioned resource.
-
Method Summary
Methods inherited from interface org.vast.util.IResource
getDescription, getName
-
Method Details
-
getVersion
int getVersion()- Returns:
- The version of the resource (must be greater than 0)
-