public class AgentDirUtils extends Object
Constructor and Description |
---|
AgentDirUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
createHomeDirLayout(String homeDirStr)
Create agent home directory and its subdirectories
|
static File |
mkDir(File parent,
String dirName)
Make a directory if it doesn't already exist
|
public static File mkDir(File parent, String dirName)
parent
- The parent directroydirName
- The name of the directorypublic static void createHomeDirLayout(String homeDirStr) throws IOException
Exception
- When IO problem occursIOException
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.