Class GSAttributeEncoder.filterByName

  • All Implemented Interfaces:
    java.io.Serializable, org.jdom.filter.Filter
    Enclosing class:
    GSAttributeEncoder

    public static class GSAttributeEncoder.filterByName
    extends java.lang.Object
    implements org.jdom.filter.Filter
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      filterByName​(java.lang.String keyword)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(java.lang.Object obj)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • filterByName

        public filterByName​(java.lang.String keyword)
    • Method Detail

      • matches

        public boolean matches​(java.lang.Object obj)
        Specified by:
        matches in interface org.jdom.filter.Filter