Uses of Class
org.nuiton.eugene.ModelReader
-
Packages that use ModelReader Package Description org.nuiton.eugene Eugene.org.nuiton.eugene.models.object.reader Eugene object model reader package.org.nuiton.eugene.models.state -
-
Uses of ModelReader in org.nuiton.eugene
Fields in org.nuiton.eugene with type parameters of type ModelReader Modifier and Type Field Description protected Map<String,ModelReader<?>>ModelHelper. modelReadersAll available writers introspects via plexus.Methods in org.nuiton.eugene that return ModelReader Modifier and Type Method Description ModelReaderModelHelper. getModelReader(String modelType, String type)Methods in org.nuiton.eugene that return types with arguments of type ModelReader Modifier and Type Method Description Map<String,ModelReader<?>>ModelHelper. getModelReaders() -
Uses of ModelReader in org.nuiton.eugene.models.object.reader
Subclasses of ModelReader in org.nuiton.eugene.models.object.reader Modifier and Type Class Description classAbstractObjectModelReaderAbstract object model reader.classFriendObjectModelReaderTo read object model from yaml files into an memory object model.classXmlObjectModelReaderTo read object xml model files into an memory object model.classYamlObjectModelReaderTo read object model from yaml files into an memory object model. -
Uses of ModelReader in org.nuiton.eugene.models.state
Subclasses of ModelReader in org.nuiton.eugene.models.state Modifier and Type Class Description classStateModelReaderTo read state model files into a memory state model.
-