You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org> on 2014/03/02 14:28:19 UTC

[jira] [Created] (CLEREZZA-886) Parser and Serializer shall have a service property indicating the supported formats

Reto Bachmann-Gmür created CLEREZZA-886:
-------------------------------------------

             Summary: Parser and Serializer shall have a service property indicating the supported formats
                 Key: CLEREZZA-886
                 URL: https://issues.apache.org/jira/browse/CLEREZZA-886
             Project: Clerezza
          Issue Type: Improvement
            Reporter: Reto Bachmann-Gmür
            Assignee: Reto Bachmann-Gmür


This allows clients to ensure the injected Parser supports the formats they need, e.g.:

public static final String PARSER_FILTER =
            "(&("+SupportedFormat.supportedFormat+"=" + SupportedFormat.RDF_XML + ") "+
            "("+SupportedFormat.supportedFormat+"=" + SupportedFormat.N_TRIPLE + "))";
@Reference(target = PARSER_FILTER)
private Parser parser;


The parser needs to adapt the service properties when a parsing provider is added or removed.




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)