クラス AbstractBotCommand<R>

java.lang.Object
org.thinkit.bot.instagram.command.AbstractBotCommand<R>
すべての実装されたインタフェース:
Serializable, BotCommand<R>
直系の既知のサブクラス:
AutoCommentCommand, AutoFollowCommand, AutoForecastFollowBackUserCommand, AutoLikeCommand, AutoLoginCommand, AutoScrapeUserProfileCommand, AutoUnfollowCommand

public abstract class AbstractBotCommand<R>
extends Object
implements BotCommand<R>, Serializable
関連項目:
直列化された形式
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ 説明
    AbstractBotCommand()  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    R execute​(@NonNull org.openqa.selenium.WebDriver webDriver)  

    クラスから継承されたメソッド java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

    • AbstractBotCommand

      public AbstractBotCommand()
  • メソッドの詳細

    • execute

      public R execute​(@NonNull @NonNull org.openqa.selenium.WebDriver webDriver)
      定義:
      execute インタフェース内 BotCommand<R>