getSources

open fun getSources(): Set<String>

Returns a mutable set of the sources that will be added to an ApplicationContext when run is called.

Sources set here will be used in addition to any primary sources set in the constructor.

Return

the application sources.

See also