Class DOMCommandsParser
java.lang.Object
org.nuxeo.runtime.deployment.preprocessor.install.DOMCommandsParser
- Author:
- Bogdan Stefanescu
-
Method Summary
Modifier and TypeMethodDescriptionstatic CommandProcessorstatic AppendCommandparseAppend(Element element) static CopyCommandstatic DeleteCommandparseDelete(Element element) static MkdirCommandparseMkdir(Element element) static MkfileCommandparseMkfile(Element element) static MoveCommandstatic PropertyCommandparseProperty(Element element) static UnzipCommandparseUnzip(Element element) static ZipCommandstatic PathFilterSetreadPathFilter(Element element)
-
Method Details
-
parse
- Throws:
IOException
-
parseProperty
-
parseCopy
-
parseMove
-
parseAppend
-
parseUnzip
-
parseZip
-
parseMkdir
-
parseDelete
-
parseMkfile
- Throws:
IOException
-
readPathFilter
-