Package fish.payara.micro.data
Interface ModuleDescriptor
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ModuleDescriptorImpl
public interface ModuleDescriptor extends Serializable
Describes an application module- Author:
- Steve Millidge
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContextRoot()Returns the context root of the application if anyStringgetName()Returns the name of the moduleMap<String,String>getServletMappings()Returns the Servlet mappings present in this module if any, or the empty list if noneStringgetType()Returns the type of the module e.g.
-