Searched refs:keepAttributes (Results 1 – 9 of 9) sorted by relevance
70 configuration.keepAttributes = extendList(configuration.keepAttributes, in appendTo()71 this.configuration.keepAttributes); in appendTo()244 configuration.keepAttributes = extendFilter(configuration.keepAttributes, in addConfiguredKeepattribute()
258 public List keepAttributes; field in Configuration
75 StringMatcher keepAttributesMatcher = configuration.keepAttributes != null ? in execute()76 new ListParser(new NameParser()).parse(configuration.keepAttributes) : in execute()
201 …keepAttributes = parseCommaSeparatedList("attribute name", true, true, false, fa… in parse()
142 …ption(ConfigurationConstants.KEEP_ATTRIBUTES_OPTION, configuration.keepAttributes); in write()
117 configuration.keepAttributes == null ? null : in execute()118 new AttributeNameFilter(configuration.keepAttributes, in execute()
1028 …keepAttributesCheckBox .setSelected(configuration.keepAttributes !=… in setProGuardConfiguration()1061 …iguration.keepAttributes == null ? KEEP_ATTRIBUTE_DEFAULT : ListUtil.comm… in setProGuardConfiguration()1194 …configuration.keepAttributes = keepAttributesCheckBox .isSelect… in getProGuardConfiguration()
113 keepAttributes = Keep attributes key
812 configuration.keepAttributes = in keepattributes()813 extendFilter(configuration.keepAttributes, filter); in keepattributes()