org.sandev.sandbuild
Interface LineCounter

All Known Implementing Classes:
SandBuildDriver

public interface LineCounter

A line counter keeps track of lines written.


Method Summary
 void countLine(java.lang.String line)
          Given a line for output, increment the count.
 int getLineCount()
          Return the line count
 void setLineCount(int count)
          Set the line count
 

Method Detail

countLine

public void countLine(java.lang.String line)
Given a line for output, increment the count. The given line may be null or empty.


getLineCount

public int getLineCount()
Return the line count


setLineCount

public void setLineCount(int count)
Set the line count