Interface Prioritizable
-
- All Known Subinterfaces:
ConsistencyAnalysis,ContentImporter,ModifiableProfileAssignmentStorage,ProfileAssignmentStorage,QueryAdapterFOSearch,ResourceDependenciesList,ResourceHandlerProvider,SiteGetter,XmlContentImporter
- All Known Implementing Classes:
AbstractConsistencyAnalysis,AbstractContentImporter,AbstractResourceHandlerProvider,AbstractSimpleResourceHandlerProvider,AbstractSiteGetter,AbstractXmlContentImporter,ACLAmetysObjectProfileAssignmentStorage,CompiledCssResourceHandlerProvider,CssDependenciesList,CssResourceHandlerProvider,CSSSourceMapResourceHandlerProvider,DefaultResourceDependenciesList,DefaultXmlContentImporter,ECTSSumAnalysis,ImageResourceHandlerProvider,JdbcProfileAssignmentStorage,JSResourceHandlerProvider,JSSourceMapResourceHandlerProvider,MinimizedCSSResourceHandlerProvider,MinimizedJSResourceHandlerProvider,ModifiableACLAmetysObjectProfileAssignmentStorage,ODFWebSiteGetter,PdfCoverResourceHandlerProvider,SassDependenciesList,SassSourceMapResourceHandlerProvider,StepHolderAnalysis,UncompiledSassResourceHandlerProvider,VueJsResourceHandlerProvider,WebCssDependenciesList,WebDefaultResourceDependenciesList,WebSassDependenciesList,WebSiteGetter,WorkspacesQueryAdapterFOSearch
public interface Prioritizable
Interface to prioritize components.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPriority()Get the priority for the component.
-
-
-
Method Detail
-
getPriority
int getPriority()
Get the priority for the component. On components usingPrioritizableinterface, each implementation define the order. In most cases, less is the number, more prior is the component.- Returns:
- the priority
-
-