@ApplicationScoped public class VfsImporter extends Object
| Modifier and Type | Field and Description |
|---|---|
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 VfsImportConfig |
vfsImportConfig |
| Constructor and Description |
|---|
VfsImporter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
endContexts() |
void |
importAll() |
boolean |
parseArgs(String[] args) |
protected void |
startContexts() |
@Inject protected VfsImportConfig vfsImportConfig
@Inject protected MigrationPathManager migrationPathManager
@Inject protected ModuleAssetImporter moduleAssetImporter
@Inject protected org.jboss.weld.context.bound.BoundSessionContext sessionContext
@Inject protected org.jboss.weld.context.bound.BoundRequestContext requestContext
public boolean parseArgs(String[] args)
public void importAll()
protected void startContexts()
protected void endContexts()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.