public final class FilesystemXml
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,Filesystem> |
getFilesystems(org.jdom2.Document domainXml)
Get map of
Filesystems. |
static void |
removeFilesystemsWithTarget(org.jdom2.Document domainXml,
java.lang.String targetDir) |
static org.jdom2.Element |
toFileSystemXml(Filesystem fs) |
public static org.jdom2.Element toFileSystemXml(Filesystem fs)
public static void removeFilesystemsWithTarget(org.jdom2.Document domainXml,
java.lang.String targetDir)
public static java.util.Map<java.lang.String,Filesystem> getFilesystems(org.jdom2.Document domainXml)
Filesystems. The key in the map is the target inside the domain. This will only return
filesystems of type 'mount'.