Class AggregatedFolderPathResolver


  • public class AggregatedFolderPathResolver
    extends java.lang.Object
    Encapsulates the details about computation of aggregated folderPath in maven plugin.
    Since:
    1.7.2
    Author:
    Alex Objelean
    • Constructor Detail

      • AggregatedFolderPathResolver

        public AggregatedFolderPathResolver()
    • Method Detail

      • resolve

        public java.lang.String resolve()
        The idea is to compute the aggregatedFolderPath based on a root folder. The root folder is determined by comparing the cssTargetFolder (the folder where aggregated css files are located) with build directory or contextFolder. If rootFolder is null, then the result is also null (equivalent to using the cssTargetFolder the same as the root folder.
        Returns:
        the aggregated folder path, based on the cssDestinationFolder (if set) and the build folder or the contextFolder.