org.jboss.virtual.plugins.context.vfs
Class AssembledContext

java.lang.Object
  extended by org.jboss.virtual.plugins.context.AbstractVFSContext
      extended by org.jboss.virtual.plugins.context.vfs.AssembledContext
All Implemented Interfaces:
VFSContext

public class AssembledContext
extends AbstractVFSContext

AssembledContext.

Version:
$Revision: 1.1 $
Author:
Scott.Stark@jboss.org, Adrian Brock, Ales Justin

Field Summary
 
Fields inherited from class org.jboss.virtual.plugins.context.AbstractVFSContext
log
 
Constructor Summary
AssembledContext(String name, String rootName)
           
 
Method Summary
 String getName()
          Get the name.
 AssembledDirectoryHandler getRoot()
          Return the root virtual file
 
Methods inherited from class org.jboss.virtual.plugins.context.AbstractVFSContext
addTempInfo, cleanupTempInfo, createNewOptions, equals, getChild, getChildren, getChildURL, getConstraints, getExceptionHandler, getFurthestParentTemp, getOption, getOption, getOption, getOptions, getPeerContext, getRootPeer, getRootURI, getTempInfo, getTempInfos, getVFS, hashCode, setExceptionHandler, setOption, setOptionsToURL, setRootPeer, toString, visit, visit
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssembledContext

public AssembledContext(String name,
                        String rootName)
                 throws IOException,
                        URISyntaxException
Throws:
IOException
URISyntaxException
Method Detail

getRoot

public AssembledDirectoryHandler getRoot()
                                  throws IOException
Description copied from interface: VFSContext
Return the root virtual file

Returns:
the root
Throws:
IOException - for any problem accessing the VFS

getName

public String getName()
Description copied from interface: VFSContext
Get the name.

Returns:
the name


Copyright © 2009 JBoss, A division of Red Hat, Inc. All Rights Reserved.