Import UI Configurations

Importing UI Configurations can be invoked through the command line.

uiconfigimport
-repo <repo name>
-o <uiconfig file path>
[-f] (Force overwrite)

Example

jre\bin\Java -Xmx512m -XX:MaxMetaspaceSize=512m -splash: -jar WhereScape-3D-HEAD-bundle.jar uiconfigimport -repo "Local repository" -o "C:\temp\Google Drive.uiconfig"

Export UI Configurations

Exporting UI Configurations can be invoked through the command line.

uiconfigexport
-repo <repo name>
-name <ui configuration name>
-o <uiconfig file path>
[-f] (Force overwrite)

Example

jre\bin\Java -Xmx512m -XX:MaxMetaspaceSize=512m -splash: -jar WhereScape-3D-HEAD-bundle.jar uiconfigexport -repo "Local repository" -name "Google Drive" -o "C:\temp\Google Drive.uiconfig"
  • No labels