Class CleanServiceBuilderCommand

java.lang.Object
com.liferay.portal.tools.db.support.commands.BaseCommand
com.liferay.portal.tools.db.support.commands.CleanServiceBuilderCommand
All Implemented Interfaces:
Command

public class CleanServiceBuilderCommand extends BaseCommand
  • Constructor Details

    • CleanServiceBuilderCommand

      public CleanServiceBuilderCommand()
  • Method Details

    • setServiceXmlFile

      public void setServiceXmlFile(File serviceXmlFile)
    • setServletContextName

      public void setServletContextName(String servletContextName)
    • execute

      protected void execute(Connection connection) throws Exception
      Specified by:
      execute in class BaseCommand
      Throws:
      Exception