java

package
v0.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2017 License: MIT Imports: 8 Imported by: 82

Documentation

Overview

Package java implements the "java" runtime.

Index

Constants

View Source
const (
	// Runtime name used by Apex
	Runtime = "java"

	// RuntimeCanonical represents names used by AWS Lambda
	RuntimeCanonical = "java8"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Plugin

type Plugin struct{}

Plugin implementation

func (*Plugin) Build

func (p *Plugin) Build(fn *function.Function, zip *archive.Zip) error

Build adds the jar contents to zipfile.

func (*Plugin) Deploy added in v0.16.0

func (p *Plugin) Deploy(fn *function.Function) error

func (*Plugin) Open

func (p *Plugin) Open(fn *function.Function) error

Open adds java defaults. No clean operation is implemented, as it is assumed that the build tool generating the fat JAR will handle that workflow on its own.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL