类 PluginOneselfInteractive
- java.lang.Object
-
- com.gitee.starblues.bootstrap.PluginOneselfInteractive
-
- 所有已实现的接口:
com.gitee.starblues.core.launcher.plugin.PluginInteractive
public class PluginOneselfInteractive extends Object implements com.gitee.starblues.core.launcher.plugin.PluginInteractive
插件自己的Interactive- 从以下版本开始:
- 3.0.0
- 版本:
- 3.1.0
- 作者:
- starBlues
-
-
构造器概要
构造器 构造器 说明 PluginOneselfInteractive()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 com.gitee.starblues.integration.IntegrationConfigurationgetConfiguration()com.gitee.starblues.spring.invoke.InvokeSupperCachegetInvokeSupperCache()com.gitee.starblues.spring.MainApplicationContextgetMainApplicationContext()com.gitee.starblues.spring.extract.OpExtractFactorygetOpExtractFactory()com.gitee.starblues.core.descriptor.InsidePluginDescriptorgetPluginDescriptor()com.gitee.starblues.core.PluginInsideInfogetPluginInsideInfo()
-
-
-
方法详细资料
-
getPluginDescriptor
public com.gitee.starblues.core.descriptor.InsidePluginDescriptor getPluginDescriptor()
- 指定者:
getPluginDescriptor在接口中com.gitee.starblues.core.launcher.plugin.PluginInteractive
-
getPluginInsideInfo
public com.gitee.starblues.core.PluginInsideInfo getPluginInsideInfo()
- 指定者:
getPluginInsideInfo在接口中com.gitee.starblues.core.launcher.plugin.PluginInteractive
-
getMainApplicationContext
public com.gitee.starblues.spring.MainApplicationContext getMainApplicationContext()
- 指定者:
getMainApplicationContext在接口中com.gitee.starblues.core.launcher.plugin.PluginInteractive
-
getConfiguration
public com.gitee.starblues.integration.IntegrationConfiguration getConfiguration()
- 指定者:
getConfiguration在接口中com.gitee.starblues.core.launcher.plugin.PluginInteractive
-
getInvokeSupperCache
public com.gitee.starblues.spring.invoke.InvokeSupperCache getInvokeSupperCache()
- 指定者:
getInvokeSupperCache在接口中com.gitee.starblues.core.launcher.plugin.PluginInteractive
-
getOpExtractFactory
public com.gitee.starblues.spring.extract.OpExtractFactory getOpExtractFactory()
- 指定者:
getOpExtractFactory在接口中com.gitee.starblues.core.launcher.plugin.PluginInteractive
-
-