Package overit.geocall.ecs
Class ECSSetup
java.lang.Object
overit.geocall.ecs.ECSSetup
Class that manages the setup of the ECS, in particular manages the pretty printing capabilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanReturns the default pretty printing valuestatic booleansetPrettyPrinting(boolean pp) Does nothing
-
Constructor Details
-
ECSSetup
public ECSSetup()
-
-
Method Details
-
setPrettyPrinting
public static boolean setPrettyPrinting(boolean pp) Does nothing- Parameters:
pp- Boolean indicating if pretty printing should be abilitated- Returns:
- the default pretty printing value
-
getPrettyPrinting
public static boolean getPrettyPrinting()Returns the default pretty printing value- Returns:
- Boolean indicating if pretty printing is abilitated
-