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

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

public class SingleFileBasicVersioner
extends Object
implements Versioner

Version:
$Revision: 11462 $

A Versioner that handles single file Products by storing them in productTypeRepoPath/Filename.

Author:
mattmann

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

Field Detail

FILENAME_FIELD

public static final String FILENAME_FIELD
See Also:
Constant Field Values
Constructor Detail

SingleFileBasicVersioner

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