Class IconDetector
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.application.installer.detector.IconDetector
-
- All Implemented Interfaces:
ArtifactDetector
@Component public class IconDetector extends java.lang.Object implements ArtifactDetector
-
-
Constructor Summary
Constructors Constructor Description IconDetector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCompliant(java.io.File file)Determine the compliance using the guessed content-type of a given file name.
-
-
-
Method Detail
-
isCompliant
public boolean isCompliant(java.io.File file) throws java.io.IOExceptionDetermine the compliance using the guessed content-type of a given file name.- Specified by:
isCompliantin interfaceArtifactDetector- Throws:
java.io.IOException
-
-