Package ro.isdc.wro.maven.plugin.support
Interface ExtraConfigFileAware
-
- All Known Implementing Classes:
ConfigurableWroManagerFactory
public interface ExtraConfigFileAwareAllows implementor to access a file containing extra config file used by maven plugin.- Author:
- Alex Objelean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetExtraConfigFile(java.io.File extraConfigFile)The implementation should handle the null case also.
-