| Package | Description |
|---|---|
| org.fcrepo.server | |
| org.fcrepo.server.storage.types | |
| org.fcrepo.server.utilities.rebuild |
| Modifier and Type | Method and Description |
|---|---|
static Element |
Server.getConfigElement(File homeDir) |
static Server |
Server.getInstance(File homeDir)
Provides an instance of the server specified in the configuration file at
homeDir/CONFIG_DIR/CONFIG_FILE, or DEFAULT_SERVER_CLASS if unspecified.
|
static Server |
Server.getInstance(File homeDir,
boolean okToStart) |
void |
Server.init() |
protected void |
Server.initServer()
Performs any server start-up tasks particular to this type of Server.
|
void |
BasicServer.initServer() |
protected void |
Server.postInitServer()
Second stage of Server initialization.
|
void |
BasicServer.postInitServer() |
protected void |
Server.registerBeanDefinitions()
Register any implementation-specific bean definitions before the context is refreshed.
|
| Constructor and Description |
|---|
BasicServer(Element rootElement,
File fedoraHomeDir) |
BasicServer(File fedoraHomeDir) |
BasicServer(Map<String,String> params,
File fedoraHomeDir) |
Server(Element rootConfigElement,
File homeDir)
Initializes the Server based on configuration.
|
Server(File homeDir)
This constructor is a compatibility bridge to allow
the getInstance factory method to be used by Spring contexts
|
Server(Map<String,String> params,
File homeDir)
Initializes the Server from a Map of Strings (as per Module)
|
| Modifier and Type | Method and Description |
|---|---|
XMLDatastreamProcessor |
XMLDatastreamProcessor.newVersion()
Return a new XML Datastream processor wrapping a new datastream.
|
| Modifier and Type | Method and Description |
|---|---|
static Server |
RebuildServer.getRebuildInstance(File homeDir)
Provides an instance of the server specified in the configuration file at
homeDir/CONFIG_DIR/CONFIG_FILE, or DEFAULT_SERVER_CLASS if unspecified.
|
protected void |
RebuildServer.registerBeanDefinitions() |
| Constructor and Description |
|---|
RebuildServer(Element rootConfigElement,
File homeDir) |
RebuildServer(File homeDir) |
Copyright © 2013 DuraSpace. All Rights Reserved.