| Package | Description | 
|---|---|
| org.apache.jackrabbit.core.config | 
 Jackrabbit configuration handling. 
 | 
| org.apache.jackrabbit.core.xml | 
| Modifier and Type | Method and Description | 
|---|---|
ImportConfig | 
WorkspaceConfig.getImportConfig()  | 
ImportConfig | 
RepositoryConfigurationParser.parseImportConfig(Element parent)
Read the optional Import Element of Workspace's configuration. 
 | 
| Constructor and Description | 
|---|
WorkspaceConfig(String home,
               String name,
               boolean clustered,
               FileSystemFactory fsf,
               PersistenceManagerConfig pmc,
               QueryHandlerFactory qhf,
               ISMLockingFactory ismLockingFactory,
               WorkspaceSecurityConfig workspaceSecurityConfig,
               ImportConfig importConfig)
Creates a workspace configuration object. 
 | 
WorkspaceConfig(String home,
               String name,
               boolean clustered,
               FileSystemFactory fsf,
               PersistenceManagerConfig pmc,
               QueryHandlerFactory qhf,
               ISMLockingFactory ismLockingFactory,
               WorkspaceSecurityConfig workspaceSecurityConfig,
               ImportConfig importConfig,
               long defaultLockTimeout)
Creates a workspace configuration object. 
 | 
| Constructor and Description | 
|---|
SessionImporter(NodeImpl importTargetNode,
               SessionImpl session,
               int uuidBehavior,
               ImportConfig config)
Creates a new  
SessionImporter instance. | 
WorkspaceImporter(Path parentPath,
                 WorkspaceImpl wsp,
                 SessionContext sessionContext,
                 int uuidBehavior,
                 ImportConfig config)
Creates a new  
WorkspaceImporter instance. | 
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.