类 Layers

java.lang.Object
org.springframework.boot.maven.Layers

public class Layers extends Object
Layer configuration options.
从以下版本开始:
2.3.0
作者:
Madhura Bhave
  • 构造器详细资料

    • Layers

      public Layers()
  • 方法详细资料

    • isEnabled

      public boolean isEnabled()
      Whether a layers.idx file should be added to the jar.
      返回:
      true if a layers.idx file should be added.
    • isIncludeLayerTools

      @Deprecated(since="3.3.0", forRemoval=true) public boolean isIncludeLayerTools()
      已过时, 待删除: 此 API 元素将从以后的版本中删除。
      since 3.3.0 for removal in 3.5.0 in favor of includeTools.
      Whether to include the layer tools jar.
      返回:
      true if layer tools should be included
    • getConfiguration

      public File getConfiguration()
      The location of the layers configuration file. If no file is provided, a default configuration is used with four layers: application, resources, snapshot-dependencies and dependencies.
      返回:
      the layers configuration file
    • setConfiguration

      public void setConfiguration(File configuration)