name.remal.gradle_plugins.sonarlint.NodeJsDetectorWithRootDir Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonarlint Show documentation
Show all versions of sonarlint Show documentation
Remal Gradle plugins: sonarlint
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