类 DefaultLayoutFactory

java.lang.Object
org.springframework.boot.loader.tools.DefaultLayoutFactory
所有已实现的接口:
LayoutFactory

public class DefaultLayoutFactory extends Object implements LayoutFactory
Default implementation of LayoutFactory.
从以下版本开始:
1.5.0
作者:
Phillip Webb
  • 构造器详细资料

    • DefaultLayoutFactory

      public DefaultLayoutFactory()
  • 方法详细资料

    • getLayout

      public Layout getLayout(File source)
      从接口复制的说明: LayoutFactory
      Return a Layout for the specified source file.
      指定者:
      getLayout 在接口中 LayoutFactory
      参数:
      source - the source file
      返回:
      the layout to use for the file