Skip to content
DocsTry Aspire
DocsTry

withWrapperPath

Method
📦 CommunityToolkit.Aspire.Hosting.Java v13.4.0
interface JavaAppExecutableResource {
// ... omitted for brevity
withWrapperPath(wrapperScript: string): JavaAppExecutableResource;
}

Signature

methodwithWrapperPathbuilder
Configures a custom build tool wrapper script path. This is useful when the wrapper script is not in the default location or has a non-standard name.
withWrapperPath(wrapperScript: string): JavaAppExecutableResource
wrapperScriptstring
JavaAppExecutableResource

Applies to

This method applies to the following types: