|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.firstpartners.nounit.reader.bytecode.AbstractByteCodeSnippetFactory | +--net.firstpartners.nounit.reader.bytecode.ByteCodeProjectSnippetFactory
Reads Entire Project of Packages of Files (Byte Code) and returns them as snippets Package (one Directory) NOT project
Constructor Summary | |
ByteCodeProjectSnippetFactory(java.lang.String startDirectory)
Constructor - Get (and store) source class file |
Method Summary | |
Snippets |
getSnippets()
Get a set of (package) snippets from the current source |
Methods inherited from class net.firstpartners.nounit.reader.bytecode.AbstractByteCodeSnippetFactory |
cleanValues, cleanValues, tidyNames |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ByteCodeProjectSnippetFactory(java.lang.String startDirectory)
startDirectory
- to start reading classes fromMethod Detail |
public Snippets getSnippets() throws NoUnitException
getSnippets
in interface ISnippetFactory
getSnippets
in class AbstractByteCodeSnippetFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |