Class PropertyFilter

java.lang.Object
net.thevpc.nsh.util.PropertyFilter
All Implemented Interfaces:
Serializable

public class PropertyFilter extends Object implements Serializable
Author:
thevpc
See Also:
  • Constructor Details

    • PropertyFilter

      public PropertyFilter(String filter)
  • Method Details

    • matchesProperty

      public boolean matchesProperty(String propertyName)
    • filter

      public List<String> filter(List<String> properties)
    • reorderProperties

      public void reorderProperties(List<String> properties)
    • getMatchingIndex

      public int getMatchingIndex(String propertyName)