Interface RefContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ApplicationRef>getApplicationRef()List of all the applications that this instance is referencing.List<ResourceRef>getResourceRef()List of all the resources that this instance is referencing.
-
-
-
Method Detail
-
getResourceRef
List<ResourceRef> getResourceRef()
List of all the resources that this instance is referencing.- Returns:
- the list of resources references
-
getApplicationRef
List<ApplicationRef> getApplicationRef()
List of all the applications that this instance is referencing.- Returns:
- the list of applications references.
-
-