Index

A C D E G J L O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractCompilerMojo - Class in copied.org.apache.maven.plugin
TODO: At least one step could be optimized, currently the plugin will do two scans of all the source code if the compiler has to have the entire set of sources.
AbstractCompilerMojo() - Constructor for class copied.org.apache.maven.plugin.AbstractCompilerMojo
 
AbstractOsgiCompilerMojo - Class in org.eclipse.tycho.compiler
 
AbstractOsgiCompilerMojo() - Constructor for class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
 
addCompilerCustomArgument(CompilerConfiguration, String, String) - Method in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
 

C

CompilationFailureException - Exception in copied.org.apache.maven.plugin
 
CompilationFailureException(List<CompilerMessage>) - Constructor for exception copied.org.apache.maven.plugin.CompilationFailureException
 
compilerId - Variable in class copied.org.apache.maven.plugin.AbstractCompilerMojo
The compiler id of the compiler to use.
copied.org.apache.maven.plugin - package copied.org.apache.maven.plugin
 
CopyMapping - Class in org.eclipse.tycho.compiler
A source mapping for simply copying files to the target directory.
CopyMapping() - Constructor for class org.eclipse.tycho.compiler.CopyMapping
 
CopyMapping.SourceTargetPair - Class in org.eclipse.tycho.compiler
 

D

DEFAULT_SOURCE_VERSION - Static variable in class copied.org.apache.maven.plugin.AbstractCompilerMojo
 
DEFAULT_TARGET_VERSION - Static variable in class copied.org.apache.maven.plugin.AbstractCompilerMojo
 
doFinish() - Method in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
Subclasses might override this method to perform final tasks and as a last opportunity to fail the compile
doFinish() - Method in class org.eclipse.tycho.compiler.OsgiCompilerMojo
 

E

execute() - Method in class copied.org.apache.maven.plugin.AbstractCompilerMojo
 
execute() - Method in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
 
execute() - Method in class org.eclipse.tycho.compiler.ValidateClassPathMojo
 

G

getBREE() - Method in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
Only public for tests purpose!
getBundleProject() - Method in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
 
getClasspath() - Method in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
 
getClasspath() - Method in interface org.eclipse.tycho.compiler.JavaCompilerConfiguration
Computes and returns compile classpath of a Tycho eclipse-plugin or eclipse-test-plugin project.
getClasspathElements() - Method in class copied.org.apache.maven.plugin.AbstractCompilerMojo
 
getClasspathElements() - Method in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
 
getCompilerConfiguration(List<String>, List<String>) - Method in class copied.org.apache.maven.plugin.AbstractCompilerMojo
 
getCompilerConfiguration(List<String>, List<String>) - Method in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
 
getCompileSourceExcludePaths() - Method in class copied.org.apache.maven.plugin.AbstractCompilerMojo
 
getCompileSourceExcludePaths() - Method in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
 
getCompileSourceRoots() - Method in class copied.org.apache.maven.plugin.AbstractCompilerMojo
 
getCompileSourceRoots() - Method in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
 
getDependencyScope() - Method in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
 
getDependencyScope() - Method in class org.eclipse.tycho.compiler.OsgiCompilerMojo
 
getDependencyScope() - Method in class org.eclipse.tycho.compiler.OsgiTestCompilerMojo
 
getEclipsePluginProject() - Method in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
public for testing purposes
getExecutionEnvironment() - Method in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
 
getExecutionEnvironment() - Method in interface org.eclipse.tycho.compiler.JavaCompilerConfiguration
 
getOutputDirectory() - Method in class copied.org.apache.maven.plugin.AbstractCompilerMojo
 
getOutputDirectory() - Method in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
 
getReleaseLevel() - Method in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
 
getReleaseLevel() - Method in interface org.eclipse.tycho.compiler.JavaCompilerConfiguration
 
getSourceInclusionScanner(int) - Method in class copied.org.apache.maven.plugin.AbstractCompilerMojo
 
getSourceInclusionScanner(int) - Method in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
 
getSourceInclusionScanner(String) - Method in class copied.org.apache.maven.plugin.AbstractCompilerMojo
 
getSourceInclusionScanner(String) - Method in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
 
getSourceLevel() - Method in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
 
getSourceLevel() - Method in interface org.eclipse.tycho.compiler.JavaCompilerConfiguration
 
getSourcepath() - Method in interface org.eclipse.tycho.compiler.JavaCompilerConfiguration
Computes and returns sourcepath of a Tycho eclipse-plugin or eclipse-test-plugin project.
getSourcepath() - Method in class org.eclipse.tycho.compiler.OsgiCompilerMojo
 
getSourcepath() - Method in class org.eclipse.tycho.compiler.OsgiTestCompilerMojo
 
getSourceTargetPairs() - Method in class org.eclipse.tycho.compiler.CopyMapping
 
getTargetFiles(File, String) - Method in class org.eclipse.tycho.compiler.CopyMapping
 
getTargetLevel() - Method in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
 
getTargetLevel() - Method in interface org.eclipse.tycho.compiler.JavaCompilerConfiguration
 

J

JavaCompilerConfiguration - Interface in org.eclipse.tycho.compiler
Computes and returns Tycho java compiler configuration, i.e. compile or test-compile mojos of org.eclipse.tycho:tycho-compiler-plugin Use Adaptable#getAdapter(Class) on compile or test-compile mojos to get instance of this intergace
JDT_COMPILER_ID - Static variable in class copied.org.apache.maven.plugin.AbstractCompilerMojo
 

L

longMessage(List<CompilerMessage>) - Static method in exception copied.org.apache.maven.plugin.CompilationFailureException
 

O

org.eclipse.tycho.compiler - package org.eclipse.tycho.compiler
 
OsgiCompilerMojo - Class in org.eclipse.tycho.compiler
Compiles application sources with eclipse plugin dependencies
OsgiCompilerMojo() - Constructor for class org.eclipse.tycho.compiler.OsgiCompilerMojo
 
OsgiTestCompilerMojo - Class in org.eclipse.tycho.compiler
Compiles test sources with eclipse plugin dependencies
OsgiTestCompilerMojo() - Constructor for class org.eclipse.tycho.compiler.OsgiTestCompilerMojo
 

P

project - Variable in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
 

R

release - Variable in class copied.org.apache.maven.plugin.AbstractCompilerMojo
The -release argument for the Java compiler
removeEmptyCompileSourceRoots(List<String>) - Static method in class copied.org.apache.maven.plugin.AbstractCompilerMojo
 
RULE_EXCLUDE_ALL - Static variable in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
Exclude all but keep looking for other another match
RULE_SEPARATOR - Static variable in class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
 

S

source - Variable in class copied.org.apache.maven.plugin.AbstractCompilerMojo
The -source argument for the Java compiler
source - Variable in class org.eclipse.tycho.compiler.CopyMapping.SourceTargetPair
 
SourceTargetPair(String, File) - Constructor for class org.eclipse.tycho.compiler.CopyMapping.SourceTargetPair
 

T

target - Variable in class copied.org.apache.maven.plugin.AbstractCompilerMojo
The -target argument for the Java compiler
target - Variable in class org.eclipse.tycho.compiler.CopyMapping.SourceTargetPair
 

V

ValidateClassPathMojo - Class in org.eclipse.tycho.compiler
This mojo could be added to a build if validation of the classpath is desired before the compile-phase.
ValidateClassPathMojo() - Constructor for class org.eclipse.tycho.compiler.ValidateClassPathMojo
 
A C D E G J L O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form