public interface IErrorFeedbackFileContent
This data structure stores information parsed out of an error feedback file.
Not intended to be implemented by clients.
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getCopyNames()
Returns a list of the data set names of all referenced dependency files
in the error feedback file.
|
java.util.List<IErrorFeedbackEntry> |
getErrorFeedbackEntires()
Returns a list of all error entries in the error feedback file.
|
java.util.List<IErrorFeedbackEntry> getErrorFeedbackEntires()
java.util.List<java.lang.String> getCopyNames()
Copyright © 2015 Micro Focus GmbH. All rights reserved.