| java.lang.Object ru.emdev.EmForge.svn.web.ChangedFile
ChangedFile | public class ChangedFile implements java.io.Serializable(Code) | | Value object to show changed files information
author: Walter Mourao |
ChangedFile | public ChangedFile()(Code) | | |
copy | public void copy(ChangedFile otherBean)(Code) | | Copies all properties from the argument value object into this value object.
|
getChangeKind | public char getChangeKind()(Code) | | Change kind: M=Modified, A=Added, C=Copied
|
isTextType | public boolean isTextType()(Code) | | True if the file is text, false if not
|
setChangeKind | public void setChangeKind(char changeKind)(Code) | | |
setTextType | public void setTextType(boolean textType)(Code) | | |
|
|