Package skyview.survey
Class SurveyExtractor
- java.lang.Object
-
- skyview.survey.SurveyExtractor
-
public class SurveyExtractor extends 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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
getSurveysFromManifest()
Get surveys from a user manifest.protected void
getSurveysFromRoot()
Get the surveys in the document root areaprotected void
getSurveysFromUser()
Get user specified surveysstatic void
main(String[] args)
-
-
-
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.
-
-