org.overlord.sramp.common.derived
Class ArtifactDeriverFactory

java.lang.Object
  extended by org.overlord.sramp.common.derived.ArtifactDeriverFactory

public class ArtifactDeriverFactory
extends Object

Factory used to create an ArtifactDeriver for a particular type of artifact.

Author:
eric.wittmann@redhat.com

Constructor Summary
ArtifactDeriverFactory()
           
 
Method Summary
static ArtifactDeriver createArtifactDeriver(ArtifactType artifactType)
          Creates an artifact deriver for a specific type of artifact.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactDeriverFactory

public ArtifactDeriverFactory()
Method Detail

createArtifactDeriver

public static final ArtifactDeriver createArtifactDeriver(ArtifactType artifactType)
Creates an artifact deriver for a specific type of artifact.

Parameters:
artifactType - type of s-ramp artifact
Returns:
an artifact deriver


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