com.xebialabs.deployit.plugin.was.container
Class DelegatedInspectionHelper

java.lang.Object
  extended by com.xebialabs.deployit.plugin.was.container.DelegatedInspectionHelper

public class DelegatedInspectionHelper
extends java.lang.Object


Field Summary
static java.lang.String DISCOVER_SCRIPT_PROPERTY_NAME
           
 
Constructor Summary
DelegatedInspectionHelper()
           
 
Method Summary
static void discoverDeployeds(com.xebialabs.deployit.plugin.python.PythonManagedContainer container, com.xebialabs.deployit.plugin.api.inspection.InspectionContext ctx)
           
static void discoverDeployeds(com.xebialabs.deployit.plugin.python.PythonManagedContainer container, com.xebialabs.deployit.plugin.api.inspection.InspectionContext ctx, java.lang.Iterable<com.xebialabs.deployit.plugin.api.reflect.Type> types)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISCOVER_SCRIPT_PROPERTY_NAME

public static final java.lang.String DISCOVER_SCRIPT_PROPERTY_NAME
See Also:
Constant Field Values
Constructor Detail

DelegatedInspectionHelper

public DelegatedInspectionHelper()
Method Detail

discoverDeployeds

public static void discoverDeployeds(com.xebialabs.deployit.plugin.python.PythonManagedContainer container,
                                     com.xebialabs.deployit.plugin.api.inspection.InspectionContext ctx)

discoverDeployeds

public static void discoverDeployeds(com.xebialabs.deployit.plugin.python.PythonManagedContainer container,
                                     com.xebialabs.deployit.plugin.api.inspection.InspectionContext ctx,
                                     java.lang.Iterable<com.xebialabs.deployit.plugin.api.reflect.Type> types)