Package | Description |
---|---|
org.unix4j.context |
Contains interfaces and classes defining the
ExecutionContext passed to the
execute
method of commands. |
org.unix4j.convert |
Defines interfaces and implementations used for value conversions.
|
Modifier and Type | Method and Description |
---|---|
ConverterRegistry |
ExecutionContext.getConverterRegistry() |
ConverterRegistry |
DefaultExecutionContext.getConverterRegistry() |
ConverterRegistry |
DerivedExecutionContext.getConverterRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
DerivedExecutionContext.setConverterRegistry(ConverterRegistry converterRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultConverterRegistry
Default implementation for
ConverterRegistry storing the converters
per value type in a Map . |
Copyright © 2024. All rights reserved.