Package skyview.survey
Class SurveyExtractor
java.lang.Object
skyview.survey.SurveyExtractor
This class provides functionality to translate survey
names into associated survey description files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Get surveys from a user manifest.protected void
Get the surveys in the document root areaprotected void
Get user specified surveysstatic void
-
Constructor Details
-
SurveyExtractor
Set up the SurveyFinder and populate the map- Throws:
Exception
-
-
Method Details
-
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
- Throws:
Exception
-