org.apache.oodt.product.handlers.ofsn
Class OFSNFileHandlerConfiguration
java.lang.Object
org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
public class OFSNFileHandlerConfiguration
- extends Object
The OFSN product handler's configuration object.
- Version:
- $Revision$
- Author:
- mattmann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
handlerTable
protected Map<String,OFSNHandlerConfig> handlerTable
OFSNFileHandlerConfiguration
public OFSNFileHandlerConfiguration(String productRoot,
String id,
String name)
OFSNFileHandlerConfiguration
public OFSNFileHandlerConfiguration()
getHandlerType
public String getHandlerType(String handlerName)
getHandlerClass
public String getHandlerClass(String handlerName)
getHandlerConfigs
public List<OFSNHandlerConfig> getHandlerConfigs()
getHandlerConfig
public OFSNHandlerConfig getHandlerConfig(String handlerName)
getProductRoot
public String getProductRoot()
- Returns:
- the productRoot
setProductRoot
public void setProductRoot(String productRoot)
- Parameters:
productRoot - the productRoot to set
getId
public String getId()
- Returns:
- the id
setId
public void setId(String id)
- Parameters:
id - the id to set
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
Copyright © 1999-2013 Apache OODT. All Rights Reserved.