Package org.fcrepo.camel.ldpath
Class FcrepoLdPathConfig
- java.lang.Object
-
- org.fcrepo.camel.common.config.BasePropsConfig
-
- org.fcrepo.camel.ldpath.FcrepoLdPathConfig
-
@Configuration public class FcrepoLdPathConfig extends org.fcrepo.camel.common.config.BasePropsConfig
A configuration class for the LDPath service- Author:
- dbernstein
-
-
Constructor Summary
Constructors Constructor Description FcrepoLdPathConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Set<org.apache.marmotta.ldpath.api.functions.SelectorFunction>createSelectorFunctions()StringgetLdpathTransformPath()StringgetRestHost()intgetRestPort()StringgetRestPrefix()LDPathWrapperldpath()LDPathRouterldPathRouter()
-
-
-
Constructor Detail
-
FcrepoLdPathConfig
public FcrepoLdPathConfig()
-
-
Method Detail
-
getRestHost
public String getRestHost()
-
getRestPort
public int getRestPort()
-
getRestPrefix
public String getRestPrefix()
-
getLdpathTransformPath
public String getLdpathTransformPath()
-
ldpath
@Bean("ldpath") public LDPathWrapper ldpath() throws Exception- Throws:
Exception
-
createSelectorFunctions
protected Set<org.apache.marmotta.ldpath.api.functions.SelectorFunction> createSelectorFunctions()
-
ldPathRouter
@Bean public LDPathRouter ldPathRouter()
-
-