Uses of Class
org.gcube.contentmanagement.layerindependent.descriptions.BasicStorageHints

Packages that use BasicStorageHints
org.gcube.contentmanagement.layerindependent.descriptions   
 

Uses of BasicStorageHints in org.gcube.contentmanagement.layerindependent.descriptions
 

Fields in org.gcube.contentmanagement.layerindependent.descriptions declared as BasicStorageHints
static BasicStorageHints BasicStorageHints.NO_HINTS
          Deprecated. 
 

Methods in org.gcube.contentmanagement.layerindependent.descriptions that return BasicStorageHints
 BasicStorageHints BasicStorageHints.getConsumedHints()
          Returns a representation that contains all the hints (and only those hints), that have been flagged as consumed.
 BasicStorageHints BasicStorageHints.getUnconsumedHints()
          Returns a representation that contains only those hints, that have not been flagged as consumed.
 

Methods in org.gcube.contentmanagement.layerindependent.descriptions with parameters of type BasicStorageHints
static java.lang.String[] BasicStorageHints.getWarings(BasicStorageHints h)
          Returns an array of individual warnings instead of a single, long string containing all warnings.