org.drools.workbench.jcr2vfsmigration
Class VfsImporterLauncher
java.lang.Object
org.drools.workbench.jcr2vfsmigration.VfsImporterLauncher
public class VfsImporterLauncher
- extends Object
|
Method Summary |
void |
launchImport(String... args)
|
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 |
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 |
VfsImporterLauncher
public VfsImporterLauncher()
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
launchImport
public void launchImport(String... args)
shutdown
public void shutdown()
startUp
public void startUp()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.