Uses of Class
org.sonatype.plexus.components.sec.dispatcher.model.ConfigProperty
-
Packages that use ConfigProperty Package Description org.sonatype.plexus.components.sec.dispatcher.model org.sonatype.plexus.components.sec.dispatcher.model.io.xpp3 -
-
Uses of ConfigProperty in org.sonatype.plexus.components.sec.dispatcher.model
Methods in org.sonatype.plexus.components.sec.dispatcher.model with parameters of type ConfigProperty Modifier and Type Method Description void
Config. addProperty(ConfigProperty configProperty)
Method addProperty.void
Config. 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 ConfigProperty Modifier and Type Method Description private ConfigProperty
SecurityConfigurationXpp3Reader. 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 ConfigProperty Modifier and Type Method Description private void
SecurityConfigurationXpp3Writer. writeConfigProperty(ConfigProperty configProperty, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeConfigProperty.
-