Interface TreeItem
-
- All Known Implementing Classes:
FolderItem
,JcrPackageItem
public interface TreeItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
String
getPath()
void
toJson(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.RepositoryException
IOException
-
-