public class BallerinaDocUtils extends Object
| Constructor and Description |
|---|
BallerinaDocUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copyResources(String resource,
String targetPath)
Find a given resource and copy its content recursively to a given target path.
|
static boolean |
isDebugEnabled() |
static void |
packageToZipFile(String sourceDirPath,
String zipFilePath) |
public static void packageToZipFile(String sourceDirPath, String zipFilePath) throws IOException
IOExceptionpublic static void copyResources(String resource, String targetPath) throws IOException
resource - name of the resourcetargetPath - target directory path as a string.IOException - Failure to load the resources.public static boolean isDebugEnabled()
Copyright © 2018 WSO2. All rights reserved.