org.apache.maven.scm.provider.clearcase.repository
Class ClearCaseScmProviderRepository

java.lang.Object
  extended byorg.apache.maven.scm.provider.ScmProviderRepository
      extended byorg.apache.maven.scm.provider.clearcase.repository.ClearCaseScmProviderRepository

public class ClearCaseScmProviderRepository
extends org.apache.maven.scm.provider.ScmProviderRepository

Version:
$Id: ClearCaseScmProviderRepository.java 372209 2006-01-25 13:30:01Z evenisse $
Author:
Trygve Laugstøl

Constructor Summary
ClearCaseScmProviderRepository(java.lang.String url)
           
 
Method Summary
 java.io.File getConfigSpec()
           
 java.lang.String getViewName(java.lang.String uniqueId)
          Returns the name of the view.
 
Methods inherited from class org.apache.maven.scm.provider.ScmProviderRepository
getPassword, getUser, isPersistCheckout, setPassword, setPersistCheckout, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClearCaseScmProviderRepository

public ClearCaseScmProviderRepository(java.lang.String url)
                               throws org.apache.maven.scm.repository.ScmRepositoryException
Parameters:
url - format is [view_name]:[url_to_configspec] or [view_name]|[url_to_configspec]
Method Detail

getViewName

public java.lang.String getViewName(java.lang.String uniqueId)
Returns the name of the view. If it is defined in the scm url, then it is returned as defined there. If it is the default name, then the uniqueId is added

Parameters:
uniqueId -
Returns:
the name of the view

getConfigSpec

public java.io.File getConfigSpec()


Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.