Class RemovePrefixes

    • Constructor Detail

      • RemovePrefixes

        @DataBoundConstructor
        public RemovePrefixes​(Set<Prefix> prefixes)
    • Method Detail

      • getPrefixes

        public Set<Prefix> getPrefixes()
      • setPrefixes

        @DataBoundSetter
        public void setPrefixes​(Set<Prefix> prefixes)
      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object