bundlecollection

package
v2.137.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2018 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bundle

type Bundle interface {
	Install(sourcePath string) (fs boshsys.FileSystem, path string, err error)
	InstallWithoutContents() (fs boshsys.FileSystem, path string, err error)
	Uninstall() (err error)

	IsInstalled() (bool, error)
	GetInstallPath() (fs boshsys.FileSystem, path string, err error)

	Enable() (fs boshsys.FileSystem, path string, err error)
	Disable() (err error)
}

type BundleCollection

type BundleCollection interface {
	Get(defintion BundleDefinition) (bundle Bundle, err error)
	List() ([]Bundle, error)
}

type BundleDefinition

type BundleDefinition interface {
	BundleName() string
	BundleVersion() string
}

BundleDefinition uniquely identifies an asset within a BundleCollection (e.g. Job, Package)

type FileBundle

type FileBundle struct {
	// contains filtered or unexported fields
}

func NewFileBundle

func NewFileBundle(
	installPath, enablePath string,
	fileMode os.FileMode,
	fs boshsys.FileSystem,
	timeProvider clock.Clock,
	logger boshlog.Logger,
) FileBundle

func (FileBundle) Disable

func (b FileBundle) Disable() error

func (FileBundle) Enable

func (b FileBundle) Enable() (boshsys.FileSystem, string, error)

func (FileBundle) GetInstallPath

func (b FileBundle) GetInstallPath() (boshsys.FileSystem, string, error)

func (FileBundle) Install

func (b FileBundle) Install(sourcePath string) (boshsys.FileSystem, string, error)

func (FileBundle) InstallWithoutContents

func (b FileBundle) InstallWithoutContents() (boshsys.FileSystem, string, error)

func (FileBundle) IsInstalled

func (b FileBundle) IsInstalled() (bool, error)

func (FileBundle) Uninstall

func (b FileBundle) Uninstall() error

type FileBundleCollection

type FileBundleCollection struct {
	// contains filtered or unexported fields
}

func NewFileBundleCollection

func NewFileBundleCollection(
	installPath, enablePath, name string,
	fileMode os.FileMode,
	fs boshsys.FileSystem,
	timeProvider clock.Clock,
	logger boshlog.Logger,
) FileBundleCollection

func (FileBundleCollection) Get

func (bc FileBundleCollection) Get(definition BundleDefinition) (Bundle, error)

func (FileBundleCollection) List

func (bc FileBundleCollection) List() ([]Bundle, error)

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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