Nuxeo ECM Projects 5.4.3-SNAPSHOT

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 Object

Author:
Bogdan Stefanescu

Method Summary
static CommandProcessor parse(Node element)
           
static AppendCommand parseAppend(Element element)
           
static CopyCommand parseCopy(Element element)
           
static DeleteCommand parseDelete(Element element)
           
static MkdirCommand parseMkdir(Element element)
           
static MkfileCommand parseMkfile(Element element)
           
static MoveCommand parseMove(Element element)
           
static PropertyCommand parseProperty(Element element)
           
static UnzipCommand parseUnzip(Element element)
           
static ZipCommand parseZip(Element element)
           
static PathFilterSet readPathFilter(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(Node element)
                              throws IOException
Throws:
IOException

parseProperty

public static PropertyCommand parseProperty(Element element)

parseCopy

public static CopyCommand parseCopy(Element element)

parseMove

public static MoveCommand parseMove(Element element)

parseAppend

public static AppendCommand parseAppend(Element element)

parseUnzip

public static UnzipCommand parseUnzip(Element element)

parseZip

public static ZipCommand parseZip(Element element)

parseMkdir

public static MkdirCommand parseMkdir(Element element)

parseDelete

public static DeleteCommand parseDelete(Element element)

parseMkfile

public static MkfileCommand parseMkfile(Element element)
                                 throws IOException
Throws:
IOException

readPathFilter

public static PathFilterSet readPathFilter(Element element)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.