Get customClassFilePath @param usePath @return customClassFilePath
(final boolean usePath)
| 86 | * @return customClassFilePath |
| 87 | */ |
| 88 | public static String customClassFilePath(final boolean usePath) |
| 89 | { |
| 90 | return getCustomPath("Classes", usePath); |
| 91 | } |
| 92 | |
| 93 | /** |
| 94 | * Get customDeityFilePath |
no test coverage detected