Uses of Interface
org.codehaus.modello.core.ModelloCore
-
Packages that use ModelloCore Package Description org.codehaus.modello org.codehaus.modello.core org.codehaus.modello.maven -
-
Uses of ModelloCore in org.codehaus.modello
Fields in org.codehaus.modello declared as ModelloCore Modifier and Type Field Description private ModelloCore
Modello. core
-
Uses of ModelloCore in org.codehaus.modello.core
Classes in org.codehaus.modello.core that implement ModelloCore Modifier and Type Class Description class
AbstractModelloCore
class
DefaultModelloCore
-
Uses of ModelloCore in org.codehaus.modello.maven
Fields in org.codehaus.modello.maven declared as ModelloCore Modifier and Type Field Description private ModelloCore
AbstractModelloGeneratorMojo. modelloCore
Note: This is passed by Maven and must not be configured by the user.Methods in org.codehaus.modello.maven that return ModelloCore Modifier and Type Method Description ModelloCore
AbstractModelloGeneratorMojo. getModelloCore()
Methods in org.codehaus.modello.maven with parameters of type ModelloCore Modifier and Type Method Description void
AbstractModelloGeneratorMojo. setModelloCore(ModelloCore modelloCore)
-