org.apache.commons.discovery.resource.names
Class NameDiscoverers
- ResourceNameDiscover
public class NameDiscoverers
Holder for multiple ResourceNameDiscover instances.
The result is the union of the results from each
(not a chained sequence, where results feed the next in line.
NameDiscoverers
public NameDiscoverers()
Construct a new resource name discoverer
addResourceNameDiscover
public void addResourceNameDiscover(ResourceNameDiscover discover)
Specify an additional class loader to be used in searching.
The order of loaders determines the order of the result.
It is recommended to add the most specific loaders first.
setLog
public static void setLog(Log _log)
Copyright (c) 2002 - Apache Software Foundation