Class MoveTransformedPublicFilesTask

  • All Implemented Interfaces:
    Serializable, IQueueTask

    public class MoveTransformedPublicFilesTask
    extends Object
    implements IQueueTask
    Moves the public transformed files of a FileConfig to the current web root folder.
    Since:
    6.2.0
    Version:
    $Revision: 16814 $ $Date: 2015-01-23 11:33:18 -0200 (Fri, 23 Jan 2015) $
    See Also:
    Serialized Form
    • Constructor Detail

      • MoveTransformedPublicFilesTask

        public MoveTransformedPublicFilesTask​(Collection<String> fileConfigIds,
                                              IWebRootPortalBaseFolder oldWebRoot)
        Creates a new task for moving transformed public files.
        Parameters:
        fileConfigIds - the identifiers of files whose transformations are to be moved.
        oldWebRoot - the web root the files were originally in, or null if they were not in any web root.
        Since:
        6.2.0