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 voidConfig. addProperty(ConfigProperty configProperty)Method addProperty.voidConfig. 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 voidConfig. setProperties(java.util.List<ConfigProperty> properties)Set properties.
-