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

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

public class DateTimeVersioner
extends Object
implements Versioner

Version:
$Revision: 13181 $

A simple versioning scheme that versions Products with their production date time.

Author:
mattmann, bfoster

Field Summary
 
Fields inherited from interface org.apache.oodt.cas.filemgr.versioning.Versioner
X_POINT_ID
 
Constructor Summary
DateTimeVersioner()
           Default Constructor
 
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

DateTimeVersioner

public DateTimeVersioner()

Default Constructor

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.