|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.common.net.file.FileURLNavigationProvider
public class FileURLNavigationProvider
| Constructor Summary | |
|---|---|
FileURLNavigationProvider()
|
|
| Method Summary | |
|---|---|
java.util.Iterator |
getChildren(java.net.URL url)
Returns an iterator over the children of the URL. |
boolean |
isDir(java.net.URL url)
Return true if the url represents a directory. |
void |
visit(java.net.URL url,
URLVisitor visitor)
Visit all the children recursively. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileURLNavigationProvider()
| Method Detail |
|---|
public boolean isDir(java.net.URL url)
throws java.lang.IllegalArgumentException
URLNavigationProvider
isDir in interface URLNavigationProviderurl - the target url
java.lang.IllegalArgumentException - if the url is null or is not acceptedpublic java.util.Iterator getChildren(java.net.URL url)
URLNavigationProvider
getChildren in interface URLNavigationProviderurl - the target url
public void visit(java.net.URL url,
URLVisitor visitor)
throws java.lang.IllegalArgumentException,
java.io.IOException
URLNavigationProvider
visit in interface URLNavigationProviderurl - the target urlvisitor - the visitor
java.lang.IllegalArgumentException - if an argument is null or if the url is not accepted
java.io.IOException - s
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||