Package tigase.muc.repository.migration
Class Converter
- java.lang.Object
-
- tigase.muc.repository.migration.Converter
-
public class Converter extends Object
Created by andrzej on 17.10.2016.
-
-
Constructor Summary
Constructors Constructor Description Converter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanconvert()voidinit(String repoClass, String oldRepoUri, String newRepoUri, boolean stopOnError)static voidinitLogger()static voidmain(String[] argv)
-
-
-
Method Detail
-
initLogger
public static void initLogger()
-
main
public static void main(String[] argv) throws IOException
- Throws:
IOException
-
convert
public boolean convert() throws Exception- Returns:
trueif the conversion was correct andfalseif there were errors- Throws:
tigase.component.exceptions.RepositoryExceptionException
-
-