mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Pass the class loader to archetypes.
This commit is contained in:
parent
7963e2fc99
commit
471410a9bc
5 changed files with 11 additions and 9 deletions
|
@ -31,6 +31,6 @@ interface IArchetype {
|
|||
* Generate the files for this archetype. The parameter is the arguments that were passed to the kobaltw
|
||||
* command.
|
||||
*/
|
||||
fun generateArchetype(args: Args)
|
||||
fun generateArchetype(args: Args, classLoader: ClassLoader)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue