All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.codingdebugallday.integration.pf4j.Pf4jFactory Maven / Gradle / Ivy

The newest version!
package com.github.codingdebugallday.integration.pf4j;

import com.github.codingdebugallday.integration.application.DefaultPluginApplication;
import org.pf4j.PluginManager;

/**
 * 

* Pf4j 集成工厂。获取Pf4j的PluginManager对象 *

* * @author isaac 2020/6/16 15:56 * @see DefaultPluginApplication * @since 1.0 */ public interface Pf4jFactory { /** * 得到插件管理者 * * @return 插件管理者 */ PluginManager getPluginManager(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy