com.xebialabs.deployit.plugin.tomcat.processor
Class Utils

java.lang.Object
  extended by com.xebialabs.deployit.plugin.tomcat.processor.Utils

public class Utils
extends java.lang.Object


Field Summary
static com.xebialabs.deployit.plugin.api.reflect.Type CONTEXT_ELEMENT_TYPE
           
 
Constructor Summary
Utils()
           
 
Method Summary
static java.lang.Iterable<ContextElement<?>> extractDeployedContextElements(java.lang.Iterable<com.xebialabs.deployit.plugin.generic.deployed.AbstractDeployed<?>> abstractDeployeds)
           
static java.lang.Iterable<com.xebialabs.deployit.plugin.generic.deployed.AbstractDeployed<?>> findDeployedsTargetedToContainer(java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas, com.xebialabs.deployit.plugin.api.reflect.Type containerType)
           
static boolean isSubtypeOf(com.xebialabs.deployit.plugin.api.reflect.Type supertype, com.xebialabs.deployit.plugin.api.reflect.Type subtype)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTEXT_ELEMENT_TYPE

public static final com.xebialabs.deployit.plugin.api.reflect.Type CONTEXT_ELEMENT_TYPE
Constructor Detail

Utils

public Utils()
Method Detail

findDeployedsTargetedToContainer

public static java.lang.Iterable<com.xebialabs.deployit.plugin.generic.deployed.AbstractDeployed<?>> findDeployedsTargetedToContainer(java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas,
                                                                                                                                      com.xebialabs.deployit.plugin.api.reflect.Type containerType)

isSubtypeOf

public static boolean isSubtypeOf(com.xebialabs.deployit.plugin.api.reflect.Type supertype,
                                  com.xebialabs.deployit.plugin.api.reflect.Type subtype)

extractDeployedContextElements

public static java.lang.Iterable<ContextElement<?>> extractDeployedContextElements(java.lang.Iterable<com.xebialabs.deployit.plugin.generic.deployed.AbstractDeployed<?>> abstractDeployeds)