Package org.gradle.profiler.studio.tools
Class StudioSandboxCreator
java.lang.Object
org.gradle.profiler.studio.tools.StudioSandboxCreator
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSandbox(Path sandboxDir) Creates sandbox for Android Studio.createSandbox(Path sandboxDir, String pluginsDirName)
-
Constructor Details
-
StudioSandboxCreator
public StudioSandboxCreator()
-
-
Method Details
-
createSandbox
Creates sandbox for Android Studio. If sandboxDir is not specified only plugins and logs sandbox will be created, but config and system folder won't be. In that case Android Studio will use configs from default folder, additionally it will write to default folder. -
createSandbox
public static StudioSandboxCreator.StudioSandbox createSandbox(@Nullable Path sandboxDir, String pluginsDirName)
-