@Singleton public class ClusterPropertyLinker extends java.lang.Object implements EntitiesLinker
| Constructor and Description |
|---|
ClusterPropertyLinker() |
| Modifier and Type | Method and Description |
|---|---|
void |
link(com.ca.apim.gateway.cagatewayconfig.beans.Bundle filteredBundle,
com.ca.apim.gateway.cagatewayconfig.beans.Bundle bundle) |
void |
link(com.ca.apim.gateway.cagatewayconfig.beans.Bundle filteredBundle,
com.ca.apim.gateway.cagatewayconfig.beans.Bundle bundle,
java.io.File rootFolder) |
void |
link(java.util.Set<com.ca.apim.gateway.cagatewayconfig.beans.Dependency> dependencies)
It has to be overridden in entity specific likers to change the dependency name or type
|
public void link(com.ca.apim.gateway.cagatewayconfig.beans.Bundle filteredBundle,
com.ca.apim.gateway.cagatewayconfig.beans.Bundle bundle)
link in interface EntitiesLinkerpublic void link(com.ca.apim.gateway.cagatewayconfig.beans.Bundle filteredBundle,
com.ca.apim.gateway.cagatewayconfig.beans.Bundle bundle,
java.io.File rootFolder)
link in interface EntitiesLinkerpublic void link(java.util.Set<com.ca.apim.gateway.cagatewayconfig.beans.Dependency> dependencies)
EntitiesLinkerlink in interface EntitiesLinker