JavaScript is disabled on your browser.
java.lang.Object
org.springframework.boot.loader.tools.Layouts.Jar
org.springframework.cloud.function.adapter.gcp.layout.GcfJarLayout
All Implemented Interfaces:
org.springframework.boot.loader.tools.CustomLoaderLayout, org.springframework.boot.loader.tools.Layout, org.springframework.boot.loader.tools.RepackagingLayout
public class GcfJarLayout
extends org.springframework.boot.loader.tools.Layouts.Jar
implements org.springframework.boot.loader.tools.CustomLoaderLayout
A custom JAR Layout that writes GCF adapter classes to the top-level of the output JAR
for deploying to GCF.
Author:
Ray Tsang, Daniel Zou
Method Summary
Methods inherited from class org.springframework.boot.loader.tools.Layouts.Jar
getClassesLocation, getClasspathIndexFileLocation, getLayersIndexFileLocation, getLibraryLocation, getRepackagedClassesLocation
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Detail
GcfJarLayout
public GcfJarLayout()
Copyright © 2022 Pivotal Software, Inc. . All rights reserved.