| Package | Description |
|---|---|
| com.oracle.bedrock.runtime.virtual.vagrant.options |
| Modifier and Type | Method and Description |
|---|---|
VagrantProperty |
VagrantProperties.get(String propertyName)
Obtains the
VagrantProperty with the specified name, returning null if
one is not found. |
static VagrantProperty |
VagrantProperty.of(String name,
Iterator iterator)
Constructs a
VagrantProperty. |
static VagrantProperty |
VagrantProperty.of(String name,
Object object)
Constructs a
VagrantProperty. |
static VagrantProperty |
VagrantProperty.of(String name,
String value)
Constructs a
VagrantProperty. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<VagrantProperty> |
VagrantProperties.iterator() |
| Modifier and Type | Method and Description |
|---|---|
VagrantProperties |
VagrantProperties.add(VagrantProperty... properties)
Adds the specified
VagrantProperty to the VagrantProperties, returning a new
VagrantProperties containing the VagrantProperty. |
VagrantProperties |
VagrantProperties.addIfAbsent(VagrantProperty property)
Adds the specified
VagrantProperty to the VagrantProperties, returning a new
VagrantProperties containing the VagrantProperty
(if and only if a VagrantProperty with the same name doesn't already exist). |
VagrantProperties |
VagrantProperties.with(VagrantProperty property) |
VagrantProperties |
VagrantProperties.without(VagrantProperty property) |
| Constructor and Description |
|---|
VagrantProperties(VagrantProperty... properties)
Constructs a
VagrantProperties based on the properties defined
in another VagrantProperties. |
Copyright © 2017. All rights reserved.