public interface VirtualFileConnection extends Connection
Modifier and Type | Interface and Description |
---|---|
static class |
VirtualFileConnection.Util |
Modifier and Type | Method and Description |
---|---|
void |
add(InputStream in,
String path)
Add a file
|
VirtualFile[] |
getFiles(String namePattern)
Return a list of files by a given file pattern
|
boolean |
remove(String path)
Remove a file
|
close
VirtualFile[] getFiles(String namePattern) throws TranslatorException
namePattern
- - the syntax and patternTranslatorException
void add(InputStream in, String path) throws TranslatorException
file
- TranslatorException
boolean remove(String path) throws TranslatorException
path
- TranslatorException
Copyright © 2019. All rights reserved.