Uses of Class
org.codehaus.plexus.components.secdispatcher.model.ConfigProperty
Packages that use ConfigProperty
-
Uses of ConfigProperty in org.codehaus.plexus.components.secdispatcher.model
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.