Class ReflectionsKieVfsUrlType.ReflectionsKieVfsFile

  • All Implemented Interfaces:
    org.reflections.vfs.Vfs.File
    Enclosing class:
    ReflectionsKieVfsUrlType

    public static class ReflectionsKieVfsUrlType.ReflectionsKieVfsFile
    extends Object
    implements org.reflections.vfs.Vfs.File
    • Constructor Detail

      • ReflectionsKieVfsFile

        public ReflectionsKieVfsFile​(org.drools.compiler.compiler.io.File kieFile)
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.reflections.vfs.Vfs.File
      • getRelativePath

        public String getRelativePath()
        Specified by:
        getRelativePath in interface org.reflections.vfs.Vfs.File
      • openInputStream

        public InputStream openInputStream()
                                    throws IOException
        Specified by:
        openInputStream in interface org.reflections.vfs.Vfs.File
        Throws:
        IOException