Uses of Class
com.iizix.prop.RuntimeBuilderProps
Uses of RuntimeBuilderProps in com.iizigo.run.prop
Modifier and TypeClassDescriptionclass
Container that holds the required settings for the runtime builder.Uses of RuntimeBuilderProps in com.iizix.prop
Uses of RuntimeBuilderProps in com.iizix.run
Modifier and TypeFieldDescriptionfinal RuntimeBuilderProps
RuntimeBuilderSettings.props
The settings property.Modifier and TypeMethodDescriptionstatic File
RuntimeBuilderSettings.generateAndroidDebugKeyStore
(RuntimeBuilderProps props, File assetsDir) Generates the Android debug key store and saves it to the properties.static File
RuntimeBuilderSettings.generateAndroidReleaseKeyStore
(RuntimeBuilderProps props, X500Principal owner, File assetsDir) Generates the Android release key store and saves it to the properties.static String
RuntimeBuilderSettings.getAndroidReleasePassword
(RuntimeBuilderProps props) Gets the Android release code signing password.static boolean
RuntimeBuilderSettings.hasAndroidKeyStore
(RuntimeBuilderProps props, boolean isRelease) Checks for presence of Android keystore of debug or release type.static String
RuntimeBuilderSettings.writeAndroidKeyStore
(RuntimeBuilderProps props, File file, boolean isRelease) Writes an Android KeyStore to file.Uses of RuntimeBuilderProps in com.iizix.server.run.prop
Modifier and TypeClassDescriptionclass
This remote server part of the iiziRun Builder properties to hold the build settings and handle the interprocess communication.