Home | History | Annotate | Download | only in docs

Lines Matching full:instantiate

378 <p>The recipe XML file contains the individual instructions that should be executed when generating code from this template. For example, you can copy certain files or directories (the copy instruction), optionally running the source files through FreeMarker (the instantiate instruction), and ask the IDE to open a file after the code has been generated (the open instruction).</p>
422 &lt;instantiate
435 &lt;instantiate from="src/app_package/SimpleActivity.java.ftl"
438 &lt;instantiate from="src/app_package/PagerActivity.java.ftl"
441 &lt;instantiate from="src/app_package/TabsActivity.java.ftl"
444 &lt;instantiate from="src/app_package/DropdownActivity.java.ftl"
470 <p>The default destination location is the same path under the output directory root (i.e. the location of the destination project). If the optional <code>to</code> argument is provided, this specifies the output directory. Note that if the from path ends with <code>.ftl</code>, it will automatically be stripped. For example <code>&lt;instantiate from="res/values/strings.xml.ftl" /&gt;</code> is adequate; this will create a file named <code>strings.xml</code>, not <code>strings.xml.ftl</code>.</p>
474 <h4 class="includetoc">&lt;instantiate&gt;</h4>