public class ThreadFilter extends Object
Constructor and Description |
---|
ThreadFilter() |
Modifier and Type | Method and Description |
---|---|
Thread |
getThread(String regexp,
int nSkip)
get a Vector of matching threads by name
|
Vector<Thread> |
getThreads(String regexp)
get a Vector of matching threads by name
|
int |
numThreads() |
public Vector<Thread> getThreads(String regexp)
regexp
- the expression to match againstpublic Thread getThread(String regexp, int nSkip)
regexp
- the expression to match againstnSkip
- which one?public int numThreads()
Copyright © 2018. All rights reserved.