com.pmease.quickbuild.repositorysupport
Class LocalChange

java.lang.Object
  extended by com.pmease.quickbuild.repositorysupport.LocalChange
All Implemented Interfaces:
java.io.Serializable

public class LocalChange
extends java.lang.Object
implements java.io.Serializable

Base class of the local change.

See Also:
Serialized Form

Constructor Summary
LocalChange()
           
 
Method Summary
 java.util.List<java.lang.String> getAddPaths()
          Get repository relative paths to be added.
 java.util.List<java.lang.String> getDeletePaths()
          Get repository relative paths to be deleted.
 java.util.List<java.lang.String> getModifyPaths()
          Get repository relative paths to be modified.
 java.io.File getStoredFile(java.io.File changeStoreDir, java.lang.String path)
          Get the corresponding file/directory in local change store for specified repository path.
 void setAddPaths(java.util.List<java.lang.String> addPaths)
           
 void setDeletePaths(java.util.List<java.lang.String> deletePaths)
           
 void setModifyPaths(java.util.List<java.lang.String> modifyPaths)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalChange

public LocalChange()
Method Detail

getDeletePaths

public java.util.List<java.lang.String> getDeletePaths()
Get repository relative paths to be deleted.

Returns:

setDeletePaths

public void setDeletePaths(java.util.List<java.lang.String> deletePaths)

getAddPaths

public java.util.List<java.lang.String> getAddPaths()
Get repository relative paths to be added.

Returns:

setAddPaths

public void setAddPaths(java.util.List<java.lang.String> addPaths)

getModifyPaths

public java.util.List<java.lang.String> getModifyPaths()
Get repository relative paths to be modified.

Returns:

setModifyPaths

public void setModifyPaths(java.util.List<java.lang.String> modifyPaths)

getStoredFile

public java.io.File getStoredFile(java.io.File changeStoreDir,
                                  java.lang.String path)
Get the corresponding file/directory in local change store for specified repository path. When local change is being applied, QuickBuild will do the following for each modified and added paths:

Parameters:
changeStoreDir -
path -
Returns:


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.