public interface StorableInfoCapability extends Capability
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getUserStorableTypeNames()
Returns an array of storable type class names for user-level storables
known to the repository.
|
boolean |
isPropertySupported(java.lang.Class<Storable> type,
java.lang.String name)
Returns true if the given property exists and is supported.
|
boolean |
isSupported(java.lang.Class<Storable> type)
Returns true if the given storable type is supported.
|
java.lang.String[] getUserStorableTypeNames() throws RepositoryException
This method returns class names instead of class instances because the repository may not be able to load the classes.
RepositoryException
boolean isSupported(java.lang.Class<Storable> type)
type
- storable type to examineboolean isPropertySupported(java.lang.Class<Storable> type, java.lang.String name)
type
- storable type to examinename
- name of property to examineCopyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.