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
Fields in org.sonatype.plexus.components.sec.dispatcher.model with type parameters of type ConfigProperty Modifier and Type Field Description private java.util.List<ConfigProperty>
Config. properties
Field properties.Methods in org.sonatype.plexus.components.sec.dispatcher.model that return types with arguments of type ConfigProperty Modifier and Type Method Description java.util.List<ConfigProperty>
Config. getProperties()
Method getProperties.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.Method parameters in org.sonatype.plexus.components.sec.dispatcher.model with type arguments of type ConfigProperty Modifier and Type Method Description void
Config. setProperties(java.util.List<ConfigProperty> properties)
Set properties. -
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.
-