|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IISeriesResourceFactory
This interface can be used to create instances of the iSeries Projects Object model. Some model filtering is done here. Specifically, if a file or folder starts with a ".", then it is filtered out. Also, if a folder does not have the correct metadata folder as a child, it is also filtered out of the model. Clients are typically not expected to use this interface. Clients are not expected to implement this interface.
Field Summary | |
---|---|
static String |
Copyright
|
Method Summary | |
---|---|
AbstractISeriesNativeMember |
createNativeISeriesMember(IResource iresource)
Returns instances of AbstractISeriesNativeMember that represent the given resource. If the resource is an IFolder, it is ignored because Objects can not have containers (ie: other objects). |
AbstractISeriesNativeObject |
createNativeISeriesObject(IResource iresource)
Returns instances of AbstractISeriesNativeObject with either IFile or IFolder cached. |
Field Detail |
---|
static final String Copyright
Method Detail |
---|
AbstractISeriesNativeObject createNativeISeriesObject(IResource iresource)
AbstractISeriesNativeMember createNativeISeriesMember(IResource iresource)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |