Class RequiredPlugins


  • public class RequiredPlugins
    extends java.lang.Object
    Utility class for getting information on plugins that are required to be applied in order to use the LocalStack Gradle plugin.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AVAST_DOCKER_COMPOSE_PLUGIN_ID
      Plugin id of the Avast Docker Compose plugin.
      static java.util.Map<java.lang.String,​java.lang.Class<?>> PLUGIN_IDS
      Collection of the plugin ids of all required plugin dependencies.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • AVAST_DOCKER_COMPOSE_PLUGIN_ID

        public static final java.lang.String AVAST_DOCKER_COMPOSE_PLUGIN_ID
        Plugin id of the Avast Docker Compose plugin.
        See Also:
        Constant Field Values
      • PLUGIN_IDS

        public static final java.util.Map<java.lang.String,​java.lang.Class<?>> PLUGIN_IDS
        Collection of the plugin ids of all required plugin dependencies.