public abstract class AbstractSolutionDao extends Object implements SolutionDao
| Modifier and Type | Field and Description |
|---|---|
static String |
DATA_DIR_SYSTEM_PROPERTY
The path to the data directory, preferably with unix slashes for portability.
|
protected File |
dataDir |
protected String |
dirName |
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
AbstractSolutionDao(String dirName) |
| Modifier and Type | Method and Description |
|---|---|
File |
getDataDir() |
String |
getDirName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFileExtension, readSolution, writeSolutionpublic static final String DATA_DIR_SYSTEM_PROPERTY
protected final transient org.slf4j.Logger logger
protected String dirName
protected File dataDir
public AbstractSolutionDao(String dirName)
public String getDirName()
getDirName in interface SolutionDaopublic File getDataDir()
getDataDir in interface SolutionDaoCopyright © 2006–2015 JBoss by Red Hat. All rights reserved.