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

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

public class InPlaceVersioner
extends Object
implements Versioner

A Inplace versioner that ingests the file without moving the actual file. It just copies the file's orgin ref to its datastor ref.

Author:
davoodi

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

InPlaceVersioner

public InPlaceVersioner()
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.