BEAST v2.7.8 Documentation: beastfx.app.tools.ClassEnumerator

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.

Inputs:

type, package, serviceFormat, moduleFormat

 

type
type: java.lang.String
class for which all implementations will be listed
Required input

 

package
type: java.lang.String
only classes inside this package will be listed
Optional input. Default: beast

 

serviceFormat
type: java.lang.Boolean
list classes in service provider format for ant script
Optional input. Default: true

 

moduleFormat
type: java.lang.Boolean
list classes in format for module-info.java
Optional input. Default: false