Package | Description |
---|---|
org.settings4j | |
org.settings4j.settings | |
org.settings4j.settings.position |
Modifier and Type | Method and Description |
---|---|
static ConnectorPosition |
ConnectorPositions.after(String connectorName) |
static ConnectorPosition |
ConnectorPositions.afterFirst(Class<? extends Connector> connectorClass) |
static ConnectorPosition |
ConnectorPositions.afterLast(Class<? extends Connector> connectorClass) |
static ConnectorPosition |
ConnectorPositions.atFirst() |
static ConnectorPosition |
ConnectorPositions.atLast() |
static ConnectorPosition |
ConnectorPositions.before(String connectorName) |
static ConnectorPosition |
ConnectorPositions.beforeFirst(Class<? extends Connector> connectorClass) |
static ConnectorPosition |
ConnectorPositions.beforeLast(Class<? extends Connector> connectorClass) |
static ConnectorPosition |
ConnectorPositions.firstValid(ConnectorPosition... connectorPosition) |
Modifier and Type | Method and Description |
---|---|
void |
Settings4jInstance.addConnector(Connector connector,
ConnectorPosition position)
Add a custom
Connector to the right position in relation to the other connectors. |
static ConnectorPosition |
ConnectorPositions.firstValid(ConnectorPosition... connectorPosition) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSettings.addConnector(Connector connector,
ConnectorPosition position)
Add a custom
Connector to the right position in relation to the other connectors. |
Modifier and Type | Class and Description |
---|---|
class |
ConnectorPositionAfterFirstClass
Iterates thought the existing connectors and return the position after the first occurrence of the given
Connector-class.
|
class |
ConnectorPositionAfterLastClass
Iterates thought the existing connectors and return the position after the last occurrence of the given
Connector-class.
|
class |
ConnectorPositionAfterName
Iterates thought the existing connectors and return the position after the the connector with the given name.
|
class |
ConnectorPositionAtFirst
Return the first position of the connectors list.
|
class |
ConnectorPositionAtLast
Return the last position of the connectors list.
|
class |
ConnectorPositionBeforeFirstClass
Iterates thought the existing connectors and return the position before the first occurrence of the given
Connector-class.
|
class |
ConnectorPositionBeforeLastClass
Iterates thought the existing connectors and return the position before the last occurrence of the given
Connector-class.
|
class |
ConnectorPositionBeforeName
Iterates thought the existing connectors and return the position before the the connector with the given name.
|
class |
ConnectorPositionFirstValid
Iterates thought the given
ConnectorPosition s and returns the first valid position from the given
implementations. |
Constructor and Description |
---|
ConnectorPositionFirstValid(ConnectorPosition... connectorPosition) |
Copyright © 2008–2014. All rights reserved.