Uses of Class
org.sonatype.plexus.components.sec.dispatcher.model.ConfigProperty
-
Packages that use ConfigProperty Package Description org.sonatype.plexus.components.sec.dispatcher.model -
-
Uses of ConfigProperty in org.sonatype.plexus.components.sec.dispatcher.model
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.
-