org.squashtest.tm.service.importer
Interface ImportSummary

All Known Implementing Classes:
ImportSummaryImpl

public interface ImportSummary


Method Summary
 void add(ImportSummary summary)
          adds the result of an import summary to this import summary
 int getFailures()
           
 int getModified()
           
 int getRejected()
           
 int getRenamed()
           
 int getSuccess()
           
 int getTotal()
           
 

Method Detail

getTotal

int getTotal()

getSuccess

int getSuccess()

getRenamed

int getRenamed()

getModified

int getModified()

getFailures

int getFailures()

getRejected

int getRejected()

add

void add(ImportSummary summary)
adds the result of an import summary to this import summary



Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.