This exercise will take you through the steps of creating
and using a custom context provider to customize a CARMA view. The ContextProvider,
which you will create, will control how the context of the CARMA model
is displayed in the view. This exercise will demonstrate how to customize
the context provider to filter out repository instances that are PDS
part of the build process (i.e. the listing, object, and load PDS). It
will also only show PDS that are associated with CARMA, the PDS that
have a CARMA token in the name.
Learning objectives
After completing
the lessons that make up this exercise, you should be able to:
- Modify an existing Eclipse plug-in project
- Create and modify a Java™ class
to perform the enhancements offered by the plug-in
- Run or debug the plug-in project
Time required
This module should take
approximately 30 minutes to complete.
Prerequisites
To successfully complete
the lessons in this exercise, you should have: