Returns the number of threads to use for compilation. @return the thread count
()
| 1036 | * @return the thread count |
| 1037 | */ |
| 1038 | public int getThreadCount() { |
| 1039 | return threadCount; |
| 1040 | } |
| 1041 | |
| 1042 | /** |
| 1043 | * Sets the number of threads to use for compilation. Accepts an integer value or a |