org.jboss.testharness.impl.packaging
Class TCKArtifactDescriptor

java.lang.Object
  extended by org.jboss.testharness.impl.packaging.ArtifactDescriptor
      extended by org.jboss.testharness.impl.packaging.TCKArtifactDescriptor
All Implemented Interfaces:
TCKArtifact
Direct Known Subclasses:
JSR299ArtifactDescriptor, JSR303ArtifactDescriptor

public abstract class TCKArtifactDescriptor
extends ArtifactDescriptor
implements TCKArtifact


Field Summary
 
Fields inherited from class org.jboss.testharness.impl.packaging.ArtifactDescriptor
random
 
Constructor Summary
TCKArtifactDescriptor(java.lang.Class<?> declaringClass)
           
 
Method Summary
 java.lang.Class<? extends java.lang.Throwable> getExpectedDeploymentException()
           
 TCKArtifactDescriptor initialize()
           
 boolean isRunLocally()
           
 boolean isUnit()
           
 void setExpectedDeploymentException(java.lang.Class<? extends java.lang.Throwable> expectedDeploymentException)
           
 void setRunLocally(boolean runLocally)
           
 void setUnit(boolean unit)
           
 
Methods inherited from class org.jboss.testharness.impl.packaging.ArtifactDescriptor
addPackage, addPackage, create, getClasses, getClassesRoot, getClassesRoot, getDeclaringClass, getDefaultName, getExplodedJar, getExtension, getJar, getJarAsStream, getLibraries, getLibrariesRoot, getLibraryRoot, getResources, isExtrasSupported, isLibrariesSupported, setClassesRoot, setExtension, setExtrasSupported, setLibrariesRoot, setLibrariesSupported, toString, writeArtifactToDisk, writeArtifactToDisk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.testharness.impl.packaging.TCKArtifact
addPackage, addPackage, create, getClasses, getClassesRoot, getClassesRoot, getDeclaringClass, getDefaultName, getExplodedJar, getExtension, getJar, getJarAsStream, getLibraries, getLibraryRoot, getResources, getXmlConfig, getXmlConfigDestination, isExtrasSupported, isLibrariesSupported, setClassesRoot, setExtension, setExtrasSupported, setLibrariesRoot, setLibrariesSupported, setXmlConfigDestination, skipIncludeXmlConfig, writeArtifactToDisk, writeArtifactToDisk
 

Constructor Detail

TCKArtifactDescriptor

public TCKArtifactDescriptor(java.lang.Class<?> declaringClass)
Method Detail

initialize

public TCKArtifactDescriptor initialize()
Specified by:
initialize in interface TCKArtifact
Overrides:
initialize in class ArtifactDescriptor

isUnit

public boolean isUnit()
Specified by:
isUnit in interface TCKArtifact

setUnit

public void setUnit(boolean unit)
Specified by:
setUnit in interface TCKArtifact

getExpectedDeploymentException

public java.lang.Class<? extends java.lang.Throwable> getExpectedDeploymentException()
Specified by:
getExpectedDeploymentException in interface TCKArtifact

setExpectedDeploymentException

public void setExpectedDeploymentException(java.lang.Class<? extends java.lang.Throwable> expectedDeploymentException)
Specified by:
setExpectedDeploymentException in interface TCKArtifact

isRunLocally

public boolean isRunLocally()
Specified by:
isRunLocally in interface TCKArtifact

setRunLocally

public void setRunLocally(boolean runLocally)
Specified by:
setRunLocally in interface TCKArtifact


Copyright © 2009. All Rights Reserved.