ro.isdc.wro.maven.plugin.support
Interface ExtraConfigFileAware

All Known Implementing Classes:
ConfigurableWroManagerFactory

public interface ExtraConfigFileAware

Allows implementor to access a file containing extra config file used by maven plugin.

Author:
Alex Objelean

Method Summary
 void setExtraConfigFile(File extraConfigFile)
          The implementation should handle the null case also.
 

Method Detail

setExtraConfigFile

void setExtraConfigFile(File extraConfigFile)
The implementation should handle the null case also.

Parameters:
extraConfigFile - the file containing extra configurations.


Copyright © 2008-2013. All Rights Reserved.