Class AssignFeatureNameUtilities

Object
AssignFeatureNameUtilities

public class AssignFeatureNameUtilities extends Object
Utilities for assigning a name to a feature.
Author:
Owen Feehan
  • Method Details

    • assignWithPrefix

      public static void assignWithPrefix(Feature<? extends FeatureInput> feature, String existingName, String prefix)
      Assigns a new custom-name to a feature, by combining an existing-name with a prefix.
      Parameters:
      feature - the feature to assign a custom-name to.
      existingName - the existing name.
      prefix - the prefix to prepend.