DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.input
Class EnsureMinimalDocument

java.lang.Object
  extended by org.dlese.dpc.schemedit.input.EnsureMinimalDocument

public class EnsureMinimalDocument
extends Object

Preprocesses instance documents to ensure required paths are present so even if the metadata framework changes, the older documents can still be edited.

Author:
ostwald


Method Summary
static void process(Document doc, SchemaHelper schemaHelper)
          Static method to process given Document with help of given schemaHelper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

process

public static void process(Document doc,
                           SchemaHelper schemaHelper)
Static method to process given Document with help of given schemaHelper

Parameters:
doc - instanceDocument
schemaHelper - the schemaHelper for doc's framework

DLESE Tools
v1.6.0