Class DelegatedInspectionHelper


  • public class DelegatedInspectionHelper
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      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, java.lang.String stringEncoding)  
      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, boolean appendTypeToName, java.lang.String stringEncoding)  
      • 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,
                                             boolean appendTypeToName,
                                             java.lang.String stringEncoding)
      • 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,
                                             boolean appendTypeToName,
                                             java.lang.String stringEncoding)