Uses of Enum Class
com.xebisco.yield.platform.ApplicationModule
Packages that use ApplicationModule
-
Uses of ApplicationModule in com.xebisco.yield
Fields in com.xebisco.yield declared as ApplicationModuleModifier and TypeFieldDescriptionstatic final ApplicationModule[]PlatformInit.PC_DEFAULTThePC_DEFAULTstatic array in the PlatformInit class serves as a predefined set of required platform modules for the PC platform.Methods in com.xebisco.yield that return ApplicationModuleModifier and TypeMethodDescriptionPlatformInit.requiredPlatformModules()Gets the required platform modules.Constructors in com.xebisco.yield with parameters of type ApplicationModuleModifierConstructorDescriptionPlatformInit(ApplicationModule[] requiredPlatformModules) Constructs a new instance ofPlatformInitwith the specified required platform modules. -
Uses of ApplicationModule in com.xebisco.yield.platform
Methods in com.xebisco.yield.platform that return ApplicationModuleModifier and TypeMethodDescriptionstatic ApplicationModuleReturns the enum constant of this class with the specified name.static ApplicationModule[]ApplicationModule.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xebisco.yield.platform that return types with arguments of type ApplicationModuleModifier and TypeMethodDescriptionApplicationPlatform.modules()Returns the value of themodulesrecord component.Constructor parameters in com.xebisco.yield.platform with type arguments of type ApplicationModuleModifierConstructorDescriptionApplicationPlatform(Map<ApplicationModule, Object> modules) Creates an instance of aApplicationPlatformrecord class.