|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectogre.dms.data.DMSFile
public class DMSFile
Constructor Summary | |
---|---|
DMSFile(File file)
|
Method Summary | |
---|---|
Vector |
getContentNameList()
get names of the contents in the directory |
HashMap |
getContentPathMap()
get the hashmap of the contents which map from file name to absolute path |
HashMap |
getContentTypeMap()
get the hashmap of the contents which map from file name to file type. |
String |
getParentPath()
get absolute path of parent directory of the file |
String |
getPath()
get absolute path of the file |
boolean |
isDirectory()
|
boolean |
isFile()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DMSFile(File file)
Method Detail |
---|
public boolean isDirectory()
public boolean isFile()
public String getParentPath()
public String getPath()
public Vector getContentNameList()
public HashMap getContentPathMap()
public HashMap getContentTypeMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |