org.apache.geronimo.gshell.vfs.provider.meta
Class MetaFileSystem

java.lang.Object
  extended by org.apache.commons.vfs.provider.AbstractVfsComponent
      extended by org.apache.commons.vfs.provider.AbstractFileSystem
          extended by org.apache.geronimo.gshell.vfs.provider.meta.MetaFileSystem
All Implemented Interfaces:
org.apache.commons.vfs.FileSystem, org.apache.commons.vfs.provider.VfsComponent

public class MetaFileSystem
extends org.apache.commons.vfs.provider.AbstractFileSystem

Meta file system.

Version:
$Rev: 706033 $ $Date: 2008-10-19 17:36:15 +0200 (Sun, 19 Oct 2008) $

Constructor Summary
MetaFileSystem(MetaDataRegistry registry, org.apache.commons.vfs.FileName rootName, org.apache.commons.vfs.FileSystemOptions options)
           
 
Method Summary
protected  void addCapabilities(Collection capabilities)
           
protected  org.apache.commons.vfs.FileObject createFile(org.apache.commons.vfs.FileName fileName)
           
 
Methods inherited from class org.apache.commons.vfs.provider.AbstractFileSystem
addJunction, addListener, close, closeCommunicationLink, decorateFileObject, doCloseCommunicationLink, doReplicateFile, fireFileChanged, fireFileCreated, fireFileDeleted, getAttribute, getFileFromCache, getFileSystemManager, getFileSystemOptions, getLastModTimeAccuracy, getParentLayer, getRoot, getRootName, hasCapability, init, isOpen, isReleaseable, notifyAllStreamsClosed, putFileToCache, removeFileFromCache, removeJunction, removeListener, replicateFile, resolveFile, resolveFile, setAttribute
 
Methods inherited from class org.apache.commons.vfs.provider.AbstractVfsComponent
getContext, getLogger, setContext, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaFileSystem

public MetaFileSystem(MetaDataRegistry registry,
                      org.apache.commons.vfs.FileName rootName,
                      org.apache.commons.vfs.FileSystemOptions options)
Method Detail

createFile

protected org.apache.commons.vfs.FileObject createFile(org.apache.commons.vfs.FileName fileName)
                                                throws Exception
Specified by:
createFile in class org.apache.commons.vfs.provider.AbstractFileSystem
Throws:
Exception

addCapabilities

protected void addCapabilities(Collection capabilities)
Specified by:
addCapabilities in class org.apache.commons.vfs.provider.AbstractFileSystem


Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.