Interface ISystemPictureRegistry

All Known Implementing Classes:
SystemPictureRegistry

public interface ISystemPictureRegistry
The registry of the system picture
  • Method Details

    • getPicture

      Picture getPicture(String name, Version version)
      Get the picture by name
      Parameters:
      name - picture name
      version - current project version, can't be null
      Returns:
      the system picture
    • getAllPictures

      Collection<Picture> getAllPictures(Version version)
      Returns all system pictures
      Parameters:
      version - current project version, can't be null
      Returns:
      All system pictures