Class SynergyGetWorkingFilesConsumer

  • All Implemented Interfaces:
    org.codehaus.plexus.util.cli.StreamConsumer

    public class SynergyGetWorkingFilesConsumer
    extends java.lang.Object
    implements org.codehaus.plexus.util.cli.StreamConsumer
    Author:
    Julien Henry, Olivier Lamy
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String OUTPUT_FORMAT  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void consumeLine​(java.lang.String line)
      java.util.List<java.lang.String> getFiles()  
      • Methods inherited from class java.lang.Object

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

      • SynergyGetWorkingFilesConsumer

        public SynergyGetWorkingFilesConsumer​(ScmLogger logger)
    • Method Detail

      • consumeLine

        public void consumeLine​(java.lang.String line)
        Specified by:
        consumeLine in interface org.codehaus.plexus.util.cli.StreamConsumer
      • getFiles

        public java.util.List<java.lang.String> getFiles()