| Package | Description |
|---|---|
| org.mmbase.util.xml.applicationdata |
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationReader |
ApplicationWriter.reader |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ContextDepthDataWriter.writeContext(ApplicationReader app,
ContextDepthDataReader capp,
String targetpath,
MMBase mmb,
Logger logger)
Writes an application's nodes, according to that application's contexts, to a path.
|
static void |
FullBackupDataWriter.writeContext(ApplicationReader reader,
String targetPath,
MMBase mmbase,
Logger logger)
Writes all nodes to XML.
|
(package private) static void |
ContextDepthDataWriter.writeDataSources(ApplicationReader app,
HashSet<Integer> nodes,
String targetpath,
MMBase mmb,
Logger logger)
Writes the required datasources to their corresponding xml files by calling writeNodes()
|
(package private) static void |
ContextDepthDataWriter.writeNodes(ApplicationReader app,
HashSet<Integer> nodes,
String targetpath,
MMBase mmb,
Logger logger,
boolean isRelation)
Writes the nodes to their corresponding xml files
|
(package private) static void |
ContextDepthDataWriter.writeRelationSources(ApplicationReader app,
HashSet<Integer> nodes,
String targetpath,
MMBase mmb,
Logger logger)
Writes the required relation sources to their corresponding xml files by calling writeNodes()
|
| Constructor and Description |
|---|
ApplicationWriter(ApplicationReader reader,
MMBase mmbase)
Constructs the document writer.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}