org.jboss.testharness.impl.packaging
Class TCKArtifactDescriptor
java.lang.Object
org.jboss.testharness.impl.packaging.ArtifactDescriptor
org.jboss.testharness.impl.packaging.TCKArtifactDescriptor
- All Implemented Interfaces:
- TCKArtifact
- Direct Known Subclasses:
- JSR299ArtifactDescriptor, JSR303ArtifactDescriptor
public abstract class TCKArtifactDescriptor
- extends ArtifactDescriptor
- implements TCKArtifact
| 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, isLibrariesSupported, setClassesRoot, setExtension, 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, isLibrariesSupported, setClassesRoot, setExtension, setLibrariesRoot, setLibrariesSupported, setXmlConfigDestination, skipIncludeXmlConfig, writeArtifactToDisk, writeArtifactToDisk |
TCKArtifactDescriptor
public TCKArtifactDescriptor(java.lang.Class<?> declaringClass)
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.