public class JcrExporter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CategoryExporter |
categoryExporter |
protected FSExportConfig |
exportConfig |
protected org.drools.guvnor.server.repository.GuvnorBootstrapConfiguration |
guvnorBootstrapConfiguration |
protected ModuleAssetExporter |
moduleAssetExporter |
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 |
| Constructor and Description |
|---|
JcrExporter() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
determineJcrRepositoryRootDirectory()
Workaround the repository.xml and repository directory layout mess.
|
protected void |
endContexts() |
void |
exportAll() |
boolean |
parseArgs(String[] args) |
protected void |
setupDirectories() |
protected void |
startContexts() |
@Inject protected FSExportConfig exportConfig
@Inject protected CategoryExporter categoryExporter
@Inject protected ModuleAssetExporter moduleAssetExporter
@Inject protected org.drools.guvnor.server.repository.GuvnorBootstrapConfiguration guvnorBootstrapConfiguration
@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 exportAll()
protected void setupDirectories()
protected String determineJcrRepositoryRootDirectory()
repository.xml repository repository/repository repository/repository/datastore repository/repository/index repository/repository/... repository/version repository/version/... repository/workspaces repository/workspaces/...If repository.root.directory was specified however, the layout looks like this:
repository.xml repository repository/datastore repository/index repository/... version version/... workspaces workspaces/...
protected void startContexts()
protected void endContexts()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.