| Package | Description |
|---|---|
| de.flapdoodle.os.common.attributes |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableSystemProperty
Immutable implementation of
SystemProperty. |
| Modifier and Type | Method and Description |
|---|---|
static SystemProperty |
Attributes.systemProperty(String name) |
| Modifier and Type | Method and Description |
|---|---|
static TypeCheckPredicate<SystemProperty> |
SystemProperty.any() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSystemProperty |
ImmutableSystemProperty.copyOf(SystemProperty instance)
Creates an immutable copy of a
SystemProperty value. |
Optional<String> |
SystemPropertyResolver.extract(SystemProperty attribute) |
ImmutableSystemProperty.Builder |
ImmutableSystemProperty.Builder.from(SystemProperty instance)
Fill a builder with attribute values from the provided
SystemProperty instance. |
Copyright © 2021. All rights reserved.