org_scala_tools_maven_cs
Class ScalacsClient.LogEvent

java.lang.Object
  extended by org_scala_tools_maven_cs.ScalacsClient.LogEvent
Enclosing class:
ScalacsClient

public static class ScalacsClient.LogEvent
extends Object


Field Summary
 String category
           
 int column
           
 File file
           
 int length
           
 ScalacsClient.Level level
           
 int line
           
 int offset
           
 CharSequence text
           
 
Constructor Summary
ScalacsClient.LogEvent()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

level

public ScalacsClient.Level level

category

public String category

file

public File file

line

public int line

column

public int column

offset

public int offset

length

public int length

text

public CharSequence text
Constructor Detail

ScalacsClient.LogEvent

public ScalacsClient.LogEvent()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2011 Scala Tools. All Rights Reserved.