Uses of Class
org.codehaus.plexus.components.secdispatcher.model.ConfigProperty
Packages that use ConfigProperty
Package
Description
-
Uses of ConfigProperty in org.codehaus.plexus.components.secdispatcher.model
Fields in org.codehaus.plexus.components.secdispatcher.model with type parameters of type ConfigPropertyModifier and TypeFieldDescriptionprivate List
<ConfigProperty> Config.properties
Field properties.Methods in org.codehaus.plexus.components.secdispatcher.model that return types with arguments of type ConfigPropertyMethods in org.codehaus.plexus.components.secdispatcher.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.codehaus.plexus.components.secdispatcher.model with type arguments of type ConfigPropertyModifier and TypeMethodDescriptionvoid
Config.setProperties
(List<ConfigProperty> properties) Set properties. -
Uses of ConfigProperty in org.codehaus.plexus.components.secdispatcher.model.io.stax
Methods in org.codehaus.plexus.components.secdispatcher.model.io.stax that return ConfigPropertyModifier and TypeMethodDescriptionprivate ConfigProperty
SecurityConfigurationStaxReader.parseConfigProperty
(XMLStreamReader xmlStreamReader, boolean strict) Method parseConfigProperty.Methods in org.codehaus.plexus.components.secdispatcher.model.io.stax with parameters of type ConfigPropertyModifier and TypeMethodDescriptionprivate void
SecurityConfigurationStaxWriter.writeConfigProperty
(ConfigProperty configProperty, String tagName, XMLStreamWriter serializer) Method writeConfigProperty.