public final class Binding
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static Binding |
from(java.lang.String source,
java.lang.String destination)
Create a
Binding from the specified source and destination. |
static Binding |
from(VolumeName sourceVolume,
java.lang.String destination)
Create a
Binding from the specified source and destination. |
int |
hashCode() |
static Binding |
of(java.lang.String value)
Create a
Binding with the specified value containing a host source,
container destination, and options. |
java.lang.String |
toString() |
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static Binding of(java.lang.String value)
Binding with the specified value containing a host source,
container destination, and options.value - the volume binding valueBinding instancepublic static Binding from(VolumeName sourceVolume, java.lang.String destination)
Binding from the specified source and destination.sourceVolume - the volume binding host sourcedestination - the volume binding container destinationBinding instance