org.openrdf.elmo.smusher.listener
Class PersonLogListener

java.lang.Object
  extended by org.openrdf.elmo.smusher.listener.LogListener
      extended by org.openrdf.elmo.smusher.listener.PersonLogListener
All Implemented Interfaces:
SmusherListener

public class PersonLogListener
extends LogListener

A subclass of LogListener that reports person names instead of URIs where possible.

Author:
Peter Mika (pmika@cs.vu.nl)

Field Summary
protected  SesameManager _manager
           
 
Fields inherited from class org.openrdf.elmo.smusher.listener.LogListener
_out
 
Constructor Summary
PersonLogListener(Writer out, Repository repository)
           
 
Method Summary
 void matchFound(Resource firstResource, Resource secondResource)
           
 
Methods inherited from class org.openrdf.elmo.smusher.listener.LogListener
commit, finish, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_manager

protected SesameManager _manager
Constructor Detail

PersonLogListener

public PersonLogListener(Writer out,
                         Repository repository)
Method Detail

matchFound

public void matchFound(Resource firstResource,
                       Resource secondResource)
Specified by:
matchFound in interface SmusherListener
Overrides:
matchFound in class LogListener


Copyright © 2004-2008 Aduna. All Rights Reserved.