Class DOMCommandsParser
- java.lang.Object
-
- org.nuxeo.runtime.deployment.preprocessor.install.DOMCommandsParser
-
public final class DOMCommandsParser extends Object
- Author:
- Bogdan Stefanescu
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-
-
-
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)
-
-