public class Jcr2VfsMigrationApp extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
hasErrors |
static boolean |
hasWarnings |
Constructor and Description |
---|
Jcr2VfsMigrationApp() |
Modifier and Type | Method and Description |
---|---|
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() |
public static boolean hasErrors
public static boolean hasWarnings
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 migrate(String... args)
public void shutdown()
public void startUp()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.