Class DefaultLocatorProvider

  • All Implemented Interfaces:
    ro.isdc.wro.model.resource.locator.support.LocatorProvider, ro.isdc.wro.util.Ordered

    public class DefaultLocatorProvider
    extends java.lang.Object
    implements ro.isdc.wro.model.resource.locator.support.LocatorProvider, ro.isdc.wro.util.Ordered
    Responsible for custom providing custom locators from maven plugin module.
    Since:
    1.7.10
    Author:
    Alex Objelean
    • Field Summary

      • Fields inherited from interface ro.isdc.wro.util.Ordered

        DESCENDING_COMPARATOR, HIGHEST, LOWEST, MEDIUM
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getOrder()
      The order is slightly higher than the one provided by default by core module.
      java.util.Map<java.lang.String,​ro.isdc.wro.model.resource.locator.UriLocator> provideLocators()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultLocatorProvider

        public DefaultLocatorProvider()
    • Method Detail

      • provideLocators

        public java.util.Map<java.lang.String,​ro.isdc.wro.model.resource.locator.UriLocator> provideLocators()
        Specified by:
        provideLocators in interface ro.isdc.wro.model.resource.locator.support.LocatorProvider
      • getOrder

        public int getOrder()
        The order is slightly higher than the one provided by default by core module. This is important in order to override custom configurations.
        Specified by:
        getOrder in interface ro.isdc.wro.util.Ordered