v.io/jiri@v0.0.0-20160715023856-abfb8b131290/profiles/.api (about) 1 pkg profiles, const Install Action 2 pkg profiles, const InstallerSeparator ideal-string 3 pkg profiles, const Original Version 4 pkg profiles, const Uninstall Action 5 pkg profiles, const V2 Version 6 pkg profiles, const V3 Version 7 pkg profiles, const V4 Version 8 pkg profiles, const V5 Version 9 pkg profiles, func DefaultTarget() Target 10 pkg profiles, func FindTarget(Targets, *Target) *Target 11 pkg profiles, func FindTargetWithDefault(Targets, *Target) *Target 12 pkg profiles, func InsertTarget(Targets, *Target) Targets 13 pkg profiles, func NativeTarget() Target 14 pkg profiles, func NewDB() *DB 15 pkg profiles, func NewTarget(string, ...string) (Target, error) 16 pkg profiles, func NewVersionInfo(string, map[string]interface{}, string) *VersionInfo 17 pkg profiles, func QualifiedProfileName(string, string) string 18 pkg profiles, func RegisterTargetAndEnvFlags(*flag.FlagSet, *Target) 19 pkg profiles, func RegisterTargetFlag(*flag.FlagSet, *Target) 20 pkg profiles, func RemoveTarget(Targets, *Target) Targets 21 pkg profiles, func SplitProfileName(string) (string, string) 22 pkg profiles, method (*DB) AddProfileTarget(string, string, Target) error 23 pkg profiles, method (*DB) EnvFromProfile(string, string, Target) []string 24 pkg profiles, method (*DB) InstallProfile(string, string, string) *Profile 25 pkg profiles, method (*DB) LookupProfile(string, string) *Profile 26 pkg profiles, method (*DB) LookupProfileTarget(string, string, Target) *Target 27 pkg profiles, method (*DB) Names() []string 28 pkg profiles, method (*DB) Path() string 29 pkg profiles, method (*DB) Profiles() []*Profile 30 pkg profiles, method (*DB) Read(*jiri.X, string) error 31 pkg profiles, method (*DB) RemoveProfileTarget(string, string, Target) bool 32 pkg profiles, method (*DB) SchemaVersion() Version 33 pkg profiles, method (*DB) UpdateProfileTarget(string, string, Target) error 34 pkg profiles, method (*DB) Write(*jiri.X, string, string) error 35 pkg profiles, method (*Environment) Get() interface{} 36 pkg profiles, method (*Environment) Set(string) error 37 pkg profiles, method (*Profile) Name() string 38 pkg profiles, method (*Profile) Root() string 39 pkg profiles, method (*Profile) Targets() Targets 40 pkg profiles, method (*Target) Arch() string 41 pkg profiles, method (*Target) Less(*Target) bool 42 pkg profiles, method (*Target) OS() string 43 pkg profiles, method (*Target) Set(string) error 44 pkg profiles, method (*Target) SetVersion(string) 45 pkg profiles, method (*Target) TargetSpecificDirname() string 46 pkg profiles, method (*Target) Usage() string 47 pkg profiles, method (*Target) UseCommandLineEnv() 48 pkg profiles, method (*Target) Version() string 49 pkg profiles, method (*VersionInfo) Default() string 50 pkg profiles, method (*VersionInfo) IsTargetNewerThanDefault(string) bool 51 pkg profiles, method (*VersionInfo) IsTargetOlderThanDefault(string) bool 52 pkg profiles, method (*VersionInfo) Lookup(string, interface{}) error 53 pkg profiles, method (*VersionInfo) Select(string) (string, error) 54 pkg profiles, method (*VersionInfo) String() string 55 pkg profiles, method (*VersionInfo) Supported() []string 56 pkg profiles, method (Environment) String() string 57 pkg profiles, method (Environment) Usage() string 58 pkg profiles, method (Target) CommandLineEnv() Environment 59 pkg profiles, method (Target) CrossCompiling() bool 60 pkg profiles, method (Target) DebugString() string 61 pkg profiles, method (Target) Get() interface{} 62 pkg profiles, method (Target) IsSet() bool 63 pkg profiles, method (Target) Match(*Target) bool 64 pkg profiles, method (Target) String() string 65 pkg profiles, method (Targets) Len() int 66 pkg profiles, method (Targets) Less(int, int) bool 67 pkg profiles, method (Targets) Sort() 68 pkg profiles, method (Targets) Swap(int, int) 69 pkg profiles, type Action int 70 pkg profiles, type DB struct 71 pkg profiles, type Environment struct 72 pkg profiles, type Environment struct, Vars []string 73 pkg profiles, type Manager interface { AddFlags, Info, Install, Installer, Name, OSPackages, String, Uninstall, VersionInfo } 74 pkg profiles, type Manager interface, AddFlags(*flag.FlagSet, Action) 75 pkg profiles, type Manager interface, Info() string 76 pkg profiles, type Manager interface, Install(*jiri.X, *DB, jiri.RelPath, Target) error 77 pkg profiles, type Manager interface, Installer() string 78 pkg profiles, type Manager interface, Name() string 79 pkg profiles, type Manager interface, OSPackages(*jiri.X, *DB, jiri.RelPath, Target) ([]string, error) 80 pkg profiles, type Manager interface, String() string 81 pkg profiles, type Manager interface, Uninstall(*jiri.X, *DB, jiri.RelPath, Target) error 82 pkg profiles, type Manager interface, VersionInfo() *VersionInfo 83 pkg profiles, type Profile struct 84 pkg profiles, type Target struct 85 pkg profiles, type Target struct, Env Environment 86 pkg profiles, type Target struct, InstallationDir string 87 pkg profiles, type Target struct, UpdateTime time.Time 88 pkg profiles, type Targets []*Target 89 pkg profiles, type Version int 90 pkg profiles, type VersionInfo struct