Home
last modified time | relevance | path

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

/build/blueprint/bpmodify/
Dbpmodify.go30 targetedProperty = new(qualifiedProperty)
414 type qualifiedProperty struct { struct
418 var _ flag.Getter = (*qualifiedProperty)(nil)
420 func (p *qualifiedProperty) name() string { argument
424 func (p *qualifiedProperty) prefixes() []string { argument
428 func (p *qualifiedProperty) String() string { argument
432 func (p *qualifiedProperty) Set(s string) error { argument
445 func (p *qualifiedProperty) Get() interface{} { argument