Package org.apache.oodt.pcs.input

Examples of org.apache.oodt.pcs.input.PGEConfigurationFile


   */
  public MetExtractorConfig parseConfigFile(File file)
      throws MetExtractorConfigReaderException {
    FilenameTokenConfig conf = new FilenameTokenConfig();
    PGEConfigFileReader reader = new PGEConfigFileReader();
    PGEConfigurationFile confFile;

    try {
      confFile = reader.read(new FileInputStream(file));
    } catch (Exception e) {
      throw new MetExtractorConfigReaderException(e.getMessage());
View Full Code Here

TOP

Related Classes of org.apache.oodt.pcs.input.PGEConfigurationFile

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.