Class SequenceResourceNaming

  • All Implemented Interfaces:
    IResourceNaming

    public class SequenceResourceNaming
    extends SimpleResourceNaming
    With this resource naming scheme we try to keep the original filename. However, if there are multiple files with the same name, we add a sequence nr starting at 2.

    For example :

    Load orders.hpl Load orders 2.hpl Load orders 3.hpl etc.