org.apache.oodt.cas.filemgr.versioning
Class BasicVersioner

java.lang.Object
  extended by org.apache.oodt.cas.filemgr.versioning.BasicVersioner
All Implemented Interfaces:
Versioner

public class BasicVersioner
extends Object
implements Versioner

Version:
$Revision: 13181 $

A basic versioner that doesn't do anything special: it just creates data store refs from product refs using the product name and product repo path.

Author:
mattmann

Field Summary
 
Fields inherited from interface org.apache.oodt.cas.filemgr.versioning.Versioner
X_POINT_ID
 
Constructor Summary
BasicVersioner()
           
 
Method Summary
 void createDataStoreReferences(Product product, org.apache.oodt.cas.metadata.Metadata metadata)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicVersioner

public BasicVersioner()
Method Detail

createDataStoreReferences

public void createDataStoreReferences(Product product,
                                      org.apache.oodt.cas.metadata.Metadata metadata)
                               throws VersioningException
Specified by:
createDataStoreReferences in interface Versioner
Throws:
VersioningException


Copyright © 1999-2011 Apache OODT. All Rights Reserved.