Record Class IdeIntegration.NoOp
java.lang.Object
java.lang.Record
net.janrupf.gradle.hytale.dev.ide.IdeIntegration.NoOp
- All Implemented Interfaces:
IdeIntegration
- Enclosing interface:
IdeIntegration
-
Nested Class Summary
Nested classes/interfaces inherited from interface IdeIntegration
IdeIntegration.NoOp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.voidrunTaskOnSync(org.gradle.api.tasks.TaskProvider<? extends org.gradle.api.Task> task) Runs the given task whenever the IDE syncs the project.final StringtoString()Returns a string representation of this record class.Methods inherited from interface IdeIntegration
addRunConfiguration, finalizeConfiguration
-
Constructor Details
-
NoOp
public NoOp()Creates an instance of aNoOprecord class.
-
-
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
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-