public class UpdatedFiles extends java.lang.Object implements JDOMExternalizable
UpdateEnvironment.fillGroups(com.intellij.openapi.vcs.update.UpdatedFiles)
,
UpdateEnvironment.updateDirectories(com.intellij.openapi.vcs.FilePath[], com.intellij.openapi.vcs.update.UpdatedFiles, com.intellij.openapi.progress.ProgressIndicator, com.intellij.openapi.util.Ref<com.intellij.openapi.vcs.update.SequentialUpdatesContext>)
Modifier and Type | Method and Description |
---|---|
static UpdatedFiles |
create() |
FileGroup |
getGroupById(java.lang.String id) |
java.util.List<FileGroup> |
getTopLevelGroups() |
boolean |
isEmpty() |
void |
readExternal(Element element) |
FileGroup |
registerGroup(FileGroup fileGroup) |
java.lang.String |
toString() |
void |
writeExternal(Element element) |
public void writeExternal(Element element) throws WriteExternalException
writeExternal
in interface JDOMExternalizable
WriteExternalException
public void readExternal(Element element) throws InvalidDataException
readExternal
in interface JDOMExternalizable
InvalidDataException
public boolean isEmpty()
public FileGroup getGroupById(java.lang.String id)
public java.util.List<FileGroup> getTopLevelGroups()
public static UpdatedFiles create()
public java.lang.String toString()
toString
in class java.lang.Object