Home | Manual |
This page generated: 20120315-0623

Lets you specify the naming constraints for different Java source file elements. These constraints are naturally expressed with regular expressions (Perl 5.003 syntax).

The list component displays all covered elements along with their current regular expression.

Selecting an item in the list and either pressing the Change... button or double-clicking on the item will open a little regular expression testing tool that can be used to interactively craft a valid regular expression.

The regular expression tester lets you interactively specifiy a valid regular expression that matches a certain String pattern.

Once you have setup up the text fields you can either use the Test button to soley perform the pattern matching test or the Apply button which both performs testing and - on success - closes the dialog and updates the list.

You can always use the Cancel button to cancel editing. The dialog will be closed nd no changes made to the list.

to top