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<Build> PomProperty.BUILDstatic final PomProperty<CiManagement> PomProperty.CI_MANAGEMENTstatic final PomProperty<List<Contributor>> PomProperty.CONTRIBUTORSstatic final PomProperty<List<Dependency>> PomProperty.DEPENDENCIESstatic final PomProperty<DependencyManagement> PomProperty.DEPENDENCY_MANAGEMENTstatic final PomProperty<String> PomProperty.DESCRIPTIONstatic final PomProperty<List<Developer>> PomProperty.DEVELOPERSstatic final PomProperty<DistributionManagement> PomProperty.DISTRIBUTION_MANAGEMENTstatic final PomProperty<String> PomProperty.GROUP_IDstatic final PomProperty<String> PomProperty.INCEPTION_YEARstatic final PomProperty<IssueManagement> PomProperty.ISSUE_MANAGEMENTstatic final PomProperty<List<License>> PomProperty.LICENSESstatic final PomProperty<List<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<Organization> PomProperty.ORGANIZATIONstatic final PomProperty<String> PomProperty.PACKAGINGstatic final PomProperty<Parent> PomProperty.PARENTstatic final PomProperty<PluginManagement> PomProperty.PLUGIN_MANAGEMENTstatic final PomProperty<List<Repository>> PomProperty.PLUGIN_REPOSITORIESstatic final PomProperty<File> PomProperty.POM_FILEstatic final PomProperty<Prerequisites> PomProperty.PREREQUISITESstatic final PomProperty<List<Profile>> PomProperty.PROFILESstatic final PomProperty<Properties> PomProperty.PROPERTIESstatic final PomProperty<Reporting> PomProperty.REPORTINGstatic final PomProperty<List<Repository>> PomProperty.REPOSITORIESstatic final PomProperty<Scm> PomProperty.SCMstatic final PomProperty<String> PomProperty.URLstatic final PomProperty<String> PomProperty.VERSIONMethods 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.voidFlattenDescriptor.setHandling(PomProperty<?> property, ElementHandling handling) Generic method to set anElementHandling.