org.codehaus.tycho.osgicompiler
Class OsgiTestCompilerMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.tycho.osgicompiler.copied.AbstractCompilerMojo
          extended by org.codehaus.tycho.osgicompiler.AbstractOsgiCompilerMojo
              extended by org.codehaus.tycho.osgicompiler.OsgiTestCompilerMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class OsgiTestCompilerMojo
extends AbstractOsgiCompilerMojo


Field Summary
 
Fields inherited from class org.codehaus.tycho.osgicompiler.AbstractOsgiCompilerMojo
RULE_EXCLUDE_ALL, RULE_SEPARATOR
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
OsgiTestCompilerMojo()
           
 
Method Summary
 java.util.List getClasspathElements()
           
protected  java.util.List<java.lang.String> getConfiguredCompileSourceRoots()
           
protected  java.io.File getConfiguredOutputDirectory()
          output directory for this compile - the test output directory
 
Methods inherited from class org.codehaus.tycho.osgicompiler.AbstractOsgiCompilerMojo
execute, getCompilerConfiguration, getCompileSourceRoots, getOutputDirectory, getPdeCompileSourceRoots, getSourceInclusionScanner, getSourceInclusionScanner, initializeProjectContext
 
Methods inherited from class org.codehaus.tycho.osgicompiler.copied.AbstractCompilerMojo
removeEmptyCompileSourceRoots
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsgiTestCompilerMojo

public OsgiTestCompilerMojo()
Method Detail

getConfiguredCompileSourceRoots

protected java.util.List<java.lang.String> getConfiguredCompileSourceRoots()
Specified by:
getConfiguredCompileSourceRoots in class AbstractOsgiCompilerMojo

getConfiguredOutputDirectory

protected java.io.File getConfiguredOutputDirectory()
output directory for this compile - the test output directory


getClasspathElements

public java.util.List getClasspathElements()
                                    throws org.apache.maven.plugin.MojoExecutionException
Overrides:
getClasspathElements in class AbstractOsgiCompilerMojo
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2008-2011. All Rights Reserved.