Interface IResolvedResourceItem

All Superinterfaces:
IResourceItemResolutionErrorProviding
All Known Implementing Classes:
ResolvedResourceItem

public interface IResolvedResourceItem extends IResourceItemResolutionErrorProviding
Represents the result when resolving the files referenced by a single ResourceItem.
Since:
8.0.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getIndividualFiles

      @Nonnull List<IResolvedFile> getIndividualFiles()
      Retrieves all files that were found for the resource item. This is done on a best-effort basis. When the errors are not empty, this list may contain only some of the files referenced by the resource item.
      Returns:
      A list of all files that were found for the resource item.
    • getResourceItem

      @Nonnull ResourceItem getResourceItem()
      Returns:
      The resource item that was resolved.