Interface LinkManager


public interface LinkManager
This interface describes the capabilities of a link manager.
  • Method Summary

    Modifier and Type
    Method
    Description
    lock(boolean locked)
    The method lock provides means to set and release the lock for recursive processing.
    see(String link)
    The method see provides means to start the processing of a link.
    The method seen provides means to end the processing.
  • Method Details

    • lock

      LinkManager lock(boolean locked)
      The method lock provides means to set and release the lock for recursive processing.
      Parameters:
      locked - the new lock status
      Returns:
      this
    • see

      String see(String link)
      The method see provides means to start the processing of a link.
      Parameters:
      link - the link
      Returns:
      the link URL
    • seen

      String seen()
      The method seen provides means to end the processing.
      Returns:
      the String collected