org.codehaus.tycho.osgicompiler
Class OsgiCompilerMojo

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.OsgiCompilerMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class OsgiCompilerMojo
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
OsgiCompilerMojo()
           
 
Method Summary
protected  java.util.List<java.lang.String> getConfiguredCompileSourceRoots()
           
protected  java.io.File getConfiguredOutputDirectory()
           
 
Methods inherited from class org.codehaus.tycho.osgicompiler.AbstractOsgiCompilerMojo
execute, getClasspathElements, 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

OsgiCompilerMojo

public OsgiCompilerMojo()
Method Detail

getConfiguredCompileSourceRoots

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

getConfiguredOutputDirectory

protected java.io.File getConfiguredOutputDirectory()


Copyright © 2008-2011. All Rights Reserved.