Package ch.tocco.nice2.appmodule.api
Interface ModelResource
- All Known Implementing Classes:
ModelResourceImpl
public interface ModelResource
-
Method Details
-
getName
String getName() -
getPath
Path getPath() -
openStream
- Throws:
IOException
-
isDirectory
boolean isDirectory() -
getParent
ModelResource getParent() -
getChild
-
getChildren
List<ModelResource> getChildren() -
exists
boolean exists()
-