Class | Description |
---|---|
ClientLocalClassHider |
A class file "transformer" that ignores the original class definition,
instead generating a class that is completely empty.
|
ClientLocalClassHidingAgent |
A Java Agent that ensures all attempts at loading a class whose package and
name match a particular pattern end up loading a trivial subclass of
java.lang.Object.
|
EmtpyClassGenerator |
A utility that generates an empty class: a trivial public subclass of
java.lang.Object which is in the expected package and has the expected name.
|
GwtLinkerClassHider |
A class file "transformer" that overrides GWT linker classes with classes
that are completely empty.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.