public abstract class CapiContainerName
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
belongsToSameIdentity(CapiContainerName otherContainer)
Returns whether or not this container and the given container belong
to the same identity.
|
static CapiContainerName |
getContainerName(java.lang.String containerName)
Examine the given container name, and return an appropriate instance
of this class to deal with that name.
|
public static CapiContainerName getContainerName(java.lang.String containerName)
containerName - the name of the container to process.public abstract boolean belongsToSameIdentity(CapiContainerName otherContainer)
otherContainer - the container name to checktrue if this container belongs to the same identity as
the given container, false otherwise.