org.openrdf.query.resultio.text
Class BooleanTextParserFactory

java.lang.Object
  extended by org.openrdf.query.resultio.text.BooleanTextParserFactory
All Implemented Interfaces:
BooleanQueryResultParserFactory

public class BooleanTextParserFactory
extends Object
implements BooleanQueryResultParserFactory

A BooleanQueryResultParserFactory for plain text boolean result parsers.

Author:
Arjohn Kampman

Constructor Summary
BooleanTextParserFactory()
           
 
Method Summary
 BooleanQueryResultFormat getBooleanQueryResultFormat()
          Returns BooleanQueryResultFormat.TEXT.
 BooleanQueryResultParser getParser()
          Returns a new instance of BooleanTextParser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanTextParserFactory

public BooleanTextParserFactory()
Method Detail

getBooleanQueryResultFormat

public BooleanQueryResultFormat getBooleanQueryResultFormat()
Returns BooleanQueryResultFormat.TEXT.

Specified by:
getBooleanQueryResultFormat in interface BooleanQueryResultParserFactory

getParser

public BooleanQueryResultParser getParser()
Returns a new instance of BooleanTextParser.

Specified by:
getParser in interface BooleanQueryResultParserFactory


Copyright © 2001-2009 Aduna. All Rights Reserved.