Uses of Class
com.iizix.prop.RuntimeBuilderProps
Packages that use RuntimeBuilderProps
Uses of RuntimeBuilderProps in com.iizigo.run.prop
Subclasses of RuntimeBuilderProps in com.iizigo.run.propModifier and TypeClassDescriptionclass
Container that holds the required settings for the runtime builder.Uses of RuntimeBuilderProps in com.iizix.prop
Methods in com.iizix.prop that return RuntimeBuilderPropsUses of RuntimeBuilderProps in com.iizix.run
Fields in com.iizix.run declared as RuntimeBuilderPropsModifier and TypeFieldDescriptionfinal RuntimeBuilderProps
RuntimeBuilderSettings.props
The settings property.Methods in com.iizix.run with parameters of type RuntimeBuilderPropsModifier 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.Constructors in com.iizix.run with parameters of type RuntimeBuilderPropsUses of RuntimeBuilderProps in com.iizix.server.run.prop
Subclasses of RuntimeBuilderProps in com.iizix.server.run.propModifier and TypeClassDescriptionclass
This remote server part of the iiziRun Builder properties to hold the build settings and handle the interprocess communication.