org.slf4j.migrator
Class ProjectConverter

java.lang.Object
  extended by org.slf4j.migrator.ProjectConverter

public class ProjectConverter
extends Object


Constructor Summary
ProjectConverter(int conversionType, ProgressListener progressListener)
          Ask for concrete matcher implementation depending on the conversion mode Ask for user confirmation to convert the selected source directory if valid Ask for user confirmation in case of number of files to convert > 1000
 
Method Summary
 void addException(ConversionException exc)
           
 void convertProject(File folder)
           
static void main(String[] args)
           
 void printException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectConverter

public ProjectConverter(int conversionType,
                        ProgressListener progressListener)
Ask for concrete matcher implementation depending on the conversion mode Ask for user confirmation to convert the selected source directory if valid Ask for user confirmation in case of number of files to convert > 1000

Throws:
IOException
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException

convertProject

public void convertProject(File folder)

addException

public void addException(ConversionException exc)

printException

public void printException()


Copyright © 2005-2008 QOS.ch. All Rights Reserved.