Package org.javlo.service.remote.imagga
Class ImaggaConfig
- java.lang.Object
-
- org.javlo.service.remote.imagga.ImaggaConfig
-
public class ImaggaConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description ImaggaConfig(GlobalContext globalContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApiKey()StringgetApiSecret()static ImaggaConfiggetInstance(GlobalContext globalContext)booleanisActive()booleanisFocus()booleanisTag()
-
-
-
Constructor Detail
-
ImaggaConfig
public ImaggaConfig(GlobalContext globalContext)
-
-
Method Detail
-
getInstance
public static final ImaggaConfig getInstance(GlobalContext globalContext)
-
getApiKey
public String getApiKey()
-
getApiSecret
public String getApiSecret()
-
isActive
public boolean isActive()
-
isTag
public boolean isTag()
-
isFocus
public boolean isFocus()
-
-