Drools Workbench - JCR to UberFire VFS migration 6.1.0-SNAPSHOT

org.drools.workbench.jcr2vfsmigration
Class Jcr2VfsMigrationApp

java.lang.Object
  extended by org.drools.workbench.jcr2vfsmigration.Jcr2VfsMigrationApp

public class Jcr2VfsMigrationApp
extends Object


Field Summary
static boolean hasErrors
           
static boolean hasWarnings
           
 
Constructor Summary
Jcr2VfsMigrationApp()
           
 
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
 

Field Detail

hasErrors

public static boolean hasErrors

hasWarnings

public static boolean hasWarnings
Constructor Detail

Jcr2VfsMigrationApp

public Jcr2VfsMigrationApp()
Method Detail

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()

Drools Workbench - JCR to UberFire VFS migration 6.1.0-SNAPSHOT

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.