NdsStoreConfiguration
class NdsStoreConfiguration( val ndsStorePath: File, val keystorePath: File? = null, val keystorePassword: String? = null, val ndsStoreUpdateConfig: NdsStoreUpdateConfig)
Content copied to clipboard
Configuration parameters for an NdsStore.
Constructors
Link copied to clipboard
fun NdsStoreConfiguration( ndsStorePath: File, keystorePath: File? = null, keystorePassword: String? = null, ndsStoreUpdateConfig: NdsStoreUpdateConfig)
Content copied to clipboard