Public Class Methods : SstKernelExtensions

* includeAllMethodsInCategoryNamed: categoryName inHierarchyRootedAtClassNamed: className for: aRuleCollector
	"ACTION
		Add packaging rules to @aRuleCollector to include all methods categorized as
		@categoryName in the class hierarchy rooted at @className. This includes
		the class @className.

	PARAMETERS
		categoryName : <String>
		className : <Symbol>
		aRuleCollector : <IepRuleCreation>

	NOTES
		This is a helper method for packaging."
Categories
	SST-API User
* includeAllMethodsInCategoryNamed: categoryName inHierarchyUpToClassNamed: className for: aRuleCollector
	"ACTION
		Add packaging rules to @aRuleCollector to include all methods categorized as
		@categoryName in the class hierarchy up to and including @className.

	PARAMETERS
		categoryName : <String>
		className : <Symbol>
		aRuleCollector : <IepRuleCreation>

	NOTES
		This is a helper method for packaging."
Categories
	SST-API User

[FIRST] [PREV] [NEXT] [LAST]