org.apache.oodt.cas.curation.structs
Class ExtractorConfig
java.lang.Object
org.apache.oodt.cas.curation.structs.ExtractorConfig
public class ExtractorConfig
- extends Object
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROP_CLASS_NAME
public static final String PROP_CLASS_NAME
- See Also:
- Constant Field Values
PROP_CONFIG_FILES
public static final String PROP_CONFIG_FILES
- See Also:
- Constant Field Values
ExtractorConfig
public ExtractorConfig(String identifier,
String className,
List<File> configFiles)
getConfigFiles
public List<File> getConfigFiles()
getClassName
public String getClassName()
getIdentifier
public String getIdentifier()
Copyright © 1999-2012 Apache OODT. All Rights Reserved.