com.scooterframework.autoloader
Class CompileEvent
java.lang.Object
com.scooterframework.admin.Event
com.scooterframework.autoloader.CompileEvent
public class CompileEvent
- extends Event
class CompileEvent represents a compile result event.
Constructor Summary |
CompileEvent(boolean success,
java.lang.String eventType,
java.lang.String message,
java.util.List<java.lang.String> filePaths)
|
Method Summary |
boolean |
compileSuccess()
Checks if this is an compile success event. |
java.util.List<java.lang.String> |
getCompileFiles()
Returns the files that are compiled. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CompileEvent
public CompileEvent(boolean success,
java.lang.String eventType,
java.lang.String message,
java.util.List<java.lang.String> filePaths)
compileSuccess
public boolean compileSuccess()
- Checks if this is an compile success event.
getCompileFiles
public java.util.List<java.lang.String> getCompileFiles()
- Returns the files that are compiled.
toString
public java.lang.String toString()
- Returns a string representation of this object.
- Overrides:
toString
in class Event