Class Im4javaManager
- java.lang.Object
-
- org.silverpeas.core.io.media.image.imagemagick.Im4javaManager
-
- All Implemented Interfaces:
Initialization
@Service public class Im4javaManager extends Object implements Initialization
- Author:
- Yohann Chastagnier
-
-
Constructor Summary
Constructors Constructor Description Im4javaManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
Initializes some resources required by the services or performs some initialization processes at Silverpeas startup.static boolean
isActivated()
Indicates if im4java is activated-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.initialization.Initialization
getPriority, release
-
-
-
-
Method Detail
-
init
public void init() throws Exception
Description copied from interface:Initialization
Initializes some resources required by the services or performs some initialization processes at Silverpeas startup.- Specified by:
init
in interfaceInitialization
- Throws:
Exception
- if an error occurs during the initialization process. In this case the Silverpeas startup fails.
-
isActivated
public static boolean isActivated()
Indicates if im4java is activated- Returns:
-
-