public interface ConnectorPosition
List.add(int, Object)
.
ConnectorPositions
:
// get the ConnectorPosition instance for the postion after the last
// SystemPropertyConnector
ConnectorPositions.afterLast(SystemPropertyConnector.class);
Modifier and Type | Field and Description |
---|---|
static int |
UNKNOWN_POSITION
the position value it the position cannot be determined.
|
Modifier and Type | Method and Description |
---|---|
int |
getPosition(List<Connector> connectors) |
static final int UNKNOWN_POSITION
Copyright © 2008–2014. All rights reserved.