com.xebialabs.deployit.ci.artifact
Class EjbJar

java.lang.Object
  extended by com.xebialabs.deployit.BaseConfigurationItem
      extended by com.xebialabs.deployit.ci.artifact.DeployableArtifact
          extended by com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact
              extended by com.xebialabs.deployit.ci.artifact.EjbJar
All Implemented Interfaces:
java.io.Serializable

@ConfigurationItem(description="Deployable EJB JAR artifact.")
public class EjbJar
extends NamedDeployableArtifact

Represents an Java EE EJB JAR file.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.xebialabs.deployit.ci.artifact.DeployableArtifact
NAME_OF_CONTENTS_FIELD
 
Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem
label
 
Constructor Summary
EjbJar()
           
 
Method Summary
 
Methods inherited from class com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact
getName, getValidationError, setName, validate
 
Methods inherited from class com.xebialabs.deployit.ci.artifact.DeployableArtifact
getLocation, setLocation
 
Methods inherited from class com.xebialabs.deployit.BaseConfigurationItem
equals, getLabel, hashCode, setLabel, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EjbJar

public EjbJar()


Copyright © 2010. All Rights Reserved.