Class JBoss6VFS.VFS

  • Enclosing class:
    JBoss6VFS

    static class JBoss6VFS.VFS
    extends java.lang.Object
    A class that mimics a tiny subset of the JBoss VFS class.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.lang.reflect.Method getChild  
      (package private) static java.lang.Class<?> VFS  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private VFS()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static JBoss6VFS.VirtualFile getChild​(java.net.URL url)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • VFS

        static java.lang.Class<?> VFS
      • getChild

        static java.lang.reflect.Method getChild
    • Constructor Detail

      • VFS

        private VFS()
    • Method Detail

      • getChild

        static JBoss6VFS.VirtualFile getChild​(java.net.URL url)
                                       throws java.io.IOException
        Throws:
        java.io.IOException