Uses of Class
org.apache.jackrabbit.core.config.ImportConfig

Packages that use ImportConfig
org.apache.jackrabbit.core.config Jackrabbit configuration handling. 
org.apache.jackrabbit.core.xml   
 

Uses of ImportConfig in org.apache.jackrabbit.core.config
 

Methods in org.apache.jackrabbit.core.config that return ImportConfig
 ImportConfig WorkspaceConfig.getImportConfig()
           
 ImportConfig RepositoryConfigurationParser.parseImportConfig(Element parent)
          Read the optional Import Element of Workspace's configuration.
 

Constructors in org.apache.jackrabbit.core.config with parameters of type ImportConfig
WorkspaceConfig(String home, String name, boolean clustered, FileSystemFactory fsf, PersistenceManagerConfig pmc, QueryHandlerFactory qhf, ISMLockingFactory ismLockingFactory, WorkspaceSecurityConfig workspaceSecurityConfig, ImportConfig importConfig)
          Creates a workspace configuration object.
 

Uses of ImportConfig in org.apache.jackrabbit.core.xml
 

Constructors in org.apache.jackrabbit.core.xml with parameters of type ImportConfig
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-2010 The Apache Software Foundation. All Rights Reserved.