Option |
Description |
Default |
Source folder |
Enter a source folder for the locator class. Either type a valid source folder path or click Browse
to select a source folder via a dialog. |
The source folder of the element
that was selected when the wizard was started. |
Package |
Enter a package to contain the locator class. Either type a valid package name or click Browse
to select a package via a dialog. |
The package of the element that was
selected when the wizard was started. |
Locator class |
Enter a name for the locator class. |
<ServiceLocator> |
Use caching |
Determines whether the locator is a singleton class that caches the objects
it looks up |
<true> |
Types for which to generate
get<type> methods |
Click Add to choose
types for which to generate methods with signature "<type>
get<type>(String)" for looking up objects of that type. |
<blank> |
Source folder |
Enter a source folder for the exception class. Either type a valid source folder path or click Browse
to select a source folder via a dialog. |
The source folder of the element
that was selected when the wizard was started. |
Package |
Enter a package to contain the exception class. Either type a valid package name or click Browse
to select a package via a dialog. |
The package of the element that was
selected when the wizard was started. |
Exception class |
Enter a name for the exception class. |
<ServiceLocatorException> |