org.codehaus.plexus.compiler
Class CompilerOutputStyle

java.lang.Object
  extended by org.codehaus.plexus.compiler.CompilerOutputStyle

public final class CompilerOutputStyle
extends Object

Version:
$Id$
Author:
Trygve Laugstøl

Field Summary
static CompilerOutputStyle ONE_OUTPUT_FILE_FOR_ALL_INPUT_FILES
           
static CompilerOutputStyle ONE_OUTPUT_FILE_PER_INPUT_FILE
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2001-2012 Codehaus. All Rights Reserved.