com.logabit.webtools.patchwork
Interface PatchworkConfigurationParser

All Known Implementing Classes:
PatchworkConfigurationParserImpl

public interface PatchworkConfigurationParser

This interface must be implemented by any patchwork configuration parser.

Author:
Stephan Niedermeier

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 PatchworkConfiguration parse(java.io.File file)
          Starts the parsing process of the given patchwork configuration file.
 

Field Detail

ROLE

static final java.lang.String ROLE
Method Detail

parse

PatchworkConfiguration parse(java.io.File file)
                             throws PatchworkConfigurationException
Starts the parsing process of the given patchwork configuration file.

Parameters:
file - - The patchwork configuration file.
Returns:
The created patchwork configuration object.
Throws:
PatchworkConfigurationException - - If something went wrong during the parse process.


Copyright © 2007. All Rights Reserved.