Class DefaultLayoutFactory
java.lang.Object
org.springframework.boot.loader.tools.DefaultLayoutFactory
- All Implemented Interfaces:
LayoutFactory
Default implementation of
LayoutFactory
.- Since:
- 1.5.0
- Author:
- Phillip Webb
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DefaultLayoutFactory
public DefaultLayoutFactory()
-
-
Method Details
-
getLayout
Description copied from interface:LayoutFactory
Return aLayout
for the specified source file.- Specified by:
getLayout
in interfaceLayoutFactory
- Parameters:
source
- the source file- Returns:
- the layout to use for the file
-