org.openstreetmap.josm.actions.search
Class SearchCompiler.UserMatch

java.lang.Object
  extended by org.openstreetmap.josm.actions.search.SearchCompiler.Match
      extended by org.openstreetmap.josm.actions.search.SearchCompiler.UserMatch
Enclosing class:
SearchCompiler

private static class SearchCompiler.UserMatch
extends SearchCompiler.Match

Matches objects last changed by the given username.


Field Summary
private  java.lang.String user
           
 
Constructor Summary
SearchCompiler.UserMatch(java.lang.String user)
           
 
Method Summary
 boolean match(OsmPrimitive osm)
           
 java.lang.String toString()
           
 
Methods inherited from class org.openstreetmap.josm.actions.search.SearchCompiler.Match
existsMatch, forallMatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

user

private java.lang.String user
Constructor Detail

SearchCompiler.UserMatch

public SearchCompiler.UserMatch(java.lang.String user)
Method Detail

match

public boolean match(OsmPrimitive osm)
Specified by:
match in class SearchCompiler.Match

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


JOSM