org.docx4j.samples
Class DemoCore

java.lang.Object
  extended by org.docx4j.samples.DemoCore

public class DemoCore
extends java.lang.Object

Core helper for demos.


Constructor Summary
DemoCore()
          Constructor.
 
Method Summary
static org.apache.log4j.Logger getLogger()
           
 java.lang.String getTestRootPath()
          Gets the test root path.
 void init()
          Initialize the test root path
 void setTestRootPath(java.lang.String testRoot)
          Sets the test root path.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoCore

public DemoCore()
Constructor. Initialize the demo.

Method Detail

getLogger

public static org.apache.log4j.Logger getLogger()
Returns:
the logger

getTestRootPath

public java.lang.String getTestRootPath()
Gets the test root path.

Returns:
The test root path.

init

public void init()
Initialize the test root path


setTestRootPath

public void setTestRootPath(java.lang.String testRoot)
Sets the test root path.

Parameters:
testRoot -