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, addToClassPath, 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 interface org.jboss.testharness.impl.packaging.TCKArtifact |
addPackage, addPackage, addToClassPath, create, getClasses, getClassesRoot, getClassesRoot, getDeclaringClass, getDefaultName, getExplodedJar, getExtension, getJar, getJarAsStream, getLibraries, getLibraryRoot, getResources, getXmlConfig, getXmlConfigDestination, isExtrasSupported, isLibrariesSupported, setClassesRoot, setExtension, setExtrasSupported, setLibrariesRoot, setLibrariesSupported, setSkipBeansXmlConfig, setXmlConfigDestination, skipIncludeXmlConfig, writeArtifactToDisk, writeArtifactToDisk |
TCKArtifactDescriptor
public TCKArtifactDescriptor(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 Class<? extends Throwable> getExpectedDeploymentException()
- Specified by:
getExpectedDeploymentException in interface TCKArtifact
setExpectedDeploymentException
public void setExpectedDeploymentException(Class<? extends 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
isIncludeDeploymentProperties
public boolean isIncludeDeploymentProperties()
- Specified by:
isIncludeDeploymentProperties in interface TCKArtifact
setIncludeDeploymentProperties
public void setIncludeDeploymentProperties(boolean include)
- Specified by:
setIncludeDeploymentProperties in interface TCKArtifact
Copyright © 2009-2010. All Rights Reserved.