Class SimpleContainerIdentity
- java.lang.Object
-
- org.codehaus.cargo.generic.internal.util.SimpleContainerIdentity
-
- All Implemented Interfaces:
ContainerIdentity
- Direct Known Subclasses:
FullContainerIdentity
public class SimpleContainerIdentity extends Object implements ContainerIdentity
Represents a container identified only by its id.
-
-
Constructor Summary
Constructors Constructor Description SimpleContainerIdentity(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object identity)Differentiate two identities.StringgetId()inthashCode()Allows quick verification to check is two identities are different.StringtoString()
-
-
-
Constructor Detail
-
SimpleContainerIdentity
public SimpleContainerIdentity(String id)
- Parameters:
id- the container id
-
-