public class IngestInternalConfiguration extends DefaultVitamApplicationConfiguration
jettyConfig| Constructor and Description |
|---|
IngestInternalConfiguration()
IngestInternalConfiguration empty constructor for YAMLFactory
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProcessingUrl()
Must return the value of a 'workspaceUrl' attribute
|
String |
getWorkspaceUrl()
Must return the value of a 'workspaceUrl' attribute
|
IngestInternalConfiguration |
setProcessingUrl(String processingUrl) |
IngestInternalConfiguration |
setWorkspaceUrl(String workspaceUrl) |
getJettyConfig, isAuthentication, isTenantFilter, setAuthentication, setJettyConfig, setTenantFilterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseUri, getBaseUrl, getStaticContent, setBaseUri, setBaseUrl, setStaticContentpublic IngestInternalConfiguration()
public String getWorkspaceUrl()
public IngestInternalConfiguration setWorkspaceUrl(String workspaceUrl)
workspaceUrl - the workspace Url to setIllegalArgumentException - if workspaceUrl is null or emptypublic String getProcessingUrl()
public IngestInternalConfiguration setProcessingUrl(String processingUrl)
processingUrl - the processing Url to setIllegalArgumentException - if processingUrl is null or emptyCopyright © 2018 Vitam. All rights reserved.