Class Directory
- java.lang.Object
-
- org.jrd.frontend.PluginMangerFrame.embedded.Directory
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.File
file
-
Constructor Summary
Constructors Constructor Description Directory(java.io.File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
crawl(java.util.List<java.net.URL> pathList, java.io.File dir)
java.util.List<java.net.URL>
listChildren()
-
-
-
Method Detail
-
crawl
private void crawl(java.util.List<java.net.URL> pathList, java.io.File dir) throws java.net.MalformedURLException
- Throws:
java.net.MalformedURLException
-
listChildren
public java.util.List<java.net.URL> listChildren() throws java.io.IOException
- Specified by:
listChildren
in interfaceListable
- Throws:
java.io.IOException
-
-