org.jboss.testharness.impl.packaging
Annotation Type Resource


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Resource

Specify an additional resource to be added to the artifact.

Author:
Pete Muir
See Also:
Resources, BeansXml

Required Element Summary
 java.lang.String destination
          Destination for the resource file within the generated artifact
 java.lang.String source
          Location, relative to the current package, or to the current archive to find the resource file
 

Element Detail

source

public abstract java.lang.String source
Location, relative to the current package, or to the current archive to find the resource file


destination

public abstract java.lang.String destination
Destination for the resource file within the generated artifact



Copyright © 2009. All Rights Reserved.