public interface Connector
Modifier and Type | Interface and Description |
---|---|
static interface |
Connector.Argument
Default description of an argument that this
Connector can support |
static interface |
Connector.BooleanArgument
Boolean specialization of an
Connector.Argument |
static interface |
Connector.IntegerArgument
Integer specialization of an
Connector.Argument |
static interface |
Connector.SelectedArgument
Specialization of
Connector.Argument whose value is a String selected from a list of choices. |
static interface |
Connector.StringArgument
String specialization of an
Connector.Argument |
Modifier and Type | Method and Description |
---|---|
java.util.Map |
defaultArguments()
Returns the
Map of default Connector.Argument s for this connector or an
empty Map if no Connector.Argument s have been specified. |
java.lang.String |
description()
A human readable description of this
Connector . |
java.lang.String |
id()
The unique identifier for this
Connector . |
java.lang.String |
name()
The name of this
Connector . |
java.util.Map defaultArguments()
Map
of default Connector.Argument
s for this connector or an
empty Map
if no Connector.Argument
s have been specified.null
Map
of default Connector.Argument
s or an empty Map
, never null
java.lang.String description()
Connector
or null
java.lang.String name()
Connector
java.lang.String id()
Connector
never null
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.