ICodeBase
, IScannableCodeBase
, java.lang.AutoCloseable
public class EmptyCodeBase extends AbstractScannableCodeBase
ICodeBase.Discovered
Constructor | Description |
---|---|
EmptyCodeBase(ICodeBaseLocator codeBaseLocator) |
Modifier and Type | Method | Description |
---|---|---|
void |
close() |
This method should be called when done using the code base.
|
java.lang.String |
getPathName() |
Get the filesystem pathname of this codebase.
|
ICodeBaseIterator |
iterator() |
Get an iterator over the resources in the this code base.
|
ICodeBaseEntry |
lookupResource(java.lang.String resourceName) |
Look up a resource in this code base.
|
addLastModifiedTime, addResourceNameTranslation, containsSourceFiles, getCodeBaseLocator, getHowDiscovered, getLastModifiedTime, isApplicationCodeBase, setApplicationCodeBase, setHowDiscovered, setLastModifiedTime, translateResourceName
public EmptyCodeBase(ICodeBaseLocator codeBaseLocator)
public ICodeBaseIterator iterator() throws java.lang.InterruptedException
IScannableCodeBase
java.lang.InterruptedException
public ICodeBaseEntry lookupResource(java.lang.String resourceName)
ICodeBase
resourceName
- name of the resource to look uppublic java.lang.String getPathName()
ICodeBase
public void close()
ICodeBase
SpotBugs is licensed under the LGPL.