public class Configuration
extends java.lang.Object
Retrascope
configuration.
It contains predefined tool parameters and their handlers.
Modifier and Type | Field and Description |
---|---|
static Parameters |
PARAMETERS
The configuration parameters.
|
static Parameter |
PRINT_STYLE_PARAM
The predefined parameters.
|
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
void |
configure(java.lang.String... args)
Configures this object using command line arguments.
|
ru.ispras.fortress.expression.printer.ExprTreePrinter |
getStylePrinter()
Returns expression style printer.
|
public static final Parameter PRINT_STYLE_PARAM
public static final Parameters PARAMETERS
public void configure(java.lang.String... args)
args
- command linepublic ru.ispras.fortress.expression.printer.ExprTreePrinter getStylePrinter()