Package | Description |
---|---|
org.jboss.net.protocol |
URL protocol stream helpers.
|
org.jboss.net.protocol.file | |
org.jboss.net.protocol.http |
Modifier and Type | Class and Description |
---|---|
static class |
URLListerBase.URLFilterImpl
Inner class representing Filter criteria to be applied to the members
of the returned Collection
|
Modifier and Type | Field and Description |
---|---|
protected static URLLister.URLFilter |
URLListerBase.acceptAllFilter |
Modifier and Type | Method and Description |
---|---|
Collection |
URLLister.listMembers(URL baseUrl,
URLLister.URLFilter filter)
List the members of the given collection that are accepted by the filter
|
Collection |
URLLister.listMembers(URL baseUrl,
URLLister.URLFilter filter,
boolean scanNonDottedSubDirs)
List the members of the given collection that are accepted by the filter
|
Modifier and Type | Method and Description |
---|---|
Collection |
FileURLLister.listMembers(URL baseUrl,
URLLister.URLFilter filter) |
Collection<URL> |
FileURLLister.listMembers(URL baseUrl,
URLLister.URLFilter filter,
boolean scanNonDottedSubDirs) |
Modifier and Type | Method and Description |
---|---|
Collection |
DavURLLister.listMembers(URL baseUrl,
URLLister.URLFilter filter) |
Collection<URL> |
DavURLLister.listMembers(URL baseUrl,
URLLister.URLFilter filter,
boolean scanNonDottedSubDirs) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.