RePlugin/replugin-plugin-library
2017-07-01 02:08:18 +08:00
..
gradle/wrapper Rename the top-level directory name 2017-07-01 01:28:10 +08:00
replugin-plugin-lib Rename the plugin library subdirectory name 2017-07-01 02:08:18 +08:00
build.gradle Rename the top-level directory name 2017-07-01 01:28:10 +08:00
gradle.properties Rename the top-level directory name 2017-07-01 01:28:10 +08:00
gradlew Rename the top-level directory name 2017-07-01 01:28:10 +08:00
gradlew.bat Rename the top-level directory name 2017-07-01 01:28:10 +08:00
README.md Rename the top-level directory name 2017-07-01 01:28:10 +08:00
settings.gradle Rename the top-level directory name 2017-07-01 01:28:10 +08:00

RePlugin Plugin Library

RePlugin Plugin Library是一个Java工程插件 负责引入。

该类主要提供通过“Java反射”来调用主程序中 RePlugin Host Library 的相关接口,并提供“双向通信”的能力。

开发者需要依赖此Library以让您的单品工程变成“插件”。请参见WiKi以了解接入方法。

有关RePlugin Plugin Library的详细描述请访问我们的WiKi以了解更多的内容。