Preferences
A preference page exists for the Bundle Activator Wizard that allows the
default settings for the wizard to be configured.
-
Activator: This group controls the name of the generated bundle
activator class, and the package name suffix that will be used by the
wizard. By convention the bundle activator class is called
Activator and the package name suffix is
bundle.
-
Imported Services: This group controls how the wizard will treat
imported services. You can control whether imported services are
optional by default or not, and whether a getter method for each
imported service will be generated. You can override an imported
service's default optionality as you add it to the wizard's list of
imported services. By default imported services are not optional and
getter methods are generated.
-
Exported Services: This group controls how the wizard will treat
exported services. You can control whether exported services are stored
in fields, have properties and are proxied, by default or not. You can
override an exported service's default properties as you add it to the
wizard's list of exported services. By default an exported service is
not stored in a field, does not have properties and is not proxied.
-
Type Scope: This group controls the wizard's type scope by
allowing you to decide whether to limit service types to interfaces or
not, and whether to limit service type to only those visible to the
project or not. By default services types are limited to interfaces
visible to the project.
-
Miscellaneous: This group controls general wizard behavior,
including whether the preview page should be shown and whether the
wizard should overwrite the manifest without warning. By default the
preview page is shown and the manifest is not overwritten without
warning.

|
Copyright © 2001, 2009 IBM Corporation and others. All Rights Reserved.