public interface WorkFolderInterface
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
absolutePath() |
java.io.File |
asFile() |
void |
clean() |
WorkFolderInterface |
getRootFolder() |
java.io.File |
newFile(java.lang.String targetPath) |
java.io.File |
newFile(java.lang.String targetPath,
java.lang.CharSequence initialContents) |
java.io.File |
newFile(java.lang.String targetPath,
java.io.InputStream initialContents) |
java.io.File |
newResourceCopy(java.lang.String resourceName) |
java.io.File |
newResourceCopy(java.lang.String targetPath,
java.lang.String resourceName) |
java.lang.String |
relativePath() |
WorkFolderInterface |
subfolder(java.lang.String... pathComponents) |
java.io.File asFile()
java.lang.String absolutePath()
java.lang.String relativePath()
WorkFolderInterface getRootFolder()
java.io.File newFile(java.lang.String targetPath)
throws java.io.IOException
java.io.IOExceptionjava.io.File newFile(java.lang.String targetPath,
java.lang.CharSequence initialContents)
throws java.io.IOException
java.io.IOExceptionjava.io.File newFile(java.lang.String targetPath,
java.io.InputStream initialContents)
throws java.io.IOException
java.io.IOExceptionjava.io.File newResourceCopy(java.lang.String targetPath,
java.lang.String resourceName)
throws java.io.IOException
java.io.IOExceptionjava.io.File newResourceCopy(java.lang.String resourceName)
throws java.io.IOException
java.io.IOExceptionWorkFolderInterface subfolder(java.lang.String... pathComponents) throws java.io.IOException
java.io.IOExceptionvoid clean()
throws java.io.IOException
java.io.IOException