Sample: Creating Source Physical Files and Members using the iSeries Project
APIs
What is this Sample about?
This sample demonstrates the following:
-
How to contribute an action to the iSeries projects perspective
-
How to create a new source physical file under an iSeries Project using
the supplied APIs
-
How to create a new source member under a source physical file using the
supplied APIs
Details:
The plugin.xml simply contributes two actions to the model objects in the
iSeries Project Viewer.
The first action is called Create Source Files and it only contributes
to iSeries Projects. The action creates multiple source physical files
under the selected iSeries Project, to demonstrate how you can create source
files with various properties attached to them.
The second action is called Create Source Members and it only contributes
to source physical files. The action creates multiple source members under
the selected iSeries source file, again demonstrating how to create source
members with various properties attached to them.