public interface VariablesAware
Modifier and Type | Method and Description |
---|---|
<T> T |
process(T variables,
ClassLoader cl)
Generic processing method that might be simply returning same instance of variables
if no processing is required.
|
<T> T process(T variables, ClassLoader cl)
variables
- object that holds varialble(s)cl
- classloader that shall be used to operate on the variables e.g. project class loaderCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.