com.planet_ink.coffee_mud.core
Class CMFile.CMVFSDir

java.lang.Object
  extended by com.planet_ink.coffee_mud.core.CMFile.CMVFSFile
      extended by com.planet_ink.coffee_mud.core.CMFile.CMVFSDir
Enclosing class:
CMFile

public static final class CMFile.CMVFSDir
extends CMFile.CMVFSFile


Field Summary
 CMFile.CMVFSDir parent
           
 
Fields inherited from class com.planet_ink.coffee_mud.core.CMFile.CMVFSFile
author, data, fName, mask, modifiedDateTime, path, uName
 
Constructor Summary
CMFile.CMVFSDir(CMFile.CMVFSDir parent, java.lang.String path, int mask, long modifiedDateTime, java.lang.String author)
           
 
Method Summary
 boolean add(CMFile.CMVFSFile f)
           
 boolean delete(CMFile.CMVFSFile file)
           
 CMFile.CMVFSFile fetch(java.lang.String filePath)
           
 CMFile.CMVFSDir fetchSubDir(java.lang.String path, boolean create)
           
 
Methods inherited from class com.planet_ink.coffee_mud.core.CMFile.CMVFSFile
copyInto
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

public CMFile.CMVFSDir parent
Constructor Detail

CMFile.CMVFSDir

public CMFile.CMVFSDir(CMFile.CMVFSDir parent,
                       java.lang.String path,
                       int mask,
                       long modifiedDateTime,
                       java.lang.String author)
Method Detail

fetchSubDir

public CMFile.CMVFSDir fetchSubDir(java.lang.String path,
                                   boolean create)

add

public final boolean add(CMFile.CMVFSFile f)

delete

public final boolean delete(CMFile.CMVFSFile file)

fetch

public final CMFile.CMVFSFile fetch(java.lang.String filePath)