Get customDomainFilePath @param usePath @return customDomainFilePath
(final boolean usePath)
| 108 | * @return customDomainFilePath |
| 109 | */ |
| 110 | public static String customDomainFilePath(final boolean usePath) |
| 111 | { |
| 112 | return getCustomPath("Domains", usePath); |
| 113 | } |
| 114 | |
| 115 | /** |
| 116 | * Get customAbilityFilePath |
no test coverage detected