Interface DesignReader
-
- All Known Implementing Classes:
DefaultDesignReader,Eoulsan1DesignReader,Eoulsan2DesignReader
public interface DesignReaderThis interface define a DesignReader.- Since:
- 1.0
- Author:
- Laurent Jourdren
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Designread()Read the design.
-
-
-
Method Detail
-
read
Design read() throws IOException
Read the design.- Returns:
- a new Design object
- Throws:
IOException- if an error occurs while reading the design
-
-