org.nuxeo.runtime.deployment.preprocessor.install
Class DOMCommandsParser
java.lang.Object
org.nuxeo.runtime.deployment.preprocessor.install.DOMCommandsParser
public final class DOMCommandsParser
- extends Object
- Author:
- Bogdan Stefanescu
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)
Copyright © 2011 Nuxeo SAS. All Rights Reserved.