Class DefaultLocatorProvider
- java.lang.Object
-
- ro.isdc.wro.maven.plugin.support.spi.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.OrderedResponsible for custom providing custom locators from maven plugin module.- Since:
- 1.7.10
- Author:
- Alex Objelean
-
-
Constructor Summary
Constructors Constructor Description DefaultLocatorProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOrder()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()
-
-
-
Method Detail
-
provideLocators
public java.util.Map<java.lang.String,ro.isdc.wro.model.resource.locator.UriLocator> provideLocators()
- Specified by:
provideLocatorsin interfacero.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:
getOrderin interfacero.isdc.wro.util.Ordered
-
-