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 TypeClassDescriptionclassContainer 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 RuntimeBuilderPropsRuntimeBuilderSettings.propsThe settings property.Methods in com.iizix.run with parameters of type RuntimeBuilderPropsModifier and TypeMethodDescriptionstatic FileRuntimeBuilderSettings.generateAndroidDebugKeyStore(RuntimeBuilderProps props, File assetsDir) Generates the Android debug key store and saves it to the properties.static FileRuntimeBuilderSettings.generateAndroidReleaseKeyStore(RuntimeBuilderProps props, X500Principal owner, File assetsDir) Generates the Android release key store and saves it to the properties.static StringRuntimeBuilderSettings.getAndroidReleasePassword(RuntimeBuilderProps props) Gets the Android release code signing password.static booleanRuntimeBuilderSettings.hasAndroidKeyStore(RuntimeBuilderProps props, boolean isRelease) Checks for presence of Android keystore of debug or release type.static StringRuntimeBuilderSettings.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 TypeClassDescriptionclassThis remote server part of the iiziRun Builder properties to hold the build settings and handle the interprocess communication.