Class CreateDocumentCommand


  • public class CreateDocumentCommand
    extends Object
    Class representing the document creation command.
    Since:
    0.1.0
    Author:
    nandorholozsnyak
    • Method Detail

      • getName

        public String getName()
      • getTemplate

        public String getTemplate()
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getMetadataInput

        public File getMetadataInput()
      • getOutput

        public File getOutput()
      • getProject

        public Project getProject()
      • getExcludedProperties

        public List<String> getExcludedProperties()
      • setExcludedProperties

        public void setExcludedProperties​(List<String> excludedProperties)
      • getIncludedProperties

        public List<String> getIncludedProperties()
      • setIncludedProperties

        public void setIncludedProperties​(List<String> includedProperties)
      • getExcludedGroups

        public List<String> getExcludedGroups()
      • setExcludedGroups

        public void setExcludedGroups​(List<String> excludedGroups)
      • getIncludedGroups

        public List<String> getIncludedGroups()
      • setIncludedGroups

        public void setIncludedGroups​(List<String> includedGroups)