Class DOMCommandsParser
java.lang.Object
org.nuxeo.runtime.deployment.preprocessor.install.DOMCommandsParser
- Author:
- Bogdan Stefanescu
-
Method Summary
Modifier and TypeMethodDescriptionstatic CommandProcessor
static AppendCommand
parseAppend
(Element element) static CopyCommand
static DeleteCommand
parseDelete
(Element element) static MkdirCommand
parseMkdir
(Element element) static MkfileCommand
parseMkfile
(Element element) static MoveCommand
static PropertyCommand
parseProperty
(Element element) static UnzipCommand
parseUnzip
(Element element) static ZipCommand
static PathFilterSet
readPathFilter
(Element element)
-
Method Details
-
parse
- Throws:
IOException
-
parseProperty
-
parseCopy
-
parseMove
-
parseAppend
-
parseUnzip
-
parseZip
-
parseMkdir
-
parseDelete
-
parseMkfile
- Throws:
IOException
-
readPathFilter
-