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
Fields in org.sonatype.plexus.components.sec.dispatcher.model with type parameters of type ConfigPropertyModifier and TypeFieldDescriptionprivate List<ConfigProperty>
Config.properties
Field properties.Methods in org.sonatype.plexus.components.sec.dispatcher.model that return types with arguments of type ConfigPropertyMethods in org.sonatype.plexus.components.sec.dispatcher.model with parameters of type ConfigPropertyModifier and TypeMethodDescriptionvoid
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 ConfigPropertyModifier and TypeMethodDescriptionvoid
Config.setProperties
(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 ConfigPropertyModifier and TypeMethodDescriptionprivate 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 ConfigPropertyModifier and TypeMethodDescriptionprivate void
SecurityConfigurationXpp3Writer.writeConfigProperty
(ConfigProperty configProperty, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeConfigProperty.