|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.classfile.impl.ClassPathBuilder
public class ClassPathBuilder
Implementation of IClassPathBuilder.
Method Summary | |
---|---|
void |
addCodeBase(ICodeBaseLocator locator,
boolean isApplication)
Add a project codebase. |
void |
build(IClassPath classPath,
IClassPathBuilderProgress progress)
Build the classpath. |
java.util.List<ClassDescriptor> |
getAppClassList()
Get the list of application classes discovered while scanning the classpath. |
void |
scanNestedArchives(boolean scanNestedArchives)
Set whether or not nested archives should be scanned. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void addCodeBase(ICodeBaseLocator locator, boolean isApplication)
IClassPathBuilder
addCodeBase
in interface IClassPathBuilder
locator
- locator for project codebaseisApplication
- true if the codebase is an application codebase, false otherwisepublic void scanNestedArchives(boolean scanNestedArchives)
IClassPathBuilder
scanNestedArchives
in interface IClassPathBuilder
scanNestedArchives
- true if nested archives should be scanned,
false otherwisepublic void build(IClassPath classPath, IClassPathBuilderProgress progress) throws CheckedAnalysisException, java.io.IOException, java.lang.InterruptedException
IClassPathBuilder
build
in interface IClassPathBuilder
classPath
- IClassPath object to buildprogress
- IClassPathBuilderProgress callback
ResourceNotFoundException
java.io.IOException
java.lang.InterruptedException
CheckedAnalysisException
public java.util.List<ClassDescriptor> getAppClassList()
IClassPathBuilder
getAppClassList
in interface IClassPathBuilder
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |