net.firstpartners.nounit.reader
Interface ISnippetFactory

All Known Implementing Classes:
AbstractByteCodeSnippetFactory, ByteCodeClassSnippetFactory, ByteCodePackageSnippetFactory, ByteCodeMethodSnippetFactory, ByteCodeCallsSnippetFactory, ByteCodeProjectSnippetFactory

public interface ISnippetFactory

General Snippet Factory Interface


Method Summary
 Snippets getSnippets()
          Get the Collection of Snippets (as read from the source)
 

Method Detail

getSnippets

public Snippets getSnippets()
                     throws NoUnitException
Get the Collection of Snippets (as read from the source)
Returns:
Snippets