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 Detail

      • setExtraConfigFile

        void setExtraConfigFile​(java.io.File extraConfigFile)
        The implementation should handle the null case also.
        Parameters:
        extraConfigFile - the file containing extra configurations.