-
Notifications
You must be signed in to change notification settings - Fork 177
object_proposals
drieu edited this page Apr 18, 2013
·
2 revisions
WARNING : IT'S A DRAFT !
Store an object in variable and add the possibility to call method, to set attribute by completion.
To do that, we will follow this steps :
- Find object
- Define a variable
- Completion on this object
TODO : see if possible. With this command, you will list all class available.
%lsObject
%lsObject --classloader
def var = org.apache.log4j$
By using the dot ".", you will see all available methods and attribute :
%def var = org.apache.log4j$ %var.[TAB]