public class YamlClassSpecificationReader
extends java.lang.Object
| Constructor and Description |
|---|
YamlClassSpecificationReader() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ClassSpecification> |
read(java.io.File yamlFile) |
java.util.List<ClassSpecification> |
read(java.io.Reader reader) |
public java.util.List<ClassSpecification> read(java.io.File yamlFile) throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionpublic java.util.List<ClassSpecification> read(java.io.Reader reader)