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 String
getApiKey()
String
getApiSecret()
static ImaggaConfig
getInstance(GlobalContext globalContext)
boolean
isActive()
boolean
isFocus()
boolean
isTag()
-
-
-
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()
-
-