Class DistBundleCommand

java.lang.Object
com.liferay.portal.tools.bundle.support.commands.BaseCommand
com.liferay.portal.tools.bundle.support.commands.DistBundleCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
DistBundleTask

public class DistBundleCommand extends BaseCommand
  • Constructor Details

    • DistBundleCommand

      public DistBundleCommand()
  • Method Details

    • execute

      public void execute() throws Exception
      Throws:
      Exception
    • getFormat

      public String getFormat()
    • getOutputFile

      public File getOutputFile()
    • isIncludeFolder

      public boolean isIncludeFolder()
    • setFormat

      public void setFormat(String format)
    • setIncludeFolder

      public void setIncludeFolder(boolean includeFolder)
    • setOutputFile

      public void setOutputFile(File outputFile)