Uses of Interface
org.overlord.sramp.common.derived.ArtifactDeriver

Packages that use ArtifactDeriver
org.overlord.sramp.common.derived   
 

Uses of ArtifactDeriver in org.overlord.sramp.common.derived
 

Classes in org.overlord.sramp.common.derived that implement ArtifactDeriver
 class AbstractXmlDeriver
          Base class for all derivers that are based on XML documents.
 class PolicyDeriver
          Creates derived content from a Policy document.
 class WsdlDeriver
          Creates derived content from a WSDL document.
 class XsdDeriver
          Creates derived content from an XSD document.
 

Methods in org.overlord.sramp.common.derived that return ArtifactDeriver
static ArtifactDeriver ArtifactDeriverFactory.createArtifactDeriver(ArtifactType artifactType)
          Creates an artifact deriver for a specific type of artifact.
 

Methods in org.overlord.sramp.common.derived that return types with arguments of type ArtifactDeriver
 Map<String,ArtifactDeriver> DeriverProvider.createArtifactDerivers()
          Creates zero or more ArtifactDeriver instances to be used by the S-RAMP repository when adding extended artifacts to the repository.
 



Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.