Package com.diffplug.gradle
Class NativeFileManager
- java.lang.Object
-
- com.diffplug.gradle.NativeFileManager
-
public class NativeFileManager extends Object
Interface for the native file manager.
-
-
Constructor Summary
Constructors Constructor Description NativeFileManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
open(File file)
Opens a file manager for the given file.
-
-
-
Method Detail
-
open
public static void open(File file)
Opens a file manager for the given file.
-
-