Package org.jboss.virtual.plugins.context.vfs

Examples of org.jboss.virtual.plugins.context.vfs.AssembledContext


    * @throws IOException for any IO error
    * @throws URISyntaxException for any URI error
    */
   public static AssembledDirectory createAssembledDirectory(String name, String rootName) throws IOException, URISyntaxException
   {
      AssembledContext context = new AssembledContext(name, rootName);
      return context.getRoot().getVirtualFile();
   }
View Full Code Here

TOP

Related Classes of org.jboss.virtual.plugins.context.vfs.AssembledContext

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.