| Package | Description |
|---|---|
| com.oracle.bedrock.runtime.virtual.vagrant.options |
| 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.addAll(Map<String,Object> properties)
Adds all of the specified properties represented as a
Map of name-value pairs
as individual VagrantPropertys, returning a new VagrantProperties. |
VagrantProperties |
VagrantProperties.addAll(VagrantProperties properties)
|
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.remove(String propertyName)
Removes the specified
VagrantProperty named property from the VagrantProperties, returning a new
VagrantProperties without the said VagrantProperty. |
VagrantProperties |
VagrantProperties.with(VagrantProperty property) |
VagrantProperties |
VagrantProperties.without(VagrantProperty property) |
| Modifier and Type | Method and Description |
|---|---|
Class<VagrantProperties> |
VagrantProperty.getCollectorClass() |
| Modifier and Type | Method and Description |
|---|---|
VagrantProperties |
VagrantProperties.addAll(VagrantProperties properties)
|
| Constructor and Description |
|---|
VagrantProperties(VagrantProperties vagrantProperties)
Constructs a
VagrantProperties based on the properties defined
in another VagrantProperties. |
Copyright © 2017. All rights reserved.