org.apache.maven.plugins.scm
Class ScmStatusBean

java.lang.Object
  extended byorg.apache.maven.plugins.scm.ScmBean
      extended byorg.apache.maven.plugins.scm.ScmStatusBean

public class ScmStatusBean
extends ScmBean

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

Author:
Brett Porter

Constructor Summary
ScmStatusBean()
           
 
Method Summary
 List getChangedFiles()
           
 void status()
           
 
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

ScmStatusBean

public ScmStatusBean()
Method Detail

status

public void status()
            throws Exception
Throws:
Exception

getChangedFiles

public List getChangedFiles()


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