public final class DocumentFileUtils
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static DocumentFileUtils |
INSTANCE |
| Constructor | Description |
|---|---|
DocumentFileUtils(DocumentTools documentTools) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
createFile(org.w3c.dom.Element element,
java.nio.file.Path path,
boolean addNamespace) |
|
void |
createFolder(java.nio.file.Path folderPath) |
|
void |
createFolders(java.nio.file.Path folderPath) |
Create all folder in this path.
|
public static final DocumentFileUtils INSTANCE
public DocumentFileUtils(DocumentTools documentTools)
public void createFile(org.w3c.dom.Element element,
java.nio.file.Path path,
boolean addNamespace)
public void createFolder(java.nio.file.Path folderPath)
public void createFolders(java.nio.file.Path folderPath)
folderPath - Path representing all folders that should be created.