public class VfsImporterLauncher extends Object
Constructor and Description |
---|
VfsImporterLauncher() |
Modifier and Type | Method and Description |
---|---|
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() |
public static void main(String... args)
args
- application arguments, never nullpublic void run(String... args)
RuntimeException
when an error occurs.args
- application arguments - same as for #main() methodpublic void launchImport(String... args)
public void shutdown()
public void startUp()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.