| Package | Description |
|---|---|
| de.flapdoodle.os.common.attributes |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSystemProperty |
ImmutableSystemProperty.Builder.build()
Builds a new
ImmutableSystemProperty. |
static ImmutableSystemProperty |
ImmutableSystemProperty.copyOf(SystemProperty instance)
Creates an immutable copy of a
SystemProperty value. |
static ImmutableSystemProperty |
ImmutableSystemProperty.of(String name)
Construct a new immutable
SystemProperty instance. |
ImmutableSystemProperty |
ImmutableSystemProperty.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
Copyright © 2022. All rights reserved.