Advertisement
Guest User

Untitled

a guest
Oct 4th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <template format="4"
  2. revision="1"
  3. name="MVP Activity"
  4. description="Creates a new MVP classes - Activity, Presenter, View">
  5.  
  6. <category value="Mvp"/>
  7.  
  8. <parameter id="className"
  9. name="Activity Name"
  10. type="string"
  11. constraints="class|unique|nonempty"
  12. default="Main"
  13. help="The name of the functionality that requires MVP views"/>
  14.  
  15. <parameter id="corePackage"
  16. name="Core package"
  17. type="string"
  18. constraints="package|nonempty"
  19. help="Core package"/>
  20.  
  21. <globals file="globals.xml.ftl" />
  22. <execute file="recipe.xml.ftl" />
  23.  
  24. </template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement