Uses of Interface
org.apache.maven.model.io.ModelReader
-
Packages that use ModelReader Package Description org.apache.maven.model.building org.apache.maven.model.io -
-
Uses of ModelReader in org.apache.maven.model.building
Subinterfaces of ModelReader in org.apache.maven.model.building Modifier and Type Interface Description interfaceModelProcessorModelProcessorClasses in org.apache.maven.model.building that implement ModelReader Modifier and Type Class Description classDefaultModelProcessorNote: uses @Typed to limit the types it is available for injection to just ModelProcessor.Methods in org.apache.maven.model.building that return ModelReader Modifier and Type Method Description protected ModelReaderDefaultModelBuilderFactory. newModelReader()Methods in org.apache.maven.model.building with parameters of type ModelReader Modifier and Type Method Description DefaultModelProcessorDefaultModelProcessor. setModelReader(ModelReader reader) -
Uses of ModelReader in org.apache.maven.model.io
Classes in org.apache.maven.model.io that implement ModelReader Modifier and Type Class Description classDefaultModelReaderHandles deserialization of a model from some kind of textual format like XML.
-