All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.edgarespina.mwa.wro4j.UriLocatorFactoryAware Maven / Gradle / Ivy

package com.github.edgarespina.mwa.wro4j;

import ro.isdc.wro.model.resource.locator.factory.UriLocatorFactory;
import ro.isdc.wro.model.resource.processor.ResourcePostProcessor;
import ro.isdc.wro.model.resource.processor.ResourcePreProcessor;

/**
 * Callback interface for {@link ResourcePreProcessor} and
 * {@link ResourcePostProcessor}.
 *
 * @author edgar.espina
 * @internal
 * @since 0.1.2
 */
interface UriLocatorFactoryAware {
  /**
   * Set the {@link UriLocatorFactory}.
   *
   * @param uriLocatorFactory The {@link UriLocatorFactory}. Never null.
   */
  void setUriLocatorFactory(UriLocatorFactory uriLocatorFactory);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy