类 DefaultLayoutFactory
java.lang.Object
org.springframework.boot.loader.tools.DefaultLayoutFactory
- 所有已实现的接口:
LayoutFactory
Default implementation of
LayoutFactory
.- 从以下版本开始:
- 1.5.0
- 作者:
- Phillip Webb
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
DefaultLayoutFactory
public DefaultLayoutFactory()
-
-
方法详细资料
-
getLayout
从接口复制的说明:LayoutFactory
Return aLayout
for the specified source file.- 指定者:
getLayout
在接口中LayoutFactory
- 参数:
source
- the source file- 返回:
- the layout to use for the file
-