Package ome.formats.importer
Class ImportConfig.AnnotationListValue
- java.lang.Object
-
- ome.formats.importer.ImportConfig.Value<java.util.List<Annotation>>
-
- ome.formats.importer.ImportConfig.AnnotationListValue
-
- Enclosing class:
- ImportConfig
public static class ImportConfig.AnnotationListValue extends ImportConfig.Value<java.util.List<Annotation>>
-
-
Constructor Summary
Constructors Constructor Description AnnotationListValue(java.lang.String key, ImportConfig config, java.util.List<Annotation> defValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<Annotation>
fromString(java.lang.String string)
-
-
-
Constructor Detail
-
AnnotationListValue
public AnnotationListValue(java.lang.String key, ImportConfig config, java.util.List<Annotation> defValue)
-
-
Method Detail
-
fromString
protected java.util.List<Annotation> fromString(java.lang.String string)
- Specified by:
fromString
in classImportConfig.Value<java.util.List<Annotation>>
-
-