Uses of Interface
org.millscript.commons.vfs.VEntry

Packages that use VEntry
org.millscript.commons.vfs This package provides the interface to the virtual filing system. 
org.millscript.commons.vfs.alerts This package contains alerts used by the virtual filesystem. 
org.millscript.commons.vfs.mime.zip This package provides the "application/x-zip" MIME type support for the virtual filesystem. 
org.millscript.commons.vfs.protocols.file This package provides the "file" URI scheme support for the virtual filesystem. 
org.millscript.commons.vfs.protocols.ftp This package provides the "ftp" URI scheme support for the virtual filesystem. 
org.millscript.commons.vfs.protocols.http This package provides the "http" URI scheme support for the virtual filesystem. 
org.millscript.commons.vfs.util This package provides additional utilities for the virtual filesystem. 
 

Uses of VEntry in org.millscript.commons.vfs
 

Subinterfaces of VEntry in org.millscript.commons.vfs
 interface VFile
          This interface describes a file in the virtual filesystem.
 interface VFolder
          This interface describes a folder in the virutal filesystem.
 

Classes in org.millscript.commons.vfs that implement VEntry
 class AbstractVEntry<V extends VVolume>
          This class provides the skeletal implementation of a virtual filesystem entry,
 class AbstractVFile<V extends VVolume>
          This class provides the skeletal implementation of a virtual filesystem file,
 class AbstractVFolder<V extends VVolume>
          This class provides the skeletal implementation of a virtual filesystem folder,
 

Methods in org.millscript.commons.vfs that return VEntry
 VEntry VFolder.checkVEntry(java.lang.String segment)
          Returns the entry for the child with the specified name, but only if it exists and throws an exception otherwise.
 VEntry VEntry.toLocal()
          Returns this virtual entry as a local entry, which may simply be this object.
 

Methods in org.millscript.commons.vfs that return types with arguments of type VEntry
 java.util.List<VEntry> VFolder.listEntries()
          Returns a list of all the child entries in this folder.
 

Constructors in org.millscript.commons.vfs with parameters of type VEntry
AbstractVVolume(VEntry e)
          Constructs a new virtual volume, using the VFS from the specified entry.
 

Uses of VEntry in org.millscript.commons.vfs.alerts
 

Methods in org.millscript.commons.vfs.alerts with parameters of type VEntry
static org.millscript.commons.alert.Alert VEntryNotFoundAlert.entryDoesNotExist(VEntry entry)
           
static org.millscript.commons.alert.Alert VEntryNotFoundAlert.entryIsNotAFile(VEntry entry)
           
static org.millscript.commons.alert.Alert VEntryNotFoundAlert.entryIsNotAFileOrFolder(VEntry entry)
           
static org.millscript.commons.alert.Alert VEntryNotFoundAlert.entryIsNotAFolder(VEntry entry)
           
 

Uses of VEntry in org.millscript.commons.vfs.mime.zip
 

Classes in org.millscript.commons.vfs.mime.zip that implement VEntry
 class ReadOnlyZipFile
          This class implements a virtual filesystem file for a read-only zip file file.
 class ReadOnlyZipFolder
          This class implements a virtual filesystem folder for a read-only zip file folder.
 

Methods in org.millscript.commons.vfs.mime.zip that return VEntry
 VEntry ReadOnlyZipFolder.checkVEntry(java.lang.String segment)
           
 

Methods in org.millscript.commons.vfs.mime.zip that return types with arguments of type VEntry
 java.util.List<VEntry> ReadOnlyZipFolder.listEntries()
           
 

Uses of VEntry in org.millscript.commons.vfs.protocols.file
 

Classes in org.millscript.commons.vfs.protocols.file that implement VEntry
 class LocalFile
          This class implements a virtual filesystem file for a local filesystem file.
 class LocalFolder
          This class implements a virtual filesystem folder for a local filesystem folder.
 

Methods in org.millscript.commons.vfs.protocols.file that return VEntry
 VEntry LocalFolder.checkVEntry(java.lang.String segment)
           
 

Methods in org.millscript.commons.vfs.protocols.file that return types with arguments of type VEntry
 java.util.List<VEntry> LocalFolder.listEntries()
           
 

Uses of VEntry in org.millscript.commons.vfs.protocols.ftp
 

Classes in org.millscript.commons.vfs.protocols.ftp that implement VEntry
 class FtpFile
          This class implements a virtual filesystem file for an FTP filesystem file.
 class FtpFolder
          This class implements a virtual filesystem folder for an FTP filesystem folder.
 

Methods in org.millscript.commons.vfs.protocols.ftp that return VEntry
 VEntry FtpFolder.checkVEntry(java.lang.String segment)
           
 

Methods in org.millscript.commons.vfs.protocols.ftp that return types with arguments of type VEntry
 java.util.List<VEntry> FtpFolder.listEntries()
           
 

Uses of VEntry in org.millscript.commons.vfs.protocols.http
 

Classes in org.millscript.commons.vfs.protocols.http that implement VEntry
 class HttpFile
          This class implements a virtual filesystem file for an HTTP filesystem file.
 class HttpFolder
          This class implements a virtual filesystem folder for an HTTP filesystem folder.
 

Methods in org.millscript.commons.vfs.protocols.http that return VEntry
 VEntry HttpFolder.checkVEntry(java.lang.String segment)
           
 

Methods in org.millscript.commons.vfs.protocols.http that return types with arguments of type VEntry
 java.util.List<VEntry> HttpFolder.listEntries()
           
 

Uses of VEntry in org.millscript.commons.vfs.util
 

Classes in org.millscript.commons.vfs.util that implement VEntry
 class AbstractChrootEntry
          This class provides a base for the implementation of a chroot'd virtual filesystem entry.
 class ChrootFile
          This class implements a virtual file for a Unix style chroot volume.
 class ChrootFolder
          This class implements a virtual folder for a Unix style chroot volume.
 class StandardConsoleFile
          The standard system console as a virtual file.
 

Methods in org.millscript.commons.vfs.util that return VEntry
 VEntry ChrootFolder.checkVEntry(java.lang.String segment)
           
 

Methods in org.millscript.commons.vfs.util that return types with arguments of type VEntry
 java.util.List<VEntry> ChrootFolder.listEntries()
           
 



Copyright © 2005-2007 Open World Ltd. All Rights Reserved.