name.remal.gradleplugins.ideasettings.IdeaDirProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of idea-settings Show documentation
Show all versions of idea-settings Show documentation
Remal Gradle plugins: idea-settings
package name.remal.gradleplugins.ideasettings;
import java.nio.file.Path;
import name.remal.gradleplugins.ideasettings.internal.IdeaXmlFileSettingsAction;
import org.gradle.api.Action;
public interface IdeaDirProcessor extends IdeaXmlFileSettingsAction, Action {
}