public class ResourceEnumeratorFactory extends Object
ResourceEnumerator
factory.Constructor and Description |
---|
ResourceEnumeratorFactory() |
Modifier and Type | Method and Description |
---|---|
static ResourceEnumerator |
getFor(URI basePath)
Returns the appropriate
ResourceEnumerator for the given base path . |
public static ResourceEnumerator getFor(URI basePath)
ResourceEnumerator
for the given base path
.
The basePath
is expected to have a scheme
, which will be used to decide how and
where the resources will be searched.
basePath
- the URI that will be the base of resource search.ResourceEnumerator
for the given base path
.IllegalArgumentException
- if basePath
is null
or basePath
does not have a scheme.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.