Uses of Interface
me.ulrich.koth.interfaces.GroupImplement
Packages that use GroupImplement
Package
Description
-
Uses of GroupImplement in me.ulrich.koth.api.implementations
Methods in me.ulrich.koth.api.implementations that return types with arguments of type GroupImplementModifier and TypeMethodDescriptionGroupAPIImplement.getGroupImplemented(String pluginName) GroupAPIImplement.getImplementationPluginsData()GroupAPIImplement.getImplementedGroup()GroupAPIImplement.getPreferentialOrFirstImplement()Methods in me.ulrich.koth.api.implementations with parameters of type GroupImplementModifier and TypeMethodDescriptionbooleanGroupAPIImplement.addImplementation(String pluginName, GroupImplement region) -
Uses of GroupImplement in me.ulrich.koth.interfaces
Methods in me.ulrich.koth.interfaces that return types with arguments of type GroupImplementModifier and TypeMethodDescriptionGroupAPI.getGroupImplemented(String pluginName) GroupAPI.getImplementationPluginsData()GroupAPI.getImplementedGroup()GroupAPI.getPreferentialOrFirstImplement()Methods in me.ulrich.koth.interfaces with parameters of type GroupImplementModifier and TypeMethodDescriptionbooleanGroupAPI.addImplementation(String pluginName, GroupImplement region) -
Uses of GroupImplement in me.ulrich.koth.manager.implementation
Methods in me.ulrich.koth.manager.implementation that return types with arguments of type GroupImplementModifier and TypeMethodDescriptionGroupImplementManager.getGroupImplemented(String pluginName) GroupImplementManager.getImplementationPluginsData()GroupImplementManager.getImplementedGroup()GroupImplementManager.getPreferentialOrFirstImplement()Methods in me.ulrich.koth.manager.implementation with parameters of type GroupImplementModifier and TypeMethodDescriptionbooleanGroupImplementManager.addImplementation(String pluginName, GroupImplement region) Method parameters in me.ulrich.koth.manager.implementation with type arguments of type GroupImplementModifier and TypeMethodDescriptionvoidGroupImplementManager.setImplementedGroup(HashMap<String, GroupImplement> implementedGroup)