java.lang.Object
org.nuxeo.runtime.deployment.preprocessor.install.commands.MkfileCommand
All Implemented Interfaces:
Command

public class MkfileCommand extends Object implements Command
Author:
Bogdan Stefanescu
  • Field Details

    • path

      protected final Path path
    • content

      protected final byte[] content
  • Constructor Details

    • MkfileCommand

      public MkfileCommand(Path path, byte[] content)
      Constructor for mkfile command.
      Parameters:
      path - the path relative to the root container
      content - the file content as an array of bytes
  • Method Details