Uses of Enum Class
de.espirit.firstspirit.module.descriptor.ComponentDescriptor.Scope
-
Uses of ComponentDescriptor.Scope in de.espirit.firstspirit.module
-
Uses of ComponentDescriptor.Scope in de.espirit.firstspirit.module.descriptor
Modifier 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.