org.drools.workbench.jcr2vfsmigration
Class Jcr2VfsMigrationApp
java.lang.Object
org.drools.workbench.jcr2vfsmigration.Jcr2VfsMigrationApp
public class Jcr2VfsMigrationApp
- extends Object
Method Summary |
static void |
main(String... args)
This method should not be called directly from Java code as it uses System.exit() which may cause problems
(e.g for surefire). |
void |
migrate(String... args)
|
void |
run(String... args)
Use this method instead of #main() when you want to use the app directly from code. |
void |
shutdown()
|
void |
startUp()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hasErrors
public static boolean hasErrors
hasWarnings
public static boolean hasWarnings
Jcr2VfsMigrationApp
public Jcr2VfsMigrationApp()
main
public static void main(String... args)
- This method should not be called directly from Java code as it uses System.exit() which may cause problems
(e.g for surefire). Use 'new Jcr2VfsMigrationApp().run(String... args)' when using this class directly.
- Parameters:
args
- application arguments, never null
run
public void run(String... args)
- Use this method instead of #main() when you want to use the app directly from code. Method does not use System.exit()
and instead throws
RuntimeException
when an error occurs.
- Parameters:
args
- application arguments - same as for #main() method
migrate
public void migrate(String... args)
shutdown
public void shutdown()
startUp
public void startUp()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.