Entry point for running a Beast task, for instance an MCMC or other probabilistic analysis, a simulation, etc.
Lists classes of a given type. Useful for developers that want to set up an ant configuration file listing services of given type.
type, package, serviceFormat, moduleFormat
 
type: java.lang.String |
class for which all implementations will be listed |
Required input |
 
type: java.lang.String |
only classes inside this package will be listed |
Optional input. Default: beast |
 
type: java.lang.Boolean |
list classes in service provider format for ant script |
Optional input. Default: true |
 
type: java.lang.Boolean |
list classes in format for module-info.java |
Optional input. Default: false |