ch.sahits.codegen.core.util
Class Debugging

java.lang.Object
  extended by ch.sahits.codegen.core.util.Debugging

public final class Debugging
extends java.lang.Object

Class containing debug flags

Since:
2.1.0
Author:
Andi Hotz, Sahits GmbH

Constructor Summary
Debugging()
           
 
Method Summary
static boolean isForceOverride()
          Retrieve the override flag
static void setForceOverride(boolean forceOverride)
          Set the override flag to override existing conflicting ressources.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Debugging

public Debugging()
Method Detail

setForceOverride

public static void setForceOverride(boolean forceOverride)
Set the override flag to override existing conflicting ressources. This flag should only be set to true for debugging purpous and not in any productive environment.

Parameters:
forceOverride -

isForceOverride

public static boolean isForceOverride()
Retrieve the override flag

Returns: