java.lang.Object
org.springframework.boot.loader.tools.Layer

public class Layer extends Object
A named layer used to separate the jar when creating a Docker image.
Since:
2.3.0
Author:
Madhura Bhave, Phillip Webb
See Also:
  • Constructor Details

    • Layer

      public Layer(String name)
      Create a new Layer instance with the specified name.
      Parameters:
      name - the name of the layer.
  • Method Details