All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gov.nasa.pds.harvest.cfg.HarvestCfg Maven / Gradle / Ivy

package gov.nasa.pds.harvest.cfg;

public class HarvestCfg
{
    /**
     * Store original XML PDS labels as BLOBs
     */
    public boolean storeLabels = true;
    
    /**
     * Store JSON formatted PDS labels as BLOBs
     */
    public boolean storeJsonLabels = true;
    
    /**
     * Process data files (referenced in PDS label's File section)
     */
    public boolean processDataFiles = true;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy