Class RenamingPlugin.Renaming.Compound

    • Constructor Detail

      • Compound

        public Compound​(RenamingPlugin.Renaming... renaming)
        Creates a new compound renaming.
        Parameters:
        renaming - The renaming to apply.
      • Compound

        public Compound​(java.util.List<? extends RenamingPlugin.Renaming> renamings)
        Creates a new compound renaming.
        Parameters:
        renamings - The renamings to apply.
    • Method Detail

      • apply

        public java.lang.String apply​(java.lang.String name)
        Applies a renaming.
        Specified by:
        apply in interface RenamingPlugin.Renaming
        Parameters:
        name - The previous name.
        Returns:
        The former name.