-
Notifications
You must be signed in to change notification settings - Fork 1.2k
command_sc
btpka3 edited this page Oct 11, 2018
·
3 revisions
Search all the classes loaded by JVM .
ga?>sc -d org.apache.commons.io.IOUtils
ga?>help sc
+---------+----------------------------------------------------------------------------------+
| USAGE | -[dfE] class-pattern |
| | Search all the classes loaded by JVM |
+---------+----------------------------------------------------------------------------------+
| OPTIONS | [d] | Display the details of class |
| | -----------------+-------------------------------------------------------------- |
| | [f] | Display all the member variables |
| | -----------------+-------------------------------------------------------------- |
| | [E] | Enable regular expression to match (wildcard matching by def |
| | | ault) |
| | -----------------+-------------------------------------------------------------- |
| | class-pattern | Path and classname of Pattern Matching |
+---------+----------------------------------------------------------------------------------+
| EXAMPLE | sc -E org\.apache\.commons\.lang\.StringUtils |
| | sc -d org.apache.commons.lang.StringUtils |
+---------+----------------------------------------------------------------------------------+