Package 

Interface Library


  • 
    public interface Library
    
                        

    ライブラリを表すInterfaceです。

    サブモジュールと連携するために用意している機能であり、通常利用で使用することはありません。

    • Method Summary

      Modifier and Type Method Description
      abstract Unit configure(KarteApp app) ライブラリを初期化します。
      abstract Unit unconfigure(KarteApp app) ライブラリを破棄します。
      abstract String getName() ライブラリ名
      abstract String getVersion() バージョン
      abstract Boolean getIsPublic() 公開モジュールであるかどうか
      • Methods inherited from class io.karte.android.core.library.Library

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait