public class ConnectorBase implements Connector
Base implementation of interface Connector. Connector implementations should usually extend this class.
interface Connectorpublic ConnectorBase(@NotNull
ConnectorType connectorType)
Base implementation of interface Connector. Connector implementations should usually extend this class.
connectorType - The type of the connector.interface Connector@NotNull public java.lang.String toString()
Returns connectorType.toString method.
@NotNull public ConnectorType getConnectorType()
The type of the connector.