java.lang.Object
de.hybris.platform.cmsfacades.media.validator.predicate.ValidFileTypePredicate
- All Implemented Interfaces:
Predicate<String>
Predicate to test if a given media file type maps to an existing extension type.
Returns TRUE if the type exists; FALSE otherwise.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ValidFileTypePredicate
public ValidFileTypePredicate()
-
Method Details
-
-
getSupportedTypes
protected String getSupportedTypes()
-
setSupportedTypes
public void setSupportedTypes(String supportedTypes)