Class ImmutableMavenProtocPlugin.InitShim

java.lang.Object
io.github.ascopes.protobufmavenplugin.plugins.ImmutableMavenProtocPlugin.InitShim
Enclosing class:
ImmutableMavenProtocPlugin

private final class ImmutableMavenProtocPlugin.InitShim extends Object
  • Field Details

    • orderBuildStage

      private byte orderBuildStage
    • order

      private int order
    • isSkipBuildStage

      private byte isSkipBuildStage
    • isSkip

      private boolean isSkip
    • dependencyResolutionDepthBuildStage

      private byte dependencyResolutionDepthBuildStage
    • dependencyResolutionDepth

      private @Nullable DependencyResolutionDepth dependencyResolutionDepth
  • Constructor Details

    • InitShim

      private InitShim()
  • Method Details

    • getOrder

      int getOrder()
    • order

      void order(int order)
    • isSkip

      boolean isSkip()
    • isSkip

      void isSkip(boolean isSkip)
    • getDependencyResolutionDepth

      @Nullable DependencyResolutionDepth getDependencyResolutionDepth()
    • formatInitCycleMessage

      private String formatInitCycleMessage()