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