You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pirk.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2016/10/24 18:59:58 UTC

[jira] [Created] (PIRK-78) Create a new QuerySchema builder to separate from representation

Tim Ellison created PIRK-78:
-------------------------------

             Summary: Create a new QuerySchema builder to separate from representation
                 Key: PIRK-78
                 URL: https://issues.apache.org/jira/browse/PIRK-78
             Project: PIRK
          Issue Type: Improvement
            Reporter: Tim Ellison


Presently, Pirk has a QuerySchemaLoader that reads an XML formatted stream and builds a new QuerySchema.

In order to separate the representation of the schema in XML from the logic of assembling a new schema such as validating the values, a new QuerySchemaBuilder is to be introduced.  The QuerySchemaLoader will then delegate the creation to the new builder, and other representations can also use the builder to create a new QuerySchema without having to go via XML.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)