org.overlord.sramp.client.jar
Class DefaultMetaDataFactory

java.lang.Object
  extended by org.overlord.sramp.client.jar.DefaultMetaDataFactory
All Implemented Interfaces:
MetaDataFactory

public class DefaultMetaDataFactory
extends Object
implements MetaDataFactory

Default implementation of a meta-data factory, providing a reasonable starting point for custom extensions (though it can also be used as-is to provide a very S-RAMP strict impl).

Author:
eric.wittmann@redhat.com

Constructor Summary
DefaultMetaDataFactory()
          Constructor.
 
Method Summary
 BaseArtifactType createMetaData(DiscoveredArtifact artifact)
          Creates the meta-data object (S-RAMP specific) for the given artifact that will be included in the S-RAMP archive being created.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMetaDataFactory

public DefaultMetaDataFactory()
Constructor.

Method Detail

createMetaData

public BaseArtifactType createMetaData(DiscoveredArtifact artifact)
Description copied from interface: MetaDataFactory
Creates the meta-data object (S-RAMP specific) for the given artifact that will be included in the S-RAMP archive being created.

Specified by:
createMetaData in interface MetaDataFactory
See Also:
client.jar.MetaDataFactory


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