|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.logabit.webtools.patchwork.PatchworkConfigurationParserImpl
public class PatchworkConfigurationParserImpl
This class parses a patchwork config file and
returns the corresponding PatchworkConfiguration object.
Note: Caching is not a task of this class. It is implemented in the
PatchworkManagerImpl.
| Field Summary |
|---|
| Fields inherited from interface com.logabit.webtools.patchwork.PatchworkConfigurationParser |
|---|
ROLE |
| Constructor Summary | |
|---|---|
PatchworkConfigurationParserImpl()
|
|
| Method Summary | |
|---|---|
PatchworkConfiguration |
parse(java.io.File file)
Starts the parsing process of the given patchwork configuration file. |
void |
service(org.apache.avalon.framework.service.ServiceManager serviceManager)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PatchworkConfigurationParserImpl()
| Method Detail |
|---|
public PatchworkConfiguration parse(java.io.File file)
throws PatchworkConfigurationException
PatchworkConfigurationParser
parse in interface PatchworkConfigurationParserfile - - The patchwork configuration file.
PatchworkConfigurationException - - If something went
wrong during the parse process.
public void service(org.apache.avalon.framework.service.ServiceManager serviceManager)
throws org.apache.avalon.framework.service.ServiceException
service in interface org.apache.avalon.framework.service.Serviceableorg.apache.avalon.framework.service.ServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||