Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.capsd |
Modifier and Type | Method and Description |
---|---|
List<Property> |
CapsdConfigManager.getPluginProperties(ProtocolPlugin plugin)
getPluginProperties
|
List<Property> |
CapsdConfig.getPluginProperties(ProtocolPlugin plugin)
getPluginProperties
|
List<Property> |
CapsdConfigManager.getProtocolConfigurationProperties(ProtocolConfiguration pluginConf)
getProtocolConfigurationProperties
|
List<Property> |
CapsdConfig.getProtocolConfigurationProperties(ProtocolConfiguration pluginConf)
getProtocolConfigurationProperties
|
Modifier and Type | Method and Description |
---|---|
Property[] |
ProtocolPlugin.getProperty()
Method getProperty.Returns the contents of the collection in
an Array.
|
Property[] |
ProtocolConfiguration.getProperty()
Method getProperty.Returns the contents of the collection in
an Array.
|
Property |
ProtocolPlugin.getProperty(int index)
Method getProperty.
|
Property |
ProtocolConfiguration.getProperty(int index)
Method getProperty.
|
Property |
ProtocolPlugin.removePropertyAt(int index)
Method removePropertyAt.
|
Property |
ProtocolConfiguration.removePropertyAt(int index)
Method removePropertyAt.
|
static Property |
Property.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Property> |
ProtocolPlugin.enumerateProperty()
Method enumerateProperty.
|
Enumeration<Property> |
ProtocolConfiguration.enumerateProperty()
Method enumerateProperty.
|
List<Property> |
ProtocolPlugin.getPropertyCollection()
Method getPropertyCollection.Returns a reference to
'_propertyList'.
|
List<Property> |
ProtocolConfiguration.getPropertyCollection()
Method getPropertyCollection.Returns a reference to
'_propertyList'.
|
Iterator<Property> |
ProtocolPlugin.iterateProperty()
Method iterateProperty.
|
Iterator<Property> |
ProtocolConfiguration.iterateProperty()
Method iterateProperty.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtocolPlugin.addProperty(int index,
Property vProperty) |
void |
ProtocolConfiguration.addProperty(int index,
Property vProperty) |
void |
ProtocolPlugin.addProperty(Property vProperty) |
void |
ProtocolConfiguration.addProperty(Property vProperty) |
boolean |
ProtocolPlugin.removeProperty(Property vProperty)
Method removeProperty.
|
boolean |
ProtocolConfiguration.removeProperty(Property vProperty)
Method removeProperty.
|
void |
ProtocolPlugin.setProperty(int index,
Property vProperty) |
void |
ProtocolConfiguration.setProperty(int index,
Property vProperty) |
void |
ProtocolPlugin.setProperty(Property[] vPropertyArray) |
void |
ProtocolConfiguration.setProperty(Property[] vPropertyArray) |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolPlugin.setProperty(List<Property> vPropertyList)
Sets the value of '_propertyList' by copying the given
Vector.
|
void |
ProtocolConfiguration.setProperty(List<Property> vPropertyList)
Sets the value of '_propertyList' by copying the given
Vector.
|
void |
ProtocolPlugin.setPropertyCollection(List<Property> propertyList)
Deprecated.
|
void |
ProtocolConfiguration.setPropertyCollection(List<Property> propertyList)
Deprecated.
|
Copyright © 2015. All rights reserved.