| Class Summary | |
| Public DecisionMaker This class describes the interface of functionality that is used to make decisions. | |
| Public NoopDecisionMaker Noop implementation that affirms everything and returns immediately there after. | |
| Public NoPrivateDecisionMaker DecisionMaker implementation that makes sure only ScriptElements with a Public modifier is included. | |
| Public OnlyWithCommentDecisionMaker DecisionMaker implementation that makes sure only ScriptElements with a comment is included. | |