Package org.codehaus.plexus.compiler
Class CompilerOutputStyle
- java.lang.Object
-
- org.codehaus.plexus.compiler.CompilerOutputStyle
-
public final class CompilerOutputStyle extends java.lang.Object
- Author:
- Trygve Laugstøl
-
-
Field Summary
Fields Modifier and Type Field Description static CompilerOutputStyle
ONE_OUTPUT_FILE_FOR_ALL_INPUT_FILES
static CompilerOutputStyle
ONE_OUTPUT_FILE_PER_INPUT_FILE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
java.lang.String
toString()
-
-
-
Field Detail
-
ONE_OUTPUT_FILE_PER_INPUT_FILE
public static final CompilerOutputStyle ONE_OUTPUT_FILE_PER_INPUT_FILE
-
ONE_OUTPUT_FILE_FOR_ALL_INPUT_FILES
public static final CompilerOutputStyle ONE_OUTPUT_FILE_FOR_ALL_INPUT_FILES
-
-