Class EclipseIdeIntegration
java.lang.Object
net.janrupf.gradle.hytale.dev.ide.EclipseIdeIntegration
- All Implemented Interfaces:
IdeIntegration
-
Nested Class Summary
Nested classes/interfaces inherited from interface IdeIntegration
IdeIntegration.NoOp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrunTaskOnSync(org.gradle.api.tasks.TaskProvider<? extends org.gradle.api.Task> task) Runs the given task whenever the IDE syncs the project.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IdeIntegration
addRunConfiguration, finalizeConfiguration
-
Constructor Details
-
EclipseIdeIntegration
public EclipseIdeIntegration(org.gradle.api.Project project)
-
-
Method Details
-
runTaskOnSync
public void runTaskOnSync(org.gradle.api.tasks.TaskProvider<? extends org.gradle.api.Task> task) Description copied from interface:IdeIntegrationRuns the given task whenever the IDE syncs the project.- Specified by:
runTaskOnSyncin interfaceIdeIntegration- Parameters:
task- the task to run on sync
-