public class GCsummary extends Object
| Constructor and Description |
|---|
GCsummary() |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
static void |
main(String[] args) |
void |
setCatalog(String catalog) |
void |
setContentDir(String contentDir) |
void |
setExecutor(ExecutorService executor) |
void |
setNThreads(int n) |
void |
setShowOnly(boolean showOnly) |
public void setContentDir(String contentDir) throws IOException
IOExceptionpublic void setShowOnly(boolean showOnly)
public void setNThreads(int n)
public void setExecutor(ExecutorService executor)
public void setCatalog(String catalog) throws IOException
IOExceptionpublic void finish()
public static void main(String[] args) throws IOException, InterruptedException
IOExceptionInterruptedException