Class SystemTrayBuildLogger

  • All Implemented Interfaces:
    java.util.EventListener, org.apache.tools.ant.BuildListener, org.apache.tools.ant.BuildLogger

    public class SystemTrayBuildLogger
    extends org.apache.tools.ant.DefaultLogger
    • Field Summary

      • Fields inherited from class org.apache.tools.ant.DefaultLogger

        emacsMode, err, LEFT_COLUMN_SIZE, lSep, msgOutputLevel, out
    • Constructor Summary

      Constructors 
      Constructor Description
      SystemTrayBuildLogger​(java.io.File baseDir)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void buildFinished​(org.apache.tools.ant.BuildEvent event)  
      void buildStarted​(org.apache.tools.ant.BuildEvent event)  
      • Methods inherited from class org.apache.tools.ant.DefaultLogger

        extractProjectName, formatTime, getBuildFailedMessage, getBuildSuccessfulMessage, getTimestamp, log, messageLogged, printMessage, setEmacsMode, setErrorPrintStream, setMessageOutputLevel, setOutputPrintStream, targetFinished, targetStarted, taskFinished, taskStarted
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SystemTrayBuildLogger

        public SystemTrayBuildLogger​(java.io.File baseDir)
    • Method Detail

      • buildStarted

        public void buildStarted​(org.apache.tools.ant.BuildEvent event)
        Specified by:
        buildStarted in interface org.apache.tools.ant.BuildListener
        Overrides:
        buildStarted in class org.apache.tools.ant.DefaultLogger
      • buildFinished

        public void buildFinished​(org.apache.tools.ant.BuildEvent event)
        Specified by:
        buildFinished in interface org.apache.tools.ant.BuildListener
        Overrides:
        buildFinished in class org.apache.tools.ant.DefaultLogger