001/* 002 * file CcDirectoryVersion.java 003 * 004 * Licensed Materials - Property of IBM 005 * Restricted Materials of IBM 006 * 007 * com.ibm.rational.wvcm.stp.cc.CcDirectoryVersion 008 * 009 * (C) Copyright IBM Corporation 2004, 2008. All Rights Reserved. 010 * Note to U.S. Government Users Restricted Rights: Use, duplication or 011 * disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 012 */ 013package com.ibm.rational.wvcm.stp.cc; 014 015import javax.wvcm.FolderVersion; 016 017/** 018 * <p> 019 * A proxy for a specific version of a version-controlled ClearCase directory. 020 * </p> 021 */ 022public interface CcDirectoryVersion extends CcVersion, FolderVersion { 023}