Package nl.vpro.domain.image
Class ImageSourceService
- java.lang.Object
-
- nl.vpro.domain.image.ImageSourceService
-
public class ImageSourceService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ImageSourceServiceINSTANCE
-
Constructor Summary
Constructors Constructor Description ImageSourceService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <C extends ImageMetadataProvider>
Map<ImageSource.Type,ImageSource>getSourceSet(C metadataProvider)
-
-
-
Field Detail
-
INSTANCE
public static final ImageSourceService INSTANCE
-
-
Method Detail
-
getSourceSet
public <C extends ImageMetadataProvider> Map<ImageSource.Type,ImageSource> getSourceSet(C metadataProvider)
-
-