@OpenApiAll
public interface FileLocationRegister
EnvironmentSpecificFileLocations
and ProjectSpecificLocationRegister
to manipulate with file locations storing places
Implement this interface if you need to create new file locations saving type.Modifier and Type | Method and Description |
---|---|
java.io.File |
getFileLocation(java.lang.String locationNameID)
This method should be used to get file object by locationNameID.
|
void |
setFileLocation(java.lang.String locationNameID,
java.io.File file)
This method should be used to save file by locationNameID.
|
java.io.File getFileLocation(java.lang.String locationNameID)
locationNameID
- a unique id for storing/getting file locations.void setFileLocation(java.lang.String locationNameID, java.io.File file)
locationNameID
- a unique id for storing/getting file locations.file
- type object