Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector10.ConfigProperty
Packages that use ConfigProperty
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of ConfigProperty in org.jboss.shrinkwrap.descriptor.api.connector10
Methods in org.jboss.shrinkwrap.descriptor.api.connector10 that return ConfigPropertyModifier and TypeMethodDescriptionConfigProperty.configPropertyName(String configPropertyName) Sets theconfig-property-nameelementConfigProperty.configPropertyType(String configPropertyType) Sets theconfig-property-typeelementConfigProperty.configPropertyValue(String configPropertyValue) Sets theconfig-property-valueelementResourceadapter.createConfigProperty()Creates a newconfig-propertyelementConfigProperty.description(String description) Sets thedescriptionelementResourceadapter.getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ConfigProperty.removeConfigPropertyName()Removes theconfig-property-nameelementConfigProperty.removeConfigPropertyType()Removes theconfig-property-typeelementConfigProperty.removeConfigPropertyValue()Removes theconfig-property-valueelementConfigProperty.removeDescription()Removes thedescriptionelementMethods in org.jboss.shrinkwrap.descriptor.api.connector10 that return types with arguments of type ConfigPropertyModifier and TypeMethodDescriptionResourceadapter.getAllConfigProperty()Returns allconfig-propertyelements -
Uses of ConfigProperty in org.jboss.shrinkwrap.descriptor.impl.connector10
Classes in org.jboss.shrinkwrap.descriptor.impl.connector10 that implement ConfigPropertyModifier and TypeClassDescriptionclassThis class implements theconfig-propertyxsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector10 that return ConfigPropertyModifier and TypeMethodDescriptionConfigPropertyImpl.configPropertyName(String configPropertyName) Sets theconfig-property-nameelementConfigPropertyImpl.configPropertyType(String configPropertyType) Sets theconfig-property-typeelementConfigPropertyImpl.configPropertyValue(String configPropertyValue) Sets theconfig-property-valueelementResourceadapterImpl.createConfigProperty()Creates a newconfig-propertyelementConfigPropertyImpl.description(String description) Sets thedescriptionelementResourceadapterImpl.getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ConfigPropertyImpl.removeConfigPropertyName()Removes theconfig-property-nameelementConfigPropertyImpl.removeConfigPropertyType()Removes theconfig-property-typeelementConfigPropertyImpl.removeConfigPropertyValue()Removes theconfig-property-valueelementConfigPropertyImpl.removeDescription()Removes thedescriptionelementMethods in org.jboss.shrinkwrap.descriptor.impl.connector10 that return types with arguments of type ConfigPropertyModifier and TypeMethodDescriptionResourceadapterImpl.getAllConfigProperty()Returns allconfig-propertyelements