public interface MultiLocalResourcesSelector extends LocalResourcesSelector
LocalResourcesSelector
adding functionality to
use multiple LocalResourcesSelector
s.LocalResourcesSelector.Entry
Modifier and Type | Method and Description |
---|---|
java.util.List<LocalResourcesSelector.Entry> |
select(java.lang.String id,
java.lang.String dir)
Select a
List of LocalResourcesSelector.Entry s identified by
an arbitrary id. |
select
java.util.List<LocalResourcesSelector.Entry> select(java.lang.String id, java.lang.String dir)
List
of LocalResourcesSelector.Entry
s identified by
an arbitrary id.id
- the identifierdir
- the base directoryLocalResourcesSelector.select(String)