Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The result of parsing options, however they are specified, is a CommandLine object which can then be queried to find out specific values. Currently this is done in org.openamqapache.qpid.brokerserver.Main and the CommandLine object is not exposed elsewhere but if it does require to be more widely used it could be added to the ApplicationRegistry. However it is strongly recommended that the configuration approach in the follow section is used where possible.

...