Class BasicEntryPool
java.lang.Object
software.coley.sourcesolver.resolve.entry.BasicEntryPool
- All Implemented Interfaces:
EntryPool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClassesInPackage(String packageName) voidregister(ClassEntry entry) Adds the given class to the current pool.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.coley.sourcesolver.resolve.entry.EntryPool
getDescribable
-
Constructor Details
-
BasicEntryPool
public BasicEntryPool()
-
-
Method Details
-
register
Description copied from interface:EntryPoolAdds the given class to the current pool. -
getClass
-
getClassesInPackage
- Specified by:
getClassesInPackagein interfaceEntryPool- Parameters:
packageName- Internal package name. For instance"java/lang".- Returns:
- List of all entries in the package (but not sub-packages) that are known to this pool.
-