Lines Matching defs:PropertySet
243 type PropertySet struct { struct
244 bp *Blueprint
245 properties []*property
246 sortLists bool
257 func (ps *PropertySet) SortListsWhenModifying() {
263 func (ps *PropertySet) SetString(s string) error {
284 func (ps *PropertySet) SetBool(b bool) error {
304 func (ps *PropertySet) AddStringToList(strs ...string) error {
333 func (ps *PropertySet) RemoveStringFromList(strs ...string) error {
362 func (ps *PropertySet) AddLiteral(s string) error {
390 func (ps *PropertySet) ReplaceStrings(replacements map[string]string) error {