Package edu.harvard.hul.ois.fits.tools

Examples of edu.harvard.hul.ois.fits.tools.ToolBelt


    }
    catch(Exception e) {
      throw new FitsConfigurationException("Error initializing "+consolidatorClass,e);
    }
   
    toolbelt = new ToolBelt(FITS_XML+"fits.xml");
   
  }
View Full Code Here

TOP

Related Classes of edu.harvard.hul.ois.fits.tools.ToolBelt

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.