-
Sub-task
-
Resolution: Done
-
Major
-
2.0.0.CR2
-
None
The faces-new-validator-method has a --target parameter but without TAB completion, we don't know what this actually targets. When we hit TAB we get :
[Language.java]$ faces-new-validator-method --target
Author.java Item.java Language.java Publisher.java
Most of the target parameters are suffixed to be more explicit :
entities-from-tables --targetPackage faces-new-converter --targetPackage project-new --targetLocation
So I would rename it targetClass :
faces-new-validator-method --targetClass