Class Indentation
- java.lang.Object
-
- us.abstracta.jmeter.javadsl.codegeneration.Indentation
-
public class Indentation extends Object
Handles code indentation logic.This class is currently not used instead of String in MethodCalls and MethodParams APIs to avoid introducing non backwards compatible changes.
- Since:
- 1.3
-
-
Constructor Summary
Constructors Constructor Description Indentation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringindent(String str, String indentation)static StringindentLevel(int level)
-