|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.avalon.framework.logger.AbstractLogEnabled org.apache.cocoon.components.source.FileSourceFactory
public class FileSourceFactory
A factory for 'file:' sources.
Constructor Summary | |
---|---|
FileSourceFactory()
Deprecated. |
Method Summary | |
---|---|
void |
compose(ComponentManager manager)
Deprecated. |
Source |
getSource(Environment environment,
String location)
Deprecated. Get a Source object. |
Source |
getSource(Environment environment,
URL base,
String location)
Deprecated. Get a Source object. |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileSourceFactory()
Method Detail |
---|
public void compose(ComponentManager manager) throws ComponentException
compose
in interface Composable
ComponentException
public Source getSource(Environment environment, String location) throws ProcessingException, MalformedURLException, IOException
SourceFactory
Source
object.
getSource
in interface SourceFactory
environment
- This is optional.
ProcessingException
MalformedURLException
IOException
public Source getSource(Environment environment, URL base, String location) throws ProcessingException, MalformedURLException, IOException
SourceFactory
Source
object.
getSource
in interface SourceFactory
environment
- This is optional.
ProcessingException
MalformedURLException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |