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

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

public class DirectoryProductVersioner
extends MetadataBasedFileVersioner

A Versioner for Hierarchical directory products.

Version:
$Revision: 13181 $
Author:
mattmann

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

Constructor Detail

DirectoryProductVersioner

public DirectoryProductVersioner()

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
Overrides:
createDataStoreReferences in class MetadataBasedFileVersioner
Throws:
VersioningException


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