com.atlassian.jira.imports.importer.impl
Class ImportLogger

java.lang.Object
  extended bycom.atlassian.jira.imports.importer.impl.ImportLogger

public class ImportLogger
extends Object


Field Summary
static String NEWLINE
           
(package private)  ImportStats stats
           
 
Constructor Summary
ImportLogger(ImportStats stats)
           
 
Method Summary
 void beginImportSection(String s)
           
 void endImportSection(String s)
           
 void fail(String s)
           
 void fail(String s, Exception e)
           
 void finish()
           
 String getImportLog()
           
 String getShortenedLog()
           
 boolean isLogShortened()
           
 void log(String s)
           
 void newLine()
           
 void skip(String s)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stats

ImportStats stats

NEWLINE

public static final String NEWLINE
See Also:
Constant Field Values
Constructor Detail

ImportLogger

public ImportLogger(ImportStats stats)
Method Detail

log

public void log(String s)

fail

public void fail(String s,
                 Exception e)

fail

public void fail(String s)

getImportLog

public String getImportLog()

getShortenedLog

public String getShortenedLog()

isLogShortened

public boolean isLogShortened()

start

public void start()

finish

public void finish()

newLine

public void newLine()

beginImportSection

public void beginImportSection(String s)

endImportSection

public void endImportSection(String s)

skip

public void skip(String s)


Copyright © 2002-2006 Atlassian. All Rights Reserved.