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 CommandProcessorparse(Node element)static AppendCommandparseAppend(Element element)static CopyCommandparseCopy(Element element)static DeleteCommandparseDelete(Element element)static MkdirCommandparseMkdir(Element element)static MkfileCommandparseMkfile(Element element)static MoveCommandparseMove(Element element)static PropertyCommandparseProperty(Element element)static UnzipCommandparseUnzip(Element element)static ZipCommandparseZip(Element element)static PathFilterSetreadPathFilter(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)
-
-