Class ReflectionsKieVfsUrlType.ReflectionsKieVfsDir

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

    public static class ReflectionsKieVfsUrlType.ReflectionsKieVfsDir
    extends Object
    implements org.reflections.vfs.Vfs.Dir
    • Constructor Detail

      • ReflectionsKieVfsDir

        public ReflectionsKieVfsDir​(org.drools.compiler.compiler.io.Folder kieFolder)
    • Method Detail

      • getPath

        public String getPath()
        Specified by:
        getPath in interface org.reflections.vfs.Vfs.Dir
      • getFiles

        public Iterable<org.reflections.vfs.Vfs.File> getFiles()
        Specified by:
        getFiles in interface org.reflections.vfs.Vfs.Dir
      • close

        public void close()
        Specified by:
        close in interface org.reflections.vfs.Vfs.Dir