インタフェースModuleElement.RequiresDirective

すべてのスーパー・インタフェース:
ModuleElement.Directive
含まれているインタフェース:
ModuleElement

public static interface ModuleElement.RequiresDirective extends ModuleElement.Directive
モジュールの依存関係。
導入されたバージョン:
9
  • メソッドの詳細

    • isStatic

      boolean isStatic()
      これが静的依存関係であるかどうかを返します。
      戻り値:
      これが静的な依存関係であるかどうか
    • isTransitive

      boolean isTransitive()
      これが推移的依存関係であるかどうかを返します。
      戻り値:
      これが推移的な依存性であるかどうか
    • getDependency

      ModuleElement getDependency()
      必要なモジュールを返します。
      戻り値:
      必要なモジュール