org.codehaus.plexus.compiler
Class CompilerOutputStyle

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

public final class CompilerOutputStyle
extends java.lang.Object

Version:
$Id: CompilerOutputStyle.java 2417 2005-08-24 14:26:28Z trygvis $
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(java.lang.Object other)
           
 int hashCode()
           
 java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2001-2008 Codehaus. All Rights Reserved.