Package io.fabric8.maven.docker.util
Class GavLabel
- java.lang.Object
-
- io.fabric8.maven.docker.util.GavLabel
-
public class GavLabel extends Object
Label used to mark a container belonging to a certain build.- Since:
- 31/03/15
- Author:
- roland
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKey()Get the label nameStringgetValue()Get this label in string representationinthashCode()
-
-
-
Constructor Detail
-
GavLabel
public GavLabel(String label)
Construct from a given label- Parameters:
label- label as stored with the container
-
-