public class TestFileSystem extends CDITestSetup
beanManager, fileSystemProvider, paths
Constructor and Description |
---|
TestFileSystem() |
Modifier and Type | Method and Description |
---|---|
Path |
createTempDirectory(String fullDirectoryName) |
Path |
createTempFile(String fullFileName) |
void |
deleteFile(Path path) |
File |
getFile(Path path) |
void |
tearDown() |
cleanup, getReference, setUp
public Path createTempFile(String fullFileName) throws IOException
IOException
public Path createTempDirectory(String fullDirectoryName) throws IOException
IOException
public void deleteFile(Path path)
public void tearDown()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.