Package org.apache.any23.writer
Class URIListWriterFactory
- java.lang.Object
-
- org.apache.any23.writer.URIListWriterFactory
-
- All Implemented Interfaces:
org.apache.any23.writer.TripleWriterFactory,org.apache.any23.writer.WriterFactory
public class URIListWriterFactory extends Object implements org.apache.any23.writer.TripleWriterFactory
- Author:
- Peter Ansell p_ansell@yahoo.com, Hans Brende (hansbrende@apache.org)
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDENTIFIERstatic StringMIME_TYPE
-
Constructor Summary
Constructors Constructor Description URIListWriterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()org.apache.any23.configuration.SettingsgetSupportedSettings()org.apache.any23.writer.TripleFormatgetTripleFormat()org.apache.any23.writer.TripleHandlergetTripleWriter(OutputStream os, org.apache.any23.configuration.Settings settings)
-
-
-
Field Detail
-
MIME_TYPE
public static final String MIME_TYPE
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTripleFormat
public org.apache.any23.writer.TripleFormat getTripleFormat()
- Specified by:
getTripleFormatin interfaceorg.apache.any23.writer.TripleWriterFactory
-
getSupportedSettings
public org.apache.any23.configuration.Settings getSupportedSettings()
- Specified by:
getSupportedSettingsin interfaceorg.apache.any23.writer.TripleWriterFactory
-
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifierin interfaceorg.apache.any23.writer.WriterFactory
-
getTripleWriter
public org.apache.any23.writer.TripleHandler getTripleWriter(OutputStream os, org.apache.any23.configuration.Settings settings)
- Specified by:
getTripleWriterin interfaceorg.apache.any23.writer.TripleWriterFactory
-
-