Package lumis.portal.deployment.resource
Class ResourceEnumeratorFactory
- java.lang.Object
-
- lumis.portal.deployment.resource.ResourceEnumeratorFactory
-
public class ResourceEnumeratorFactory extends java.lang.Object
ResourceEnumerator
factory.- Since:
- 8.0.0
- Version:
- $Revision: 25522 $ $Date: 2023-03-17 17:08:05 -0300 (Fri, 17 Mar 2023) $
-
-
Constructor Summary
Constructors Constructor Description ResourceEnumeratorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResourceEnumerator
getFor(java.net.URI basePath)
Returns the appropriateResourceEnumerator
for the givenbase path
.
-
-
-
Method Detail
-
getFor
public static ResourceEnumerator getFor(java.net.URI basePath)
Returns the appropriateResourceEnumerator
for the givenbase path
.The
basePath
is expected to have ascheme
, which will be used to decide how and where the resources will be searched.- Parameters:
basePath
- the URI that will be the base of resource search.- Returns:
- the appropriate
ResourceEnumerator
for the givenbase path
. - Throws:
java.lang.IllegalArgumentException
- ifbasePath
isnull
orbasePath
does not have a scheme.- Since:
- 8.0.0
-
-