Class WrapSoyAlloyTemplateCommand

java.lang.Object
com.liferay.portal.tools.soy.builder.commands.BaseSoyJsCommand
com.liferay.portal.tools.soy.builder.commands.WrapSoyAlloyTemplateCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
WrapSoyAlloyTemplateTask

public class WrapSoyAlloyTemplateCommand extends BaseSoyJsCommand
  • Constructor Details

    • WrapSoyAlloyTemplateCommand

      public WrapSoyAlloyTemplateCommand()
  • Method Details

    • execute

      public void execute(Path path) throws IOException
      Specified by:
      execute in class BaseSoyJsCommand
      Throws:
      IOException
    • getModuleName

      public String getModuleName()
    • getNamespace

      public String getNamespace()
    • setModuleName

      public void setModuleName(String moduleName)
    • setNamespace

      public void setNamespace(String namespace)
    • getWrapperFooter

      protected String getWrapperFooter()
    • getWrapperHeader

      protected String getWrapperHeader()