public class ChangeSetResults extends Object
| Constructor and Description | 
|---|
| ChangeSetResults() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<String> | getAddedFromChangeSet()Returns a list of filenames which has been added from the changeset | 
| List<String> | getAddedFromStream()Returns a list of filenames which has been added from the original stream | 
| List<String> | getDeleted()Returns a list of filenames which has been deleted | 
public ChangeSetResults()
public List<String> getAddedFromChangeSet()
public List<String> getAddedFromStream()
public List<String> getDeleted()
Copyright © 2018 The Apache Software Foundation. All rights reserved.