Class PropertiesLoader.FileNameKey
- java.lang.Object
-
- org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoader.FileNameKey
-
- Enclosing class:
- PropertiesLoader
public static final class PropertiesLoader.FileNameKey extends Object
-
-
Constructor Summary
Constructors Constructor Description FileNameKey(String nameProperty, String fallbackName, Map options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)Filefile()inthashCode()booleanisDebug()booleanisDecrypt()booleanisReload()voidsetDebug(boolean debug)voidsetDecrypt(boolean decrypt)StringtoString()
-
-
-
Method Detail
-
isReload
public boolean isReload()
-
file
public File file()
-
isDecrypt
public boolean isDecrypt()
-
setDecrypt
public void setDecrypt(boolean decrypt)
-
setDebug
public void setDebug(boolean debug)
-
isDebug
public boolean isDebug()
-
-