public class KeystoreProperties extends Object
| Constructor and Description |
|---|
KeystoreProperties(Path keystore,
String storepass,
String keypass,
String alias) |
| Modifier and Type | Method and Description |
|---|---|
static KeystoreProperties |
createFromPropertiesFile(Path pathToStore,
Path pathToKeystorePropertiesFile,
ProjectFilesystem projectFilesystem) |
String |
getAlias() |
String |
getKeypass() |
Path |
getKeystore() |
String |
getStorepass() |
public Path getKeystore()
public String getStorepass()
public String getKeypass()
public String getAlias()
public static KeystoreProperties createFromPropertiesFile(Path pathToStore, Path pathToKeystorePropertiesFile, ProjectFilesystem projectFilesystem) throws IOException
IOException