com.xebialabs.deployit.plugin.tomcat.processor
Class Utils
java.lang.Object
com.xebialabs.deployit.plugin.tomcat.processor.Utils
public class Utils
- extends java.lang.Object
|
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)
Deprecated. Use Type.instanceOf instead. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTEXT_ELEMENT_TYPE
public static final com.xebialabs.deployit.plugin.api.reflect.Type CONTEXT_ELEMENT_TYPE
Utils
public Utils()
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)
- Deprecated. Use
Type.instanceOf instead.
extractDeployedContextElements
public static java.lang.Iterable<ContextElement<?>> extractDeployedContextElements(java.lang.Iterable<com.xebialabs.deployit.plugin.generic.deployed.AbstractDeployed<?>> abstractDeployeds)