public class MappingComponentDropHandlerFileTypeMatcher extends Object implements MappingComponentDropHandlerFileMatcher
| Modifier and Type | Class and Description |
|---|---|
static class |
MappingComponentDropHandlerFileTypeMatcher.FileType
DOCUMENT ME!
|
| Modifier and Type | Field and Description |
|---|---|
static String[] |
BINARY_TYPES |
static String[] |
IMAGE_TYPES |
static String[] |
TEXT_TYPES |
static Map<MappingComponentDropHandlerFileTypeMatcher.FileType,String> |
typeExtensionMap |
static String[] |
VIDEO_TYPES |
| Constructor and Description |
|---|
MappingComponentDropHandlerFileTypeMatcher(Collection<MappingComponentDropHandlerFileTypeMatcher.FileType> types)
Creates a new MappingComponentDropHandlerFileTypeMatcher object.
|
MappingComponentDropHandlerFileTypeMatcher(MappingComponentDropHandlerFileTypeMatcher.FileType type)
Creates a new MappingComponentDropHandlerFileTypeMatcher object.
|
public static String[] VIDEO_TYPES
public static String[] IMAGE_TYPES
public static String[] TEXT_TYPES
public static String[] BINARY_TYPES
public static Map<MappingComponentDropHandlerFileTypeMatcher.FileType,String> typeExtensionMap
public MappingComponentDropHandlerFileTypeMatcher(MappingComponentDropHandlerFileTypeMatcher.FileType type)
type - DOCUMENT ME!public MappingComponentDropHandlerFileTypeMatcher(Collection<MappingComponentDropHandlerFileTypeMatcher.FileType> types)
types - DOCUMENT ME!public boolean isMatching(File file)
MappingComponentDropHandlerFileMatcherisMatching in interface MappingComponentDropHandlerFileMatcherfile - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.