Class JbossFile

  • All Implemented Interfaces:
    Vfs.File

    public class JbossFile
    extends java.lang.Object
    implements Vfs.File
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private JbossDir root  
      private org.jboss.vfs.VirtualFile virtualFile  
    • Constructor Summary

      Constructors 
      Constructor Description
      JbossFile​(JbossDir root, org.jboss.vfs.VirtualFile virtualFile)  
    • Field Detail

      • virtualFile

        private final org.jboss.vfs.VirtualFile virtualFile
    • Constructor Detail

      • JbossFile

        public JbossFile​(JbossDir root,
                         org.jboss.vfs.VirtualFile virtualFile)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Vfs.File
      • getRelativePath

        public java.lang.String getRelativePath()
        Specified by:
        getRelativePath in interface Vfs.File
      • openInputStream

        public java.io.InputStream openInputStream()
                                            throws java.io.IOException
        Specified by:
        openInputStream in interface Vfs.File
        Throws:
        java.io.IOException