org.jboss.arquillian.container.spi.client.deployment
Class TargetDescription

java.lang.Object
  extended by org.jboss.arquillian.container.spi.client.deployment.TargetDescription

public class TargetDescription
extends Object

Target

Version:
$Revision: $
Author:
Aslak Knutsen

Field Summary
static TargetDescription DEFAULT
           
 
Constructor Summary
TargetDescription(String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT

public static final TargetDescription DEFAULT
Constructor Detail

TargetDescription

public TargetDescription(String name)
Method Detail

getName

public String getName()
Returns:
the name

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.