Skip to content
btpka3 edited this page Oct 11, 2018 · 3 revisions

sc

Search all the classes loaded by JVM .

Example

ga?>sc -d org.apache.commons.io.IOUtils

Help

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                                        |
+---------+----------------------------------------------------------------------------------+
Clone this wiki locally