public interface ForeignClassBundler
| Modifier and Type | Method and Description |
|---|---|
boolean |
preferSources()
Indicates whether the primary artifact from this project is more or less authoritative than sources.
|
void |
resetCachedValue()
typically called by the SourceForBinaryQueryImplementation when project changes to force recalculation of
the
preferSources() value in case it depends on some complex state of the maven project. |
boolean preferSources()
SourceForBinaryQueryImplementation2.Result.preferSources()void resetCachedValue()
preferSources() value in case it depends on some complex state of the maven project.