public interface FileAccessorFactory
Modifier and Type | Method and Description |
---|---|
void |
addConfigDir(String path)
Adds read-only config directory to the created accessors.
|
void |
addDataDir(String path)
Adds read-only data directory to the created accessors.
|
FileAccessor |
getFileAccessor()
Returns ready to use
FileAccessor . |
Object |
getParameters()
Returns parameters object for JCommander.
|
void |
setWriteableLayout(WriteableDirectoryLayout subdirectoryLayout)
Sets given layout.
|
Object getParameters()
void setWriteableLayout(WriteableDirectoryLayout subdirectoryLayout)
void addConfigDir(String path)
void addDataDir(String path)
FileAccessor getFileAccessor() throws IOException
FileAccessor
.IOException
Copyright © 2013 Atteo. All rights reserved.