Uses of Class
org.sonatype.plexus.components.sec.dispatcher.model.ConfigProperty
Packages that use ConfigProperty
Package
Description
-
Uses of ConfigProperty in org.sonatype.plexus.components.sec.dispatcher.model
Methods in org.sonatype.plexus.components.sec.dispatcher.model with parameters of type ConfigPropertyModifier and TypeMethodDescriptionvoidConfig.addProperty(ConfigProperty configProperty) Method addProperty.voidConfig.removeProperty(ConfigProperty configProperty) Method removeProperty. -
Uses of ConfigProperty in org.sonatype.plexus.components.sec.dispatcher.model.io.xpp3
Methods in org.sonatype.plexus.components.sec.dispatcher.model.io.xpp3 that return ConfigPropertyModifier and TypeMethodDescriptionprivate ConfigPropertySecurityConfigurationXpp3Reader.parseConfigProperty(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseConfigProperty.Methods in org.sonatype.plexus.components.sec.dispatcher.model.io.xpp3 with parameters of type ConfigPropertyModifier and TypeMethodDescriptionprivate voidSecurityConfigurationXpp3Writer.writeConfigProperty(ConfigProperty configProperty, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeConfigProperty.