Class RestoreFileCommand

  • All Implemented Interfaces:
    Command

    public class RestoreFileCommand
    extends Object
    implements Command
    Restore File Command
    • Constructor Detail

      • RestoreFileCommand

        public RestoreFileCommand​(String name,
                                  NodeRef rootNode,
                                  String path,
                                  long allocationSize,
                                  NodeRef originalNodeRef)
    • Method Detail

      • getName

        public String getName()
      • getRootNode

        public NodeRef getRootNode()
      • getPath

        public String getPath()
      • getOriginalNodeRef

        public NodeRef getOriginalNodeRef()
      • setAllocationSize

        public void setAllocationSize​(long allocationSize)
      • getAllocationSize

        public long getAllocationSize()