Class SurveyExtractor


  • public class SurveyExtractor
    extends java.lang.Object
    This class provides functionality to translate survey names into associated survey description files.
    • Constructor Summary

      Constructors 
      Constructor Description
      SurveyExtractor()
      Set up the SurveyFinder and populate the map
    • Constructor Detail

      • SurveyExtractor

        public SurveyExtractor()
                        throws java.lang.Exception
        Set up the SurveyFinder and populate the map
        Throws:
        java.lang.Exception
    • Method Detail

      • getSurveysFromRoot

        protected void getSurveysFromRoot()
        Get the surveys in the document root area
      • getSurveysFromUser

        protected void getSurveysFromUser()
        Get user specified surveys
      • getSurveysFromManifest

        protected void getSurveysFromManifest()
        Get surveys from a user manifest. This is how SkyView-in-a-Jar gets its surveys.
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception