Package systems.dmx.files
Class ResourceInfo
- java.lang.Object
-
- systems.dmx.files.ResourceInfo
-
- All Implemented Interfaces:
JSONEnabled
public class ResourceInfo extends Object implements JSONEnabled
-
-
Constructor Summary
Constructors Constructor Description ResourceInfo(File file)
Precondition: the file exists.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemKind
getItemKind()
org.codehaus.jettison.json.JSONObject
toJSON()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface systems.dmx.core.JSONEnabled
dump
-
-
-
-
Constructor Detail
-
ResourceInfo
public ResourceInfo(File file)
Precondition: the file exists.
-
-