Class GcfJarLayoutFactory

java.lang.Object
org.springframework.cloud.function.adapter.gcp.layout.GcfJarLayoutFactory
All Implemented Interfaces:
org.springframework.boot.loader.tools.LayoutFactory

public class GcfJarLayoutFactory extends Object implements org.springframework.boot.loader.tools.LayoutFactory
Factory boilerplate class that constructs GcfJarLayout.
Author:
Ray Tsang, Daniel Zou
  • Constructor Details

    • GcfJarLayoutFactory

      public GcfJarLayoutFactory()
  • Method Details

    • getLayout

      public org.springframework.boot.loader.tools.Layout getLayout(File source)
      Specified by:
      getLayout in interface org.springframework.boot.loader.tools.LayoutFactory