de.smartics.maven.plugin.buildmetadata.scm
Class LocallyModifiedInfo

Package class diagram package LocallyModifiedInfo
java.lang.Object
  extended by de.smartics.maven.plugin.buildmetadata.scm.LocallyModifiedInfo

public final class LocallyModifiedInfo
     
     
extends Object

Stores the information about locally modified files.

Author:
Robert Reiner

Constructor Summary
LocallyModifiedInfo(boolean locallyModified, String files)
          Default constructor.
 
Method Summary
 String getFiles()
          Returns the list of files that where reported to be modified.
 boolean isLocallyModified()
          Returns the flag that shows whether the files are modified ( true) or not (false).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocallyModifiedInfo

public LocallyModifiedInfo(boolean locallyModified,
                           String files)
Default constructor.

Parameters:
locallyModified - the flag that shows whether the files are modified ( true) or not ( false).
files - the list of files that where reported to be modified.
Method Detail

isLocallyModified

public boolean isLocallyModified()
Returns the flag that shows whether the files are modified ( true) or not ( false).

Returns:
the flag that shows whether the files are modified ( true) or not ( false).

getFiles

public String getFiles()
Returns the list of files that where reported to be modified. This includes all files that are not in-sync with the trunk of the repository.

Returns:
the list of files that where reported to be modified.


Copyright © 2006-2012 Kronseder & Reiner GmbH - smartics. All Rights Reserved.