org.molwind.util
Interface Configurator

All Known Implementing Classes:
MolwindServerConfiguration

public interface Configurator

Configurator interface defines a mechanism to configure objects.

Version:
1.0
Author:
Oliver Karch

Method Summary
 void setup(Configurable object)
          Configures the given object.
 

Method Detail

setup

void setup(Configurable object)
           throws ConfigException
Configures the given object.

Parameters:
object - the object to be configured
Throws:
ConfigException - is thrown upon config error


Copyright © 2008-2010. All Rights Reserved.