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 classEditorRuntimeBuilderPropsContainer 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 RuntimeBuilderPropsRuntimeBuilderProps. clone()Clones the properties.Uses of RuntimeBuilderProps in com.iizix.run
Fields in com.iizix.run declared as RuntimeBuilderProps Modifier and Type Field Description RuntimeBuilderPropsRuntimeBuilderSettings. propsThe settings property.Methods in com.iizix.run with parameters of type RuntimeBuilderProps Modifier and Type Method Description static java.io.FileRuntimeBuilderSettings. generateAndroidDebugKeyStore(RuntimeBuilderProps props, java.io.File assetsDir)Generates the Android debug key store and saves it to the properties.static java.io.FileRuntimeBuilderSettings. 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.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 java.lang.StringRuntimeBuilderSettings. 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 classServerRuntimeBuilderPropsThis remote server part of the iiziRun Builder properties to hold the build settings and handle the interprocess communication.