Solution_ - the solution type, the class with the PlanningSolution annotationpublic abstract class AbstractXmlSolutionExporter<Solution_> extends AbstractSolutionExporter<Solution_>
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractXmlSolutionExporter.XmlOutputBuilder<Solution_> |
AbstractSolutionExporter.OutputBuilder| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFAULT_OUTPUT_FILE_SUFFIX |
solutionDaologger| Modifier | Constructor and Description |
|---|---|
protected |
AbstractXmlSolutionExporter(boolean withoutDao) |
protected |
AbstractXmlSolutionExporter(SolutionDao<Solution_> solutionDao) |
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractXmlSolutionExporter.XmlOutputBuilder<Solution_> |
createXmlOutputBuilder() |
String |
getOutputFileSuffix() |
void |
writeSolution(Solution_ solution,
File outputFile) |
convertAll, getInputDir, getInputFileSuffix, getOutputDirprotected static final String DEFAULT_OUTPUT_FILE_SUFFIX
protected AbstractXmlSolutionExporter(SolutionDao<Solution_> solutionDao)
protected AbstractXmlSolutionExporter(boolean withoutDao)
public String getOutputFileSuffix()
getOutputFileSuffix in class AbstractSolutionExporter<Solution_>public abstract AbstractXmlSolutionExporter.XmlOutputBuilder<Solution_> createXmlOutputBuilder()
public void writeSolution(Solution_ solution, File outputFile)
writeSolution in class AbstractSolutionExporter<Solution_>Copyright © 2006–2017 JBoss by Red Hat. All rights reserved.