Class CreateFileCommand

  • All Implemented Interfaces:
    Command

    public class CreateFileCommand
    extends Object
    implements Command
    CreateFile command
    • Constructor Detail

      • CreateFileCommand

        public CreateFileCommand​(String name,
                                 NodeRef rootNode,
                                 String path,
                                 long allocationSize,
                                 boolean isHidden)
    • Method Detail

      • getName

        public String getName()
      • getRootNode

        public NodeRef getRootNode()
      • getPath

        public String getPath()
      • setAllocationSize

        public void setAllocationSize​(long allocationSize)
      • getAllocationSize

        public long getAllocationSize()
      • isHidden

        public boolean isHidden()