public class Indentation extends Object
| Constructor and Description |
|---|
Indentation()
Constructor for Indentation
|
| Modifier and Type | Method and Description |
|---|---|
void |
decrementIndentationLevel()
Decrements the indentation level
|
boolean |
getAutomaticIndenting()
Gets whether result is automatically indented or not
|
String |
getBaseIndentation()
Gets the base indentation
|
String |
getIndentation()
Gets the current indentation
|
String |
getIndentationIncrement()
Gets the indentation increment
|
int |
getIndentationLevel()
Gets the indentation level
|
void |
incrementIndentationLevel()
Increments the indentation level
|
void |
setAutomaticIndenting(boolean automaticIndenting)
Sets whether result is automatically indented or not
|
void |
setBaseIndentation(String baseIndentation)
Sets the base indentation
|
void |
setIndentationIncrement(String indentationIncrement)
Sets the indentation increment
|
public boolean getAutomaticIndenting()
public void setAutomaticIndenting(boolean automaticIndenting)
automaticIndenting - whether result is automatically
indented or notpublic int getIndentationLevel()
public void incrementIndentationLevel()
public void decrementIndentationLevel()
public String getBaseIndentation()
public void setBaseIndentation(String baseIndentation)
baseIndentation - base indentationpublic String getIndentationIncrement()
public void setIndentationIncrement(String indentationIncrement)
indentationIncrement - indentation incrementpublic String getIndentation()
? Copyright 2013 BMC Software, Inc.