public class DMDirStructure
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MaximoRootURL |
| Constructor and Description |
|---|
DMDirStructure() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getDirPath(java.lang.String dirType)
Create folder in DM root folder if it does not exist.
|
static java.io.File |
getDirPathFile(java.lang.String dirType)
Create folder in DM root folder if it does not exist.
|
static java.lang.String |
getDMRootDeploymentDirName()
Get the root folder name for DM
|
static java.lang.String |
getPreviewDirPath()
Get the preview log folder
|
static java.lang.String |
getProcessedDirPath(java.lang.String dirType)
Create the ARCHIVE folder in DM root folder if not exists.
|
public static java.lang.String getDMRootDeploymentDirName()
throws MXException
MXExceptionpublic static java.io.File getDirPathFile(java.lang.String dirType)
throws MXException
dirType - The name of the subfolder, or "migration".MXException - With dm.dmcreatedir if unable to create the directory.public static java.lang.String getDirPath(java.lang.String dirType)
throws MXException
dirType - The name of the subfolder, or "migration".MXException - With dm.dmcreatedir if unable to create the directory.public static java.lang.String getProcessedDirPath(java.lang.String dirType)
throws MXException
MXExceptionpublic static java.lang.String getPreviewDirPath()
throws MXException
MXException