com.xebialabs.deployit.service.deployment
Class TypeCalculator

java.lang.Object
  extended by com.xebialabs.deployit.service.deployment.TypeCalculator

@Component
public class TypeCalculator
extends java.lang.Object


Constructor Summary
TypeCalculator()
           
 
Method Summary
 java.util.List<com.xebialabs.deployit.plugin.api.reflect.Type> findDeployedTypesForDeployableAndContainerTypes(com.xebialabs.deployit.plugin.api.reflect.Type deployableType, com.xebialabs.deployit.plugin.api.reflect.Type containerType)
           
 com.xebialabs.deployit.plugin.api.reflect.Type findMostSpecificDeployedTypeForDeployableAndContainerTypes(com.xebialabs.deployit.plugin.api.reflect.Type deployableType, com.xebialabs.deployit.plugin.api.reflect.Type containerType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeCalculator

public TypeCalculator()
Method Detail

findMostSpecificDeployedTypeForDeployableAndContainerTypes

public com.xebialabs.deployit.plugin.api.reflect.Type findMostSpecificDeployedTypeForDeployableAndContainerTypes(com.xebialabs.deployit.plugin.api.reflect.Type deployableType,
                                                                                                                 com.xebialabs.deployit.plugin.api.reflect.Type containerType)

findDeployedTypesForDeployableAndContainerTypes

public java.util.List<com.xebialabs.deployit.plugin.api.reflect.Type> findDeployedTypesForDeployableAndContainerTypes(com.xebialabs.deployit.plugin.api.reflect.Type deployableType,
                                                                                                                      com.xebialabs.deployit.plugin.api.reflect.Type containerType)