Package com.nomagic.ci.persistence
Interface IAttachedProject
-
- All Superinterfaces:
IProject
,Serviceable
@OpenApiAll public interface IAttachedProject extends IProject
Represents a special kind of project that is used as a component inIPrimaryProject
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPrimaryProject
getPrimaryProject()
GetsIPrimaryProject
that the current storage directly or indirectly is attached to.-
Methods inherited from interface com.nomagic.ci.persistence.IProject
addProjectListener, getDescription, getFeature, getFeatureDataManager, getInstalledFeatures, getLocationURI, getName, getProjectDescriptor, getProjectID, getProjectListeners, getProjectRepository, getResourceSet, installFeatures, isNew, isReadOnly, removeProjectListener, setDescription, setName, uninstallFeatures
-
Methods inherited from interface com.nomagic.ci.persistence.services.Serviceable
getService, getServiceOrFail, registerService
-
-
-
-
Method Detail
-
getPrimaryProject
IPrimaryProject getPrimaryProject()
GetsIPrimaryProject
that the current storage directly or indirectly is attached to.- Returns:
- the owning
IPrimaryProject
-
-