Interface TreeItem
-
- All Known Implementing Classes:
FolderItem,JcrPackageItem
public interface TreeItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()StringgetPath()voidtoJson(com.google.gson.stream.JsonWriter writer)
-
-
-
Method Detail
-
getName
String getName()
-
getPath
String getPath()
-
toJson
void toJson(com.google.gson.stream.JsonWriter writer) throws javax.jcr.RepositoryException, IOException- Throws:
javax.jcr.RepositoryExceptionIOException
-
-