public final class DOMCommandsParser extends Object
Modifier and Type | Method and Description |
---|---|
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) |
public static CommandProcessor parse(Node element) throws IOException
IOException
public static PropertyCommand parseProperty(Element element)
public static CopyCommand parseCopy(Element element)
public static MoveCommand parseMove(Element element)
public static AppendCommand parseAppend(Element element)
public static UnzipCommand parseUnzip(Element element)
public static ZipCommand parseZip(Element element)
public static MkdirCommand parseMkdir(Element element)
public static DeleteCommand parseDelete(Element element)
public static MkfileCommand parseMkfile(Element element) throws IOException
IOException
public static PathFilterSet readPathFilter(Element element)
Copyright © 2018 Nuxeo. All rights reserved.