|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fcrepo.server.Parameterized
org.fcrepo.server.Pluggable
org.fcrepo.server.Server
org.fcrepo.server.utilities.rebuild.RebuildServer
public class RebuildServer
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.fcrepo.common.Constants |
|---|
Constants.FedoraHome |
| Field Summary | |
|---|---|
static String[] |
REBUILDERS
Default Rebuilders that the rebuild utility knows about. |
| Fields inherited from interface org.springframework.beans.factory.BeanFactory |
|---|
FACTORY_BEAN_PREFIX |
| Constructor Summary | |
|---|---|
|
RebuildServer(Element rootConfigElement,
File homeDir)
|
protected |
RebuildServer(File homeDir)
|
| Method Summary | |
|---|---|
static Server |
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 String |
overrideModuleClass(String moduleClass)
|
protected boolean |
overrideModuleRole(String moduleRole)
|
protected void |
registerBeanDefinitions()
Register any implementation-specific bean definitions before the context is refreshed. |
| Methods inherited from class org.fcrepo.server.Pluggable |
|---|
getHelp, getOptionalParameters, getParameterHelp, getRequiredModuleRoles, getRequiredParameters |
| Methods inherited from class org.fcrepo.server.Parameterized |
|---|
getParameter, getParameter, getParameter, getParameterList, getParameters, getParameters, parameterNames, setParameter, setParameters, setParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static String[] REBUILDERS
| Constructor Detail |
|---|
public RebuildServer(Element rootConfigElement,
File homeDir)
throws ServerInitializationException,
ModuleInitializationException
rootConfigElement - homeDir -
ServerInitializationException
ModuleInitializationException
protected RebuildServer(File homeDir)
throws ServerInitializationException,
ModuleInitializationException
ServerInitializationException
ModuleInitializationException| Method Detail |
|---|
protected void registerBeanDefinitions()
throws ServerInitializationException
Server
registerBeanDefinitions in class ServerServerInitializationExceptionprotected boolean overrideModuleRole(String moduleRole)
overrideModuleRole in class Serverprotected String overrideModuleClass(String moduleClass)
overrideModuleClass in class Server
public static final Server getRebuildInstance(File homeDir)
throws ServerInitializationException,
ModuleInitializationException
homeDir - The base directory for the server.
ServerInitializationException - If there was an error starting the server.
ModuleInitializationException - If there was an error starting a module.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||