org.apache.maven.plugins.scm
Class ScmDiffBean

java.lang.Object
  extended byorg.apache.maven.plugins.scm.ScmBean
      extended byorg.apache.maven.plugins.scm.ScmPatternBean
          extended byorg.apache.maven.plugins.scm.ScmDiffBean

public class ScmDiffBean
extends ScmPatternBean

A bean for using the Maven SCM API because wrangling objects in Jelly is no fun.

Author:
Brett Porter

Constructor Summary
ScmDiffBean()
           
 
Method Summary
 void diff()
           
 String getEndRevision()
           
 String getPatchFile()
           
 String getStartRevision()
           
 void setEndRevision(String endRevision)
           
 void setPatchFile(String patchFile)
           
 void setStartRevision(String startRevision)
           
 
Methods inherited from class org.apache.maven.plugins.scm.ScmPatternBean
getExcludes, getIncludes, setExcludes, setIncludes
 
Methods inherited from class org.apache.maven.plugins.scm.ScmBean
checkout, checkResult, getCheckoutDirectory, getEmbedder, getPassword, getScmRepository, getTag, getTagBase, getUrl, getUsername, getWorkingDirectory, lookupScmManager, setPassword, setTag, setTagBase, setUrl, setUsername, setWorkingDirectory, tag, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScmDiffBean

public ScmDiffBean()
Method Detail

diff

public void diff()
          throws Exception
Throws:
Exception

setPatchFile

public void setPatchFile(String patchFile)

getPatchFile

public String getPatchFile()

getStartRevision

public String getStartRevision()

setStartRevision

public void setStartRevision(String startRevision)

getEndRevision

public String getEndRevision()

setEndRevision

public void setEndRevision(String endRevision)


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.