public class MirrorWebsite extends Object
Its primary purpose is to provide the code necessary to keep ImageJ Mirror up-to-date.
| Modifier and Type | Field and Description |
|---|---|
static long |
DELAY_IN_MICROSECONDS |
static int |
THREAD_COUNT |
| Constructor and Description |
|---|
MirrorWebsite(String baseURL,
File localDirectory,
int threadCount,
long delay) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
mirror(String path) |
void |
run() |
public static final int THREAD_COUNT
public static final long DELAY_IN_MICROSECONDS
public void run()
throws InterruptedException
InterruptedExceptionpublic void mirror(String path)
public static void main(String[] args)
Copyright © 2014–2022 ImageJ. All rights reserved.