Uses of Enum Class
de.espirit.firstspirit.module.descriptor.ComponentDescriptor.Scope
Packages that use ComponentDescriptor.Scope
-
Uses of ComponentDescriptor.Scope in de.espirit.firstspirit.module
Methods in de.espirit.firstspirit.module that return ComponentDescriptor.Scope -
Uses of ComponentDescriptor.Scope in de.espirit.firstspirit.module.descriptor
Methods in de.espirit.firstspirit.module.descriptor that return ComponentDescriptor.ScopeModifier and TypeMethodDescriptionComponentDescriptor.getScope()
Returns component scope.LibraryDescriptor.getScope()
Provides the scope of the library.ProjectAppDescriptor.getScope()
The scope of this project app description.PublicClassDescriptor.getScope()
Provides the scope of the public class, which always isserver scoped
.ServiceDescriptor.getScope()
Provides the scope of this descriptor, which always isa server
.WebAppDescriptor.getScope()
The scope of this project app description.WebServerDescriptor.getScope()
Provides the scope of this descriptor, which always isa server
.static ComponentDescriptor.Scope
Returns the enum constant of this class with the specified name.static ComponentDescriptor.Scope[]
ComponentDescriptor.Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.