Uses of Class
com.iizix.prop.RuntimeBuilderProps
Packages that use RuntimeBuilderProps Package Description com.iizigo.run.prop com.iizix.prop com.iizix.run com.iizix.server.run.prop Uses of RuntimeBuilderProps in com.iizigo.run.prop
Subclasses of RuntimeBuilderProps in com.iizigo.run.prop Modifier and Type Class Description class
EditorRuntimeBuilderProps
Container that holds the required settings for the runtime builder.Uses of RuntimeBuilderProps in com.iizix.prop
Methods in com.iizix.prop that return RuntimeBuilderProps Modifier and Type Method Description RuntimeBuilderProps
RuntimeBuilderProps. clone()
Clones the properties.Uses of RuntimeBuilderProps in com.iizix.run
Fields in com.iizix.run declared as RuntimeBuilderProps Modifier and Type Field Description RuntimeBuilderProps
RuntimeBuilderSettings. props
The settings property.Methods in com.iizix.run with parameters of type RuntimeBuilderProps Modifier and Type Method Description static java.io.File
RuntimeBuilderSettings. generateAndroidDebugKeyStore(RuntimeBuilderProps props, java.io.File assetsDir)
Generates the Android debug key store and saves it to the properties.static java.io.File
RuntimeBuilderSettings. generateAndroidReleaseKeyStore(RuntimeBuilderProps props, javax.security.auth.x500.X500Principal owner, java.io.File assetsDir)
Generates the Android release key store and saves it to the properties.static java.lang.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 java.lang.String
RuntimeBuilderSettings. writeAndroidKeyStore(RuntimeBuilderProps props, java.io.File file, boolean isRelease)
Writes an Android KeyStore to file.Constructors in com.iizix.run with parameters of type RuntimeBuilderProps Constructor Description RuntimeBuilderSettings(RuntimeBuilderProps pc)
The constructor.Uses of RuntimeBuilderProps in com.iizix.server.run.prop
Subclasses of RuntimeBuilderProps in com.iizix.server.run.prop Modifier and Type Class Description class
ServerRuntimeBuilderProps
This remote server part of the iiziRun Builder properties to hold the build settings and handle the interprocess communication.