Interface EnvironmentPart
-
- All Known Implementing Classes:
Application
,DockerNetwork
,Network
,RouterImpl
,TopologyNetwork
public interface EnvironmentPart
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCreator()
Returns creator identifier of env part.
-
-
-
Method Detail
-
getCreator
String getCreator()
Returns creator identifier of env part.- Returns:
- creator of this object
-
-