Class ImportProjectCommand

java.lang.Object
com.google.refine.commands.Command
com.google.refine.commands.project.ImportProjectCommand

public class ImportProjectCommand extends Command
  • Constructor Details

    • ImportProjectCommand

      public ImportProjectCommand()
  • Method Details

    • doPost

      public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
      Overrides:
      doPost in class Command
      Throws:
      javax.servlet.ServletException
      IOException
    • internalImport

      protected void internalImport(javax.servlet.http.HttpServletRequest request, Properties options, long projectID) throws Exception
      Throws:
      Exception
    • internalImportURL

      protected void internalImportURL(javax.servlet.http.HttpServletRequest request, Properties options, long projectID, String urlString) throws Exception
      Throws:
      Exception