|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.resource.AbstractFinder
org.extex.resource.FileFinderRPath
public class FileFinderRPath
This file finder search recursively in a directory.
| Field Summary |
|---|
| Fields inherited from class org.extex.resource.AbstractFinder |
|---|
ATTR_DEFAULT, ATTR_SKIP, ATTR_TRACE, EXTENSION_TAG |
| Constructor Summary | |
|---|---|
FileFinderRPath(Configuration configuration)
Creates a new object. |
|
| Method Summary | |
|---|---|
NamedInputStream |
findResource(java.lang.String name,
java.lang.String type)
Find a resource which can be used for reading. |
void |
setProperties(java.util.Properties prop)
Setter for the properties. |
| Methods inherited from class org.extex.resource.AbstractFinder |
|---|
enableLogging, enableTracing, getConfiguration, trace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.extex.resource.ResourceFinder |
|---|
enableTracing |
| Methods inherited from interface org.extex.framework.logger.LogEnabled |
|---|
enableLogging |
| Constructor Detail |
|---|
public FileFinderRPath(Configuration configuration)
configuration - the encapsulated configuration object| Method Detail |
|---|
public NamedInputStream findResource(java.lang.String name,
java.lang.String type)
throws ConfigurationException
null is returned.
findResource in interface ResourceFindername - the base name of the resourcetype - the type, i.e. the extension
null if none could be found
ConfigurationException - in case of an exceptionResourceFinder.findResource(java.lang.String,
java.lang.String)public void setProperties(java.util.Properties prop)
setProperties in interface PropertyAwareprop - the properties to use for configurationPropertyAware.setProperties(java.util.Properties)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||