public abstract class AbstractConfiguration extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSourceEncoding()
Get the character encoding of source files.
|
boolean |
isDebug()
Return the debug indicator.
|
void |
setDebug(boolean debug)
Set the debug indicator.
|
void |
setSourceEncoding(String sourceEncoding)
Set the character encoding of source files.
|
public String getSourceEncoding()
public void setSourceEncoding(String sourceEncoding)
sourceEncoding - The character encoding.public boolean isDebug()
true
then PMD will log debug information.true if debug logging is enabled, false otherwise.public void setDebug(boolean debug)
debug - The debug indicator to set.isDebug()Copyright © 2002-2013 InfoEther. All Rights Reserved.