Skip to content

Java Templates Plugin

Christopher J. Stehno edited this page Jan 25, 2014 · 1 revision

Provides templates for creating Java-based projects. The tasks and additional properties they provide are listed below:

Provided Tasks

  • createJavaProject - Creates a Java-based project in the specified directory.
  • initJavaProject - Creates a Java-based project in the current working directory.
  • createJavaClass - Creates a Java class in the current working directory.
  • Provides property newClassName - the name of the Java class to be created. Should follow the standard Java naming rules for classes.
  • exportJavaTemplates - Exports the default templates used by the Java templates plugin.
Clone this wiki locally