Package ch.tocco.nice2.appmodule.impl
Class ModelResourceImpl
java.lang.Object
ch.tocco.nice2.appmodule.impl.ModelResourceImpl
- All Implemented Interfaces:
ModelResource
-
Constructor Details
-
ModelResourceImpl
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceModelResource
-
getPath
- Specified by:
getPath
in interfaceModelResource
-
openStream
- Specified by:
openStream
in interfaceModelResource
- Throws:
IOException
-
isDirectory
public boolean isDirectory()- Specified by:
isDirectory
in interfaceModelResource
-
getParent
- Specified by:
getParent
in interfaceModelResource
-
getChild
- Specified by:
getChild
in interfaceModelResource
-
getChildren
- Specified by:
getChildren
in interfaceModelResource
-
exists
public boolean exists()- Specified by:
exists
in interfaceModelResource
-
toString
-