public class ConnectorConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectorConfiguration.Item |
| Constructor and Description |
|---|
ConnectorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String key,
Object value) |
List<ConnectorConfiguration.Item> |
getList() |
Object |
getValue(String key) |
Iterator<ConnectorConfiguration.Item> |
iterator() |
void |
setProperty(String key,
Object value) |
void |
setValue(String key,
Object value) |
public List<ConnectorConfiguration.Item> getList()
public Iterator<ConnectorConfiguration.Item> iterator()
Copyright © 2018. All rights reserved.