Class ScenarioCreateDeleteRenameShuffleInstance

  • All Implemented Interfaces:
    ScenarioInstance

    public class ScenarioCreateDeleteRenameShuffleInstance
    extends java.lang.Object
    implements ScenarioInstance
    This is an instance of a create, delete, rename shuffle" triggered by a create of a file matching a specified pattern.

    a) New file created. Typically with an obscure name. b) Existing file deleted c) New file moved into place.

    If this filter is active then this is what happens. a) New file created. New file created. b) Existing file deleted. File moved to temporary location instead. c) Rename - Scenario fires - File moved back from temporary location - Content updated. - temporary file deleted

    • Constructor Detail

      • ScenarioCreateDeleteRenameShuffleInstance

        public ScenarioCreateDeleteRenameShuffleInstance()