Class Importurls

java.lang.Object
org.zaproxy.clientapi.gen.Importurls

@Deprecated(since="1.11.0", forRemoval=true) public class Importurls extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Use Exim instead.
This file was automatically generated.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    importurls(String filepath)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Imports URLs (one per line) from the file with the given file system path.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Importurls

      public Importurls(ClientApi api)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • importurls

      public ApiResponse importurls(String filepath) throws ClientApiException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Imports URLs (one per line) from the file with the given file system path.

      This component is optional and therefore the API will only work if it is installed

      Throws:
      ClientApiException