mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Javadoc.
This commit is contained in:
parent
ce102501b5
commit
0d3e464cee
1 changed files with 8 additions and 0 deletions
|
@ -7,8 +7,16 @@ import com.beust.kobalt.Args
|
|||
* a new project).
|
||||
*/
|
||||
interface IInitContributor {
|
||||
/**
|
||||
* The name of this archetype. This is the name that will be looked up when passed to the --init
|
||||
* argument.
|
||||
*/
|
||||
val name: String
|
||||
|
||||
/**
|
||||
* Generate the files for this archetype. The parameter is the arguments that were passed to the kobaltw
|
||||
* command.
|
||||
*/
|
||||
fun generateArchetype(args: Args)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue