\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.util.Builders Class Reference

Detailed Description

Utility to find and document all Builders available on the classpath, the classpath being defined in the project POM.

Note: not recommended to run this from the standard pipeline environment as that doesn't include builders that are present in other projects such as Device Detection. Better to create a separate project that references this class and includes reference to Device Detection, and hence will transitively include Pipeline.

Static Public Member Functions

static void  doTable (PrintStream out)
Output a Markdown table listing builders and properties.
static void  doXml (PrintStream out)
Output an XML property file with all builders and parameters.