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

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


getLineCount

int getLineCount()
Return the line count


setLineCount

void setLineCount(int count)
Set the line count