Uses of Class
org.codehaus.mojo.flatten.PomProperty
Packages that use PomProperty
-
Uses of PomProperty in org.codehaus.mojo.flatten
Fields in org.codehaus.mojo.flatten declared as PomPropertyModifier and TypeFieldDescriptionstatic final PomProperty<String> PomProperty.ARTIFACT_IDstatic final PomProperty<org.apache.maven.model.Build> PomProperty.BUILDstatic final PomProperty<org.apache.maven.model.CiManagement> PomProperty.CI_MANAGEMENTstatic final PomProperty<List<org.apache.maven.model.Contributor>> PomProperty.CONTRIBUTORSstatic final PomProperty<List<org.apache.maven.model.Dependency>> PomProperty.DEPENDENCIESstatic final PomProperty<org.apache.maven.model.DependencyManagement> PomProperty.DEPENDENCY_MANAGEMENTstatic final PomProperty<String> PomProperty.DESCRIPTIONstatic final PomProperty<List<org.apache.maven.model.Developer>> PomProperty.DEVELOPERSstatic final PomProperty<org.apache.maven.model.DistributionManagement> PomProperty.DISTRIBUTION_MANAGEMENTstatic final PomProperty<String> PomProperty.GROUP_IDstatic final PomProperty<String> PomProperty.INCEPTION_YEARstatic final PomProperty<org.apache.maven.model.IssueManagement> PomProperty.ISSUE_MANAGEMENTstatic final PomProperty<List<org.apache.maven.model.License>> PomProperty.LICENSESstatic final PomProperty<List<org.apache.maven.model.MailingList>> PomProperty.MAILING_LISTSstatic final PomProperty<String> PomProperty.MODEL_ENCODINGstatic final PomProperty<String> PomProperty.MODEL_VERSIONstatic final PomProperty<List<String>> PomProperty.MODULESstatic final PomProperty<String> PomProperty.NAMEstatic final PomProperty<org.apache.maven.model.Organization> PomProperty.ORGANIZATIONstatic final PomProperty<String> PomProperty.PACKAGINGstatic final PomProperty<org.apache.maven.model.Parent> PomProperty.PARENTstatic final PomProperty<org.apache.maven.model.PluginManagement> PomProperty.PLUGIN_MANAGEMENTstatic final PomProperty<List<org.apache.maven.model.Repository>> PomProperty.PLUGIN_REPOSITORIESstatic final PomProperty<File> PomProperty.POM_FILEprivate static final PomProperty<?>[]PomProperty.POM_PROPERTIES_ARRAYstatic final PomProperty<org.apache.maven.model.Prerequisites> PomProperty.PREREQUISITESstatic final PomProperty<List<org.apache.maven.model.Profile>> PomProperty.PROFILESstatic final PomProperty<Properties> PomProperty.PROPERTIESstatic final PomProperty<org.apache.maven.model.Reporting> PomProperty.REPORTINGstatic final PomProperty<List<org.apache.maven.model.Repository>> PomProperty.REPOSITORIESstatic final PomProperty<org.apache.maven.model.Scm> PomProperty.SCMstatic final PomProperty<String> PomProperty.URLstatic final PomProperty<String> PomProperty.VERSIONFields in org.codehaus.mojo.flatten with type parameters of type PomPropertyModifier and TypeFieldDescriptionprivate static final List<PomProperty<?>> PomProperty.POM_PROPERTIESMethods in org.codehaus.mojo.flatten that return types with arguments of type PomPropertyMethods in org.codehaus.mojo.flatten with parameters of type PomPropertyModifier and TypeMethodDescriptionFlattenDescriptor.getHandling(PomProperty<?> property) Generic method to get aElementHandling.private org.apache.maven.model.ModelFlattenMojo.getSourceModel(FlattenDescriptor descriptor, PomProperty<?> property, FlattenMojo.ModelsFactory modelsFactory) voidFlattenDescriptor.setHandling(PomProperty<?> property, ElementHandling handling) Generic method to set anElementHandling.