|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IArtifactManagerFactory
provides a factory for creating
IArtifactManager
instances.
This interface is not intended to be implemented by clients.
Method Summary | |
IArtifactManager |
create(Artifact theArtifact)
Creates an IArtifactManager on the given
Artifact . |
IArtifactManager |
create(Asset theAsset)
Creates an IArtifactManager on the given
Asset . |
IArtifactManager |
create(IArtifactManagerAdapter theArtifactManagerAdapter)
Creates an IArtifactManager on the given
theArtifactManagerAdapter |
IArtifactManager |
create(Solution theSolution)
Creates an IArtifactManager on the given
Solution . |
Method Detail |
public IArtifactManager create(Asset theAsset) throws IllegalArgumentException
IArtifactManager
on the given
Asset
.
theAsset
- to use as the root node in the IArtifactManager
IArtifactManager
IllegalArgumentException
- if theAsset
is null
.public IArtifactManager create(Solution theSolution) throws IllegalArgumentException
IArtifactManager
on the given
Solution
.
theSolution
- to use as the root node in the IArtifactManager
IArtifactManager
IllegalArgumentException
- if theSolution
is null
.public IArtifactManager create(Artifact theArtifact) throws IllegalArgumentException
IArtifactManager
on the given
Artifact
.
theArtifact
- to use as the root node in the IArtifactManager
IArtifactManager
IllegalArgumentException
- if theArtifact
is null
.public IArtifactManager create(IArtifactManagerAdapter theArtifactManagerAdapter) throws IllegalArgumentException
IArtifactManager
on the given
theArtifactManagerAdapter
theArtifactManagerAdapter
- to use as the root node in the IArtifactManager
IArtifactManager
IllegalArgumentException
- if theArtifactManagerAdapter
is
null
.
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.