Uses of Interface
crystalspace.jbind.interfaces.iutil.vfs.iVFS

Packages that use iVFS
crystalspace.jbind.impl.csutil.cfgfile   
crystalspace.jbind.impl.csutil.cfgmgr   
crystalspace.jbind.impl.csutil.vfs   
crystalspace.jbind.interfaces.iutil.cfgfile   
crystalspace.jbind.interfaces.iutil.cfgmgr   
 

Uses of iVFS in crystalspace.jbind.impl.csutil.cfgfile
 

Methods in crystalspace.jbind.impl.csutil.cfgfile that return iVFS
 iVFS csConfigFile.getVFS()
           
 

Methods in crystalspace.jbind.impl.csutil.cfgfile with parameters of type iVFS
 boolean csConfigFile.load(java.lang.String iFileName, iVFS vfs)
           
 boolean csConfigFile.load(java.lang.String iFileName, iVFS vfs, boolean Merge)
           
 boolean csConfigFile.load(java.lang.String iFileName, iVFS vfs, boolean Merge, boolean NewWins)
           
 boolean csConfigFile.save(java.lang.String iFileName, iVFS vfs)
           
 void csConfigFile.setFileName(java.lang.String Name, iVFS vfs)
           
 

Uses of iVFS in crystalspace.jbind.impl.csutil.cfgmgr
 

Methods in crystalspace.jbind.impl.csutil.cfgmgr with parameters of type iVFS
 iConfigFile csConfigManager.addDomain(java.lang.String path, iVFS vfs, int priority)
           
 

Uses of iVFS in crystalspace.jbind.impl.csutil.vfs
 

Classes in crystalspace.jbind.impl.csutil.vfs that implement iVFS
 class csVFS
           
 

Uses of iVFS in crystalspace.jbind.interfaces.iutil.cfgfile
 

Methods in crystalspace.jbind.interfaces.iutil.cfgfile that return iVFS
 iVFS iConfigFile.getVFS()
          Get the VFS object on which this file is stored (if any);.
 

Methods in crystalspace.jbind.interfaces.iutil.cfgfile with parameters of type iVFS
 boolean iConfigFile.load(java.lang.String iFileName, iVFS vfs)
          Load a configuration file.
 boolean iConfigFile.load(java.lang.String iFileName, iVFS vfs, boolean Merge)
          Load a configuration file.
 boolean iConfigFile.load(java.lang.String iFileName, iVFS vfs, boolean Merge, boolean NewWins)
          Load a configuration file.
 boolean iConfigFile.save(java.lang.String iFileName, iVFS vfs)
          Save configuration into the given file (on VFS or on the physical filesystem);.
 void iConfigFile.setFileName(java.lang.String Name, iVFS vfs)
          Set config file name.
 

Uses of iVFS in crystalspace.jbind.interfaces.iutil.cfgmgr
 

Methods in crystalspace.jbind.interfaces.iutil.cfgmgr with parameters of type iVFS
 iConfigFile iConfigManager.addDomain(java.lang.String path, iVFS vfs, int priority)
          Add a configuration domain by loading it from a file.