|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StorableInfoCapability
Capability that returns information about known storable types in a repository.
| Method Summary | |
|---|---|
String[] |
getUserStorableTypeNames()
Returns an array of storable type class names for user-level storables known to the repository. |
boolean |
isPropertySupported(Class<Storable> type,
String name)
Returns true if the given property exists and is supported. |
boolean |
isSupported(Class<Storable> type)
Returns true if the given storable type is supported. |
| Method Detail |
|---|
String[] getUserStorableTypeNames()
throws RepositoryException
This method returns class names instead of class instances because the repository may not be able to load the classes.
RepositoryExceptionboolean isSupported(Class<Storable> type)
type - storable type to examine
boolean isPropertySupported(Class<Storable> type,
String name)
type - storable type to examinename - name of property to examine
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||