public abstract class ResourceEnumerator extends Object
Constructor and Description |
---|
ResourceEnumerator(URI basePath)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
URI |
getBasePath()
Returns the base path to be used in path relativizations.
|
abstract Set<String> |
listResources(boolean recursively)
|
public ResourceEnumerator(URI basePath)
basePath
- the base path to be used in path relativizations.public URI getBasePath()
public abstract Set<String> listResources(boolean recursively)
basePath
.base path
does not exists, an empty set is returned.recursively
- indicates whether the resource search should be recursive.basePath
.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.