Package org.apache.any23.writer
Class URIListWriterFactory
- java.lang.Object
- 
- org.apache.any23.writer.URIListWriterFactory
 
- 
- All Implemented Interfaces:
- TripleWriterFactory,- WriterFactory
 
 public class URIListWriterFactory extends Object implements TripleWriterFactory - Author:
- Peter Ansell p_ansell@yahoo.com, Hans Brende (hansbrende@apache.org)
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringIDENTIFIERstatic StringMIME_TYPE
 - 
Constructor SummaryConstructors Constructor Description URIListWriterFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()SettingsgetSupportedSettings()TripleFormatgetTripleFormat()TripleHandlergetTripleWriter(OutputStream os, Settings settings)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.any23.writer.TripleWriterFactorygetMimeType, getRdfFormat, getRdfWriter
 
- 
 
- 
- 
- 
Field Detail- 
MIME_TYPEpublic static final String MIME_TYPE - See Also:
- Constant Field Values
 
 - 
IDENTIFIERpublic static final String IDENTIFIER - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getTripleFormatpublic TripleFormat getTripleFormat() - Specified by:
- getTripleFormatin interface- TripleWriterFactory
- Returns:
- the format used to write to OutputStreams
 
 - 
getSupportedSettingspublic Settings getSupportedSettings() - Specified by:
- getSupportedSettingsin interface- TripleWriterFactory
- Returns:
- the settings supported by writers produced by this factory
 
 - 
getIdentifierpublic String getIdentifier() - Specified by:
- getIdentifierin interface- WriterFactory
 
 - 
getTripleWriterpublic TripleHandler getTripleWriter(OutputStream os, Settings settings) - Specified by:
- getTripleWriterin interface- TripleWriterFactory
- Parameters:
- os- the- OutputStreamto write to
- settings- the settings with which to configure the writer
- Returns:
- a TripleHandlerwhich writes to the specifiedOutputStream
 
 
- 
 
-