Uses of Enum Class
icu.easyj.core.loader.Scope
Packages that use Scope
-
Uses of Scope in icu.easyj.core.loader
Methods in icu.easyj.core.loader that return ScopeModifier and TypeMethodDescriptionExtensionDefinition.getScope()static ScopeReturns the enum constant of this class with the specified name.static Scope[]Scope.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in icu.easyj.core.loader with parameters of type ScopeModifierConstructorDescriptionExtensionDefinition(String name, Integer order, Scope scope, Class<?> serviceClass, IServiceFactory factory)