Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.deployment.preprocessor.install
Class DOMCommandsParser

java.lang.Object
  extended by org.nuxeo.runtime.deployment.preprocessor.install.DOMCommandsParser

public final class DOMCommandsParser
extends java.lang.Object

Author:
Bogdan Stefanescu

Method Summary
static CommandProcessor parse(org.w3c.dom.Node element)
           
static AppendCommand parseAppend(org.w3c.dom.Element element)
           
static CopyCommand parseCopy(org.w3c.dom.Element element)
           
static DeleteCommand parseDelete(org.w3c.dom.Element element)
           
static MkdirCommand parseMkdir(org.w3c.dom.Element element)
           
static MkfileCommand parseMkfile(org.w3c.dom.Element element)
           
static PropertyCommand parseProperty(org.w3c.dom.Element element)
           
static UnzipCommand parseUnzip(org.w3c.dom.Element element)
           
static ZipCommand parseZip(org.w3c.dom.Element element)
           
static PathFilter readPathFilter(org.w3c.dom.Element element)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public static CommandProcessor parse(org.w3c.dom.Node element)
                              throws java.io.IOException
Throws:
java.io.IOException

parseProperty

public static PropertyCommand parseProperty(org.w3c.dom.Element element)

parseCopy

public static CopyCommand parseCopy(org.w3c.dom.Element element)

parseAppend

public static AppendCommand parseAppend(org.w3c.dom.Element element)

parseUnzip

public static UnzipCommand parseUnzip(org.w3c.dom.Element element)

parseZip

public static ZipCommand parseZip(org.w3c.dom.Element element)

parseMkdir

public static MkdirCommand parseMkdir(org.w3c.dom.Element element)

parseDelete

public static DeleteCommand parseDelete(org.w3c.dom.Element element)

parseMkfile

public static MkfileCommand parseMkfile(org.w3c.dom.Element element)
                                 throws java.io.IOException
Throws:
java.io.IOException

readPathFilter

public static PathFilter readPathFilter(org.w3c.dom.Element element)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.