Uses of Class
org.codehaus.modello.model.ModelInterface
Packages that use ModelInterface
Package
Description
-
Uses of ModelInterface in org.codehaus.modello.core.io
Methods in org.codehaus.modello.core.io with parameters of type ModelInterfaceModifier and TypeMethodDescriptionModelReader.getAttributesForInterface
(ModelInterface modelInterface) private void
ModelReader.parseCodeSegment
(ModelInterface modelInterface, org.codehaus.plexus.util.xml.pull.XmlPullParser parser) -
Uses of ModelInterface in org.codehaus.modello.metadata
Methods in org.codehaus.modello.metadata with parameters of type ModelInterfaceModifier and TypeMethodDescriptionMetadataPlugin.getInterfaceMetadata
(ModelInterface iface, Map<String, String> data) -
Uses of ModelInterface in org.codehaus.modello.model
Fields in org.codehaus.modello.model with type parameters of type ModelInterfaceModifier and TypeFieldDescriptionprivate Map
<String, List<ModelInterface>> Model.interfaceMap
private List
<ModelInterface> Model.interfaces
Methods in org.codehaus.modello.model that return ModelInterfaceModifier and TypeMethodDescriptionModel.getInterface
(String type, Version version) Model.getInterface
(String type, VersionRange versionRange) private ModelInterface
Model.getModelInterface
(String type, VersionRange versionRange) Methods in org.codehaus.modello.model that return types with arguments of type ModelInterfaceMethods in org.codehaus.modello.model with parameters of type ModelInterface -
Uses of ModelInterface in org.codehaus.modello.plugin.java
Methods in org.codehaus.modello.plugin.java with parameters of type ModelInterfaceModifier and TypeMethodDescriptionprivate void
JavaModelloGenerator.generateInterface
(ModelInterface modelInterface) -
Uses of ModelInterface in org.codehaus.modello.plugin.java.metadata
Methods in org.codehaus.modello.plugin.java.metadata with parameters of type ModelInterfaceModifier and TypeMethodDescriptionJavaMetadataPlugin.getInterfaceMetadata
(ModelInterface iface, Map<String, String> data) -
Uses of ModelInterface in org.codehaus.modello.plugin.model
Methods in org.codehaus.modello.plugin.model with parameters of type ModelInterfaceModifier and TypeMethodDescriptionModelMetadataPlugin.getInterfaceMetadata
(ModelInterface iface, Map<String, String> data) -
Uses of ModelInterface in org.codehaus.modello.plugin.xdoc.metadata
Methods in org.codehaus.modello.plugin.xdoc.metadata with parameters of type ModelInterfaceModifier and TypeMethodDescriptionXdocMetadataPlugin.getInterfaceMetadata
(ModelInterface iface, Map<String, String> data) -
Uses of ModelInterface in org.codehaus.modello.plugin.xsd.metadata
Methods in org.codehaus.modello.plugin.xsd.metadata with parameters of type ModelInterfaceModifier and TypeMethodDescriptionXsdMetadataPlugin.getInterfaceMetadata
(ModelInterface iface, Map<String, String> data) -
Uses of ModelInterface in org.codehaus.modello.plugins.xml.metadata
Methods in org.codehaus.modello.plugins.xml.metadata with parameters of type ModelInterfaceModifier and TypeMethodDescriptionXmlMetadataPlugin.getInterfaceMetadata
(ModelInterface iface, Map<String, String> data)