Package org.gradle.profiler.studio.tools
Class StudioPluginInstaller
java.lang.Object
org.gradle.profiler.studio.tools.StudioPluginInstaller
Installs the Android Studio plugin into the plugins directory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinstallPlugin(List<Path> pluginJars) voidWe delete plugins Quietly at uninstall, since we don't want gradle-profiler to fail in that case.
-
Constructor Details
-
StudioPluginInstaller
-
-
Method Details
-
installPlugin
-
uninstallPlugin
public void uninstallPlugin()We delete plugins Quietly at uninstall, since we don't want gradle-profiler to fail in that case.
-