|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectorKind | |
|---|---|
| com.sodius.mdw.core.model.io | Contains the model i/o framework, which enables to load and save models. |
| Uses of ConnectorKind in com.sodius.mdw.core.model.io |
|---|
| Fields in com.sodius.mdw.core.model.io declared as ConnectorKind | |
|---|---|
static ConnectorKind |
ConnectorKind.DIRECTORY
Directory kind : the uri passed to a connector must be a directory path. |
static ConnectorKind |
ConnectorKind.FILE
File kind : the uri passed to a connector must be a file path. |
static ConnectorKind |
ConnectorKind.NO_URI
No uri kind : the connector does not need any uri, the uri parameter can be null. |
static ConnectorKind |
ConnectorKind.UNSPECIFIED
Unspecified kind : the uri can be any arbitrary context specific String value,
in which case the model framework has no specific knowlegde on the uri form to pass to the connector. |
| Methods in com.sodius.mdw.core.model.io that return ConnectorKind | |
|---|---|
ConnectorKind |
ConnectorDescriptor.getKind()
Returns the connector kind, which describes the type of uri (resource locator) this connector expects. |
static ConnectorKind |
ConnectorKind.valueOf(String value)
Determines the connector kind represented as a String value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||