public interface Module
Module represents a set of files to analyze. eg., a Jar file.
These are persistent (hung onto by ClassLoaderImpl) .. so,
a Module should not hold onto a lot of data.| Modifier and Type | Method and Description |
|---|---|
Iterator<? extends ModuleEntry> |
getEntries() |
Iterator<? extends ModuleEntry> getEntries()
Copyright © 2015. All rights reserved.