|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.discovery.resource.names.ResourceNameDiscoverImpl org.apache.commons.discovery.resource.names.DiscoverNamesInFile org.apache.commons.discovery.resource.names.DiscoverServiceNames
public class DiscoverServiceNames
Provide JDK 1.3 style service discovery... The caller will first configure the discoverer by creating a root Discoverer for the files.
Field Summary | |
---|---|
protected static String |
SERVICE_HOME
|
Constructor Summary | |
---|---|
DiscoverServiceNames()
Construct a new service discoverer. |
|
DiscoverServiceNames(ClassLoaders loaders)
Construct a new resource discoverer. |
|
DiscoverServiceNames(ClassLoaders loaders,
String prefix,
String suffix)
Construct a new resource discoverer. |
|
DiscoverServiceNames(ResourceDiscover discoverer)
Construct a new service discoverer. |
|
DiscoverServiceNames(ResourceDiscover discoverer,
String prefix,
String suffix)
Construct a new service discoverer. |
|
DiscoverServiceNames(String prefix,
String suffix)
Construct a new resource discoverer. |
Method Summary |
---|
Methods inherited from class org.apache.commons.discovery.resource.names.DiscoverNamesInFile |
---|
findResourceNames, getDiscover, setDiscoverer, setLog |
Methods inherited from class org.apache.commons.discovery.resource.names.ResourceNameDiscoverImpl |
---|
findResourceNames |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.commons.discovery.ResourceNameDiscover |
---|
findResourceNames, findResourceNames |
Field Detail |
---|
protected static final String SERVICE_HOME
Constructor Detail |
---|
public DiscoverServiceNames()
public DiscoverServiceNames(String prefix, String suffix)
prefix
- The resource name prefixsuffix
- The resource name suffixpublic DiscoverServiceNames(ClassLoaders loaders)
loaders
- The class loaders holderpublic DiscoverServiceNames(ClassLoaders loaders, String prefix, String suffix)
loaders
- The class loaders holderprefix
- The resource name prefixsuffix
- The resource name suffixpublic DiscoverServiceNames(ResourceDiscover discoverer)
discoverer
- The discoverer to resolve resourcespublic DiscoverServiceNames(ResourceDiscover discoverer, String prefix, String suffix)
discoverer
- The discoverer to resolve resourcesprefix
- The resource name prefixsuffix
- The resource name suffix
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |