|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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 java.lang.String |
SERVICE_HOME
|
Constructor Summary | |
---|---|
DiscoverServiceNames()
Construct a new service discoverer |
|
DiscoverServiceNames(ClassLoaders loaders)
Construct a new resource discoverer |
|
DiscoverServiceNames(ClassLoaders loaders,
java.lang.String prefix,
java.lang.String suffix)
Construct a new resource discoverer |
|
DiscoverServiceNames(ResourceDiscover discoverer)
Construct a new service discoverer |
|
DiscoverServiceNames(ResourceDiscover discoverer,
java.lang.String prefix,
java.lang.String suffix)
Construct a new service discoverer |
|
DiscoverServiceNames(java.lang.String prefix,
java.lang.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 java.lang.String SERVICE_HOME
Constructor Detail |
---|
public DiscoverServiceNames()
public DiscoverServiceNames(java.lang.String prefix, java.lang.String suffix)
public DiscoverServiceNames(ClassLoaders loaders)
public DiscoverServiceNames(ClassLoaders loaders, java.lang.String prefix, java.lang.String suffix)
public DiscoverServiceNames(ResourceDiscover discoverer)
public DiscoverServiceNames(ResourceDiscover discoverer, java.lang.String prefix, java.lang.String suffix)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |