br.com.oncast.dev.lobo.io
Interface ProfileWriter

All Known Implementing Classes:
OutputStreamProfileWriter

public interface ProfileWriter

Interface that defines a writer to output report of ProfilerTask.


Method Summary
 void write(ProfileReport profileReport)
          Write a ProfileReport into a File.
 

Method Detail

write

void write(ProfileReport profileReport)
           throws LoboIOException
Write a ProfileReport into a File.

Parameters:
profileReport - the ProfileReport to save.
Throws:
LoboIOException