Uses of Enum Class
de.espirit.firstspirit.module.descriptor.ComponentDescriptor.Type
Packages that use ComponentDescriptor.Type
-
Uses of ComponentDescriptor.Type in de.espirit.firstspirit.module.descriptor
Methods in de.espirit.firstspirit.module.descriptor that return ComponentDescriptor.TypeModifier and TypeMethodDescriptionComponentDescriptor.getType()Returns component type.LibraryDescriptor.getType()Provides the type of this descriptor, which isa library.ProjectAppDescriptor.getType()The type of this project app descriptor which isType#PROJECTAPP.PublicClassDescriptor.getType()Provides this components type, which isa public class.ServiceDescriptor.getType()Provides the type of this descriptor, which always isa service.WebAppDescriptor.getType()The type of this project app descriptor which isType#WEBAPP.WebServerDescriptor.getType()Provides the type of this descriptor, which always isa web server.static ComponentDescriptor.TypeReturns the enum constant of this class with the specified name.static ComponentDescriptor.Type[]ComponentDescriptor.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.