org.apache.maven.scm.provider.local.repository
Class LocalScmProviderRepository

java.lang.Object
  extended by org.apache.maven.scm.provider.ScmProviderRepository
      extended by org.apache.maven.scm.provider.local.repository.LocalScmProviderRepository

public class LocalScmProviderRepository
extends ScmProviderRepository

Version:
$Id: LocalScmProviderRepository.java 1057018 2011-01-09 20:12:29Z olamy $
Author:
Trygve Laugstøl

Constructor Summary
LocalScmProviderRepository(String root, String module)
           
 
Method Summary
 void addFile(String path)
           
 String getModule()
           
 String getRoot()
           
 boolean isFileAdded(String path)
           
 
Methods inherited from class org.apache.maven.scm.provider.ScmProviderRepository
getParent, getPassword, getRelativePath, getUser, isPersistCheckout, isPushChanges, setPassword, setPersistCheckout, setPushChanges, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalScmProviderRepository

public LocalScmProviderRepository(String root,
                                  String module)
Parameters:
root -
module -
Method Detail

getRoot

public String getRoot()
Returns:
Returns the root.

getModule

public String getModule()
Returns:
Returns the module.

addFile

public void addFile(String path)

isFileAdded

public boolean isFileAdded(String path)


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.