Interface IFileBasedBusAddress
-
- All Known Implementing Classes:
JnrUnixBusAddress
public interface IFileBasedBusAddressInterface which should be implemented byBusAddresssubclasses which use files as 'address' (e.g. unix sockets) and needs to set permission on those files.- Since:
- 4.2.0 - 2022-07-18
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdatePermissions(java.lang.String _fileOwner, java.lang.String _fileGroup, java.util.Set<java.nio.file.attribute.PosixFilePermission> _fileUnixPermissions)
-