org.overlord.sramp.common.derived
Class ArtifactDeriverFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArtifactDeriverFactory
public ArtifactDeriverFactory()
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.