Drools Workbench - XML to VFS import utility 6.2.0.CR4

org.drools.workbench.jcr2vfsmigration
Class VfsImporter

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

@ApplicationScoped
public class VfsImporter
extends Object


Field Summary
protected  CategoryImporter categoryImporter
           
protected  MigrationPathManager migrationPathManager
           
protected  ModuleAssetImporter moduleAssetImporter
           
protected  org.jboss.weld.context.bound.BoundRequestContext requestContext
           
protected  Map<String,Object> requestDataStore
           
protected  org.jboss.weld.context.bound.BoundSessionContext sessionContext
           
protected  Map<String,Object> sessionDataStore
           
protected  VfrImportConfig vfsImportConfig
           
 
Constructor Summary
VfsImporter()
           
 
Method Summary
protected  void endContexts()
           
 void importAll()
           
 boolean parseArgs(String[] args)
           
protected  void startContexts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vfsImportConfig

@Inject
protected VfrImportConfig vfsImportConfig

categoryImporter

@Inject
protected CategoryImporter categoryImporter

migrationPathManager

@Inject
protected MigrationPathManager migrationPathManager

moduleAssetImporter

@Inject
protected ModuleAssetImporter moduleAssetImporter

sessionContext

@Inject
protected org.jboss.weld.context.bound.BoundSessionContext sessionContext

sessionDataStore

protected Map<String,Object> sessionDataStore

requestContext

@Inject
protected org.jboss.weld.context.bound.BoundRequestContext requestContext

requestDataStore

protected Map<String,Object> requestDataStore
Constructor Detail

VfsImporter

public VfsImporter()
Method Detail

parseArgs

public boolean parseArgs(String[] args)

importAll

public void importAll()

startContexts

protected void startContexts()

endContexts

protected void endContexts()

Drools Workbench - XML to VFS import utility 6.2.0.CR4

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