public class SecureStoreData extends Object
Modifier and Type | Field and Description |
---|---|
String |
className |
File |
pluginFile |
String |
storeName |
Constructor and Description |
---|
SecureStoreData(String pluginName,
String className,
File jarFile,
String storeName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getStoreName() |
int |
hashCode() |
Class<? extends SecureStore> |
load() |
Class<? extends SecureStore> |
load(File pluginFile) |
String |
toString() |
public final File pluginFile
public final String storeName
public final String className
public String getStoreName()
public Class<? extends SecureStore> load()
public Class<? extends SecureStore> load(File pluginFile)