public class ListingConf extends Object
PCSLongLister.| Constructor and Description | 
|---|
| ListingConf(File file)Constructs a new ListingConf with the given  File. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<String> | getExcludedTypes()Returns the set of excluded product types. | 
| String | getHeaderColDisplayName(String headerColKey)Returns the display name for a particular header col key. | 
| List<String> | getHeaderColKeys()Gets the set of Header column met key names for the long lister. | 
| boolean | isCollectionField(String colName)Tester method to determine if an output field is a collection field, and
 needs special handling. | 
public ListingConf(File file) throws FileNotFoundException, InstantiationException
File.file - The configuration file.FileNotFoundException - If the config file cannot be found.InstantiationException - If there is some error reading the config file.public List<String> getExcludedTypes()
public List<String> getHeaderColKeys()
public String getHeaderColDisplayName(String headerColKey)
headerColKey - The header col met key to look up the display name for.public boolean isCollectionField(String colName)
colName - The field name to check.Copyright © 1999–2017 Apache OODT. All rights reserved.