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

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

public class DeploymentTargetDescription
extends Object

Target

Version:
$Revision: $
Author:
Aslak Knutsen

Field Summary
static DeploymentTargetDescription DEFAULT
           
 
Constructor Summary
DeploymentTargetDescription(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 DeploymentTargetDescription DEFAULT
Constructor Detail

DeploymentTargetDescription

public DeploymentTargetDescription(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.