public class Settings extends Object
| Constructor and Description |
|---|
Settings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getPrettyPrint() |
File |
getSource() |
File |
getTarget() |
boolean |
getVerbose() |
void |
setPrettyPrint(boolean value) |
void |
setSource(String value) |
void |
setTarget(String value) |
void |
setVerbose(boolean value) |
public boolean getPrettyPrint()
public void setPrettyPrint(boolean value)
public boolean getVerbose()
public void setVerbose(boolean value)
public File getSource()
public void setSource(String value)
public File getTarget()
public void setTarget(String value)
Copyright © 2014. All rights reserved.