struct Zap::Installer::Classic::Writer::Registry

Defined in:

installer/classic/writer/registry.cr

Instance Method Summary

Instance methods inherited from struct Zap::Installer::Classic::Writer

aliased_name : String | Nil aliased_name, ancestors : Array(Package) ancestors, dependency : Package dependency, install : InstallResult install, installer : Zap::Installer::Classic installer, location : LocationNode location, state : Commands::Install::State state

Constructor methods inherited from struct Zap::Installer::Classic::Writer

new(dependency : Package, *, installer : Zap::Installer::Classic, location : LocationNode, state : Commands::Install::State, ancestors : Array(Package), aliased_name : String | Nil) new

Class methods inherited from struct Zap::Installer::Classic::Writer

init_location(dependency : Package, target_path : Path, location : LocationNode) : LocationNode init_location

Instance methods inherited from class Object

or(other : T) : T | self forall T or, pipe(&) pipe

Instance Method Detail

def hoist : self | Nil #

[View source]
def install : InstallResult #

[View source]
def update_location(location : LocationNode) : self #

[View source]