org.apache.oodt.product.handlers.ofsn
Class OFSNFileHandlerConfiguration

java.lang.Object
  extended by org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration

public class OFSNFileHandlerConfiguration
extends Object

The OFSN product handler's configuration object.

Version:
$Revision$
Author:
mattmann

Field Summary
protected  Map<String,OFSNHandlerConfig> handlerTable
           
 
Constructor Summary
OFSNFileHandlerConfiguration()
           
OFSNFileHandlerConfiguration(String productRoot, String id, String name)
           
 
Method Summary
 String getHandlerClass(String handlerName)
           
 OFSNHandlerConfig getHandlerConfig(String handlerName)
           
 List<OFSNHandlerConfig> getHandlerConfigs()
           
 String getHandlerType(String handlerName)
           
 String getId()
           
 String getName()
           
 String getProductRoot()
           
 void setId(String id)
           
 void setName(String name)
           
 void setProductRoot(String productRoot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handlerTable

protected Map<String,OFSNHandlerConfig> handlerTable
Constructor Detail

OFSNFileHandlerConfiguration

public OFSNFileHandlerConfiguration(String productRoot,
                                    String id,
                                    String name)

OFSNFileHandlerConfiguration

public OFSNFileHandlerConfiguration()
Method Detail

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.