All Implemented Interfaces:
Describable<NameTransformer>, Serializable

public class RemovePrefix extends NameTransformer
See Also:
  • Constructor Details

    • RemovePrefix

      @DataBoundConstructor public RemovePrefix(String prefix)
  • Method Details

    • getPrefix

      public String getPrefix()
    • setPrefix

      @DataBoundSetter public void setPrefix(String prefix)
    • transform

      public String transform(String str)
      Description copied from class: NameTransformer
      Transform the string using some operation.
      Specified by:
      transform in class NameTransformer
      Parameters:
      str - the raw string
      Returns:
      the transformed string
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object