Package | Description |
---|---|
com.bigdata.rdf.properties | |
com.bigdata.rdf.properties.text | |
com.bigdata.rdf.properties.xml | |
com.bigdata.rdf.sail.webapp |
Modifier and Type | Field and Description |
---|---|
static PropertiesFormat |
PropertiesFormat.TEXT
Text properties file using
text/plain and
UTF-8 . |
static PropertiesFormat |
PropertiesFormat.XML
XML properties file using
application/xml and
UTF-8 . |
Modifier and Type | Method and Description |
---|---|
static PropertiesFormat |
PropertiesFormat.forMIMEType(String mimeType)
Tries to determine the appropriate file format based on the a MIME
type that describes the content type.
|
static PropertiesFormat |
PropertiesFormat.forMIMEType(String mimeType,
PropertiesFormat fallback)
Tries to determine the appropriate file format based on the a MIME
type that describes the content type.
|
PropertiesFormat |
PropertiesParserFactory.getFormat()
Returns the format for this factory.
|
PropertiesFormat |
PropertiesWriter.getFormat()
Gets the
PropertiesFormat that this PropertiesWriter
uses. |
PropertiesFormat |
PropertiesParser.getFormat()
Gets the
PropertiesFormat that this PropertiesParser
uses. |
protected PropertiesFormat |
PropertiesParserRegistry.getKey(PropertiesParserFactory factory) |
protected PropertiesFormat |
PropertiesWriterRegistry.getKey(PropertiesWriterFactory factory) |
PropertiesFormat |
PropertiesWriterFactory.getRDFFormat()
Returns the PropertiesFactory for this factory.
|
Modifier and Type | Method and Description |
---|---|
static Iterator<PropertiesFormat> |
PropertiesFormat.getFormats()
Alternative static method signature.
|
Iterator<PropertiesFormat> |
PropertiesFormat.iterator()
A thread-safe iterator that will visit all known formats (declared by
Iterable ). |
Modifier and Type | Method and Description |
---|---|
static PropertiesFormat |
PropertiesFormat.forMIMEType(String mimeType,
PropertiesFormat fallback)
Tries to determine the appropriate file format based on the a MIME
type that describes the content type.
|
static void |
PropertiesFormat.register(PropertiesFormat format)
Registers the specified format.
|
Modifier and Type | Method and Description |
---|---|
PropertiesFormat |
PropertiesTextParser.getFormat()
Returns
TEXT . |
PropertiesFormat |
PropertiesTextWriter.getFormat() |
PropertiesFormat |
PropertiesTextParserFactory.getFormat()
Returns
TEXT . |
PropertiesFormat |
PropertiesTextWriterFactory.getRDFFormat()
Returns
TEXT . |
Modifier and Type | Method and Description |
---|---|
PropertiesFormat |
PropertiesXMLWriter.getFormat() |
PropertiesFormat |
PropertiesXMLParserFactory.getFormat()
Returns
XML . |
PropertiesFormat |
PropertiesXMLParser.getFormat()
Returns
XML . |
PropertiesFormat |
PropertiesXMLWriterFactory.getRDFFormat()
Returns
XML . |
Modifier and Type | Method and Description |
---|---|
PropertiesFormat |
ConnegUtil.getPropertiesFormat()
Return the best
PropertiesFormat from the Accept
header, where "best" is measured by the q parameter. |
PropertiesFormat |
ConnegUtil.getPropertiesFormat(PropertiesFormat fallback)
Return the best
PropertiesFormat from the Accept
header, where "best" is measured by the q parameter. |
Modifier and Type | Method and Description |
---|---|
PropertiesFormat |
ConnegUtil.getPropertiesFormat(PropertiesFormat fallback)
Return the best
PropertiesFormat from the Accept
header, where "best" is measured by the q parameter. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.