com.rubecula.util
Interface MillFactoryInterface

All Known Implementing Classes:
MillFactory

public interface MillFactoryInterface

Interface for the creation of mills.

Version:
$Revision: 1.1 $
Author:
Robin Hillyard

Method Summary
 Millable createMill(java.lang.String name)
          Method to create a named Mill.
 

Method Detail

createMill

public Millable createMill(java.lang.String name)
                    throws MillException
Method to create a named Mill.

Parameters:
name - the identifier for this Mill
Returns:
the newly constructed Mill
Throws:
MillException