public class PolicyDeriver extends AbstractXmlDeriver
AbstractXmlDeriver.XmlDeriverContext| Constructor and Description |
|---|
PolicyDeriver()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureNamespaceMappings(StaticNamespaceContext namespaceContext)
Configures the namespace mappings that will be available when executing XPath
queries.
|
protected void |
derive(Collection<org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType> derivedArtifacts,
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType artifact,
AbstractXmlDeriver.XmlDeriverContext xmlDeriverContext)
Derives content for the given artifact.
|
void |
link(LinkerContext context,
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType sourceArtifact,
Collection<org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType> derivedArtifacts)
This method represents the "linker" phase of deriving artifact content.
|
createDerivedArtifactCollection, derive, queryprotected void configureNamespaceMappings(StaticNamespaceContext namespaceContext)
AbstractXmlDeriverconfigureNamespaceMappings in class AbstractXmlDeriverorg.overlord.sramp.common.repository.derived.AbstractXmlDeriver#configureNamespaceMappings(org.overlord.sramp.common.query.xpath.StaticNamespaceContext)protected void derive(Collection<org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType> derivedArtifacts, org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType artifact, AbstractXmlDeriver.XmlDeriverContext xmlDeriverContext) throws IOException
AbstractXmlDeriverpublic void link(LinkerContext context, org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType sourceArtifact, Collection<org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType> derivedArtifacts)
ArtifactDeriverCopyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.