Class DelegatedInspectionHelper

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

public class DelegatedInspectionHelper extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    discoverDeployeds(com.xebialabs.deployit.plugin.python.PythonManagedContainer container, com.xebialabs.deployit.plugin.api.inspection.InspectionContext ctx, boolean appendTypeToName)
     
    static void
    discoverDeployeds(com.xebialabs.deployit.plugin.python.PythonManagedContainer container, com.xebialabs.deployit.plugin.api.inspection.InspectionContext ctx, Iterable<com.xebialabs.deployit.plugin.api.reflect.Type> types, boolean appendTypeToName)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • DelegatedInspectionHelper

      public DelegatedInspectionHelper()
  • Method Details

    • discoverDeployeds

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

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