Class ConjureRunnerResource
java.lang.Object
com.palantir.gradle.conjure.ConjureRunnerResource
- All Implemented Interfaces:
Closeable, AutoCloseable, org.gradle.api.services.BuildService<ConjureRunnerResource.Params>
public abstract class ConjureRunnerResource
extends Object
implements org.gradle.api.services.BuildService<ConjureRunnerResource.Params>, Closeable
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidclose()protected abstract org.gradle.process.ExecOperationsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gradle.api.services.BuildService
getParameters
-
Constructor Details
-
ConjureRunnerResource
- Throws:
IOException
-
-
Method Details
-
getExecOperations
@Inject protected abstract org.gradle.process.ExecOperations getExecOperations() -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-