All Downloads are FREE. Search and download functionalities are using the official Maven repository.

name.remal.gradle_plugins.sonarlint.NodeJsDetectorWithRootDir Maven / Gradle / Ivy

There is a newer version: 4.2.15
Show newest version
package name.remal.gradle_plugins.sonarlint;

import java.io.File;
import javax.annotation.Nullable;

interface NodeJsDetectorWithRootDir {

    void setRootDir(@Nullable File rootDir);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy