org.apache.oodt.pcs.services.config
Class PCSServiceConfig
java.lang.Object
org.apache.oodt.pcs.services.config.PCSServiceConfig
- All Implemented Interfaces:
- PCSServiceConfMetKeys
public class PCSServiceConfig
- extends Object
- implements PCSServiceConfMetKeys
The configuration class for the PCS JAX RS services.
- Version:
- $Revision$
- Author:
- mattmann
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PCSServiceConfig
public PCSServiceConfig(javax.servlet.ServletConfig config)
getFmUrl
public URL getFmUrl()
throws MalformedURLException
- Returns:
- the fmUrl
- Throws:
MalformedURLException
getWmUrl
public URL getWmUrl()
throws MalformedURLException
- Returns:
- the wmUrl
- Throws:
MalformedURLException
getRmUrl
public URL getRmUrl()
throws MalformedURLException
- Returns:
- the rmUrl
- Throws:
MalformedURLException
getListingConfFilePath
public String getListingConfFilePath()
- Returns:
- the listingConfFilePath
getCrawlerConfigFilePath
public String getCrawlerConfigFilePath()
- Returns:
- the crawlerConfigFilePath
getWorkflowStatusesFilePath
public String getWorkflowStatusesFilePath()
- Returns:
- the workflowStatusesFilePath
isTraceNotCatalogedFiles
public boolean isTraceNotCatalogedFiles()
- Returns:
- the traceNotCatalogedFiles
getTraceProductTypeExcludeList
public String getTraceProductTypeExcludeList()
- Returns:
- The comma-separated list of product types to exclude from
pedigree tracking.
Copyright © 1999-2012 Apache OODT. All Rights Reserved.