Package uk.ac.starlink.ttools.build
Class LayersWriter
java.lang.Object
uk.ac.starlink.ttools.build.LayersWriter
Write XML text describing LayerTypes available to given TypedPlot2Tasks.
This class is designed to be used from its
main
method.- Since:
- 18 Sep 2014
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LayersWriter
Constructor.- Parameters:
task
- for which to write docs
-
-
Method Details
-
getXml
Returns XML text describing available layers for this writer's task.- Returns:
- <p> element(s)
-
main
With an arg: writes description for that TypedPlot2Task. Without args: writes descriptions for all to current directory.- Throws:
uk.ac.starlink.util.LoadException
IOException
-