public abstract class TearOffSupport
extends java.lang.Object
This mechanism is used to avoid static linking optional packages, so that stapler can work even when the optional dependencies are missing.
Constructor and Description |
---|
TearOffSupport() |
Modifier and Type | Method and Description |
---|---|
<T> T |
getTearOff(java.lang.Class<T> t) |
<T> T |
loadTearOff(java.lang.Class<T> t) |
<T> void |
setTearOff(java.lang.Class<T> type,
T instance) |
Copyright © 2013. All Rights Reserved.