main
public static void main(java.lang.String[] args)
Reads the URL-encoded POST-data on standard input, decodes this as a
Java map containing the key "url" associated with a value, the URL of
the specification file. Reads the specification file, which is in the
Broker@Cloud XML specification format conforming to ServiceSchema.xsd,
and builds a model of the specification in memory. Validates the state
machine of the specification, then outputs an annotated XML file,
issuing warnings about any unreachable states; and also providing an
analysis of missing transitions per state.
- Parameters:
args
- empty, since no command-line parameters are passed.