org.codehaus.plexus.compiler.eclipse

Class EclipseJavaCompiler.CompilationUnit

Enclosing Class:
EclipseJavaCompiler
Implemented Interfaces:
ICompilationUnit

private class EclipseJavaCompiler.CompilationUnit
extends java.lang.Object
implements ICompilationUnit

Field Summary

private String
className
private List
errors
private String
sourceFile

Constructor Summary

CompilationUnit(String sourceFile, String className, List errors)

Method Summary

char[]
getContents()
char[]
getFileName()
char[]
getMainTypeName()
char[][]
getPackageName()

Field Details

className

private String className

errors

private List errors

sourceFile

private String sourceFile

Constructor Details

CompilationUnit

(package private)  CompilationUnit(String sourceFile,
                                   String className,
                                   List errors)

Method Details

getContents

public char[] getContents()

getFileName

public char[] getFileName()

getMainTypeName

public char[] getMainTypeName()

getPackageName

public char[][] getPackageName()