public class TenantFileUtils extends Object
| Constructor and Description |
|---|
TenantFileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createTenantFile(File homeDir,
String baseUrl,
boolean overwrite) |
static void |
createTenantPropertiesFile(File homeDir,
Properties properties,
boolean overwrite) |
public static void createTenantFile(File homeDir, String baseUrl, boolean overwrite) throws IOException
homeDir - The location to create the tenant filebaseUrl - The tenant is as baseUrloverwrite - An option to overwrite, mainly for testing purposesIOException - if the file cannot be createdpublic static void createTenantPropertiesFile(File homeDir, Properties properties, boolean overwrite) throws IOException
homeDir - The location to create the tenant fileproperties - A map containing tenant propertiesoverwrite - An option to overwrite, mainly for testing purposesIOException - if the file cannot be createdCopyright © 2022 Atlassian. All rights reserved.