Home
last modified time | relevance | path

Searched refs:ModuleSet (Results 1 – 2 of 2) sorted by relevance

/build/blueprint/bpmodify/
Dbpmodify.go75 func (bp *Blueprint) ModulesByName(names ...string) *ModuleSet {
76 moduleSet := &ModuleSet{
98 func (bp *Blueprint) AllModules() *ModuleSet {
99 moduleSet := &ModuleSet{
116 type ModuleSet struct { struct
125 func (ms *ModuleSet) GetProperty(properties ...string) (*PropertySet, error) { argument
158 func (ms *ModuleSet) GetOrCreateProperty(typ Type, properties ...string) (*PropertySet, error) { argument
199 func (ms *ModuleSet) RemoveProperty(properties ...string) error { argument
222 func (ms *ModuleSet) MoveProperty(newParent string, properties ...string) error { argument
/build/blueprint/bpmodify/cmd/
Dmain.go71 var modules *bpmodify.ModuleSet