Package de.jaggl.sqlbuilder.core.utils
Class Indentation
- java.lang.Object
-
- de.jaggl.sqlbuilder.core.utils.Indentation
-
public class Indentation extends Object
- Since:
- 2.0.0
- Author:
- Martin Schumacher
-
-
Constructor Summary
Constructors Constructor Description Indentation()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IndentationdeIndent()static Indentationdisabled()static Indentationenabled()StringgetDelimiter()StringgetIndent()Indentationindent()static Indentationindent(boolean indent)
-
-
-
Method Detail
-
getIndent
public String getIndent()
-
getDelimiter
public String getDelimiter()
-
indent
public Indentation indent()
-
deIndent
public Indentation deIndent()
-
enabled
public static Indentation enabled()
-
disabled
public static Indentation disabled()
-
indent
public static Indentation indent(boolean indent)
-
-