Class DUUINextcloudDocumentHandler

java.lang.Object
org.texttechnologylab.DockerUnifiedUIMAInterface.document_handler.DUUINextcloudDocumentHandler
All Implemented Interfaces:
IDUUIDocumentHandler, IDUUIFolderPickerApi

public class DUUINextcloudDocumentHandler extends Object implements IDUUIDocumentHandler, IDUUIFolderPickerApi
  • Constructor Details

    • DUUINextcloudDocumentHandler

      public DUUINextcloudDocumentHandler(String serverName, String loginName, String password)
      Create a new NextCloudDocumentHandler
      Parameters:
      serverName - A URL containing the server address. (e.g.: "https://nextcloud.texttechnologylab.org/")
      loginName - The username used to log in to a NextCloud account.
      password - The password for the user.
  • Method Details