org.reflections.vfs
Class JarInputDir

java.lang.Object
  extended by org.reflections.vfs.JarInputDir
All Implemented Interfaces:
Vfs.Dir

public class JarInputDir
extends Object
implements Vfs.Dir


Constructor Summary
JarInputDir(URL url)
           
 
Method Summary
 void close()
           
 Iterable<Vfs.File> getFiles()
           
 String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarInputDir

public JarInputDir(URL url)
Method Detail

getPath

public String getPath()
Specified by:
getPath in interface Vfs.Dir

getFiles

public Iterable<Vfs.File> getFiles()
Specified by:
getFiles in interface Vfs.Dir

close

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


Copyright © 2014. All rights reserved.