command_registry

package
v6.13.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2015 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Commands = NewRegistry()

Functions

func NewRegistry

func NewRegistry() *registry

func Register

func Register(cmd Command)

Types

type Command

type Command interface {
	MetaData() CommandMetadata
	SetDependency(deps Dependency, pluginCall bool) Command
	Requirements(requirementsFactory requirements.Factory, context flags.FlagContext) (reqs []requirements.Requirement, err error)
	Execute(context flags.FlagContext)
}

type CommandMetadata

type CommandMetadata struct {
	Name            string
	ShortName       string
	Usage           string
	Description     string
	Flags           map[string]flags.FlagSet
	SkipFlagParsing bool
	TotalArgs       int //Optional: number of required arguments to skip for flag verification
}

type Dependency

type Dependency struct {
	Ui                 terminal.UI
	Config             core_config.Repository
	RepoLocator        api.RepositoryLocator
	Detector           detection.Detector
	PluginConfig       plugin_config.PluginConfiguration
	ManifestRepo       manifest.ManifestRepository
	AppManifest        manifest.AppManifest
	Gateways           map[string]net.Gateway
	TeePrinter         *terminal.TeePrinter
	PluginRepo         plugin_repo.PluginRepo
	PluginModels       *pluginModels
	ServiceBuilder     service_builder.ServiceBuilder
	BrokerBuilder      broker_builder.Builder
	PlanBuilder        plan_builder.PlanBuilder
	ServiceHandler     actors.ServiceActor
	ServicePlanHandler actors.ServicePlanActor
	WordGenerator      generator.WordGenerator
	AppZipper          app_files.Zipper
	AppFiles           app_files.AppFiles
	PushActor          actors.PushActor
	ChecksumUtil       utils.Sha1Checksum
	WilecardDependency interface{} //use for injecting fakes
}

func NewDependency

func NewDependency() Dependency

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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