Class UnixBusAddress
java.lang.Object
org.freedesktop.dbus.connections.BusAddress
org.freedesktop.dbus.transport.jre.UnixBusAddress
- All Implemented Interfaces:
IFileBasedBusAddress
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPath()booleanhasPath()voidupdatePermissions(String _fileOwner, String _fileGroup, Set<PosixFilePermission> _fileUnixPermissions) Methods inherited from class org.freedesktop.dbus.connections.BusAddress
addParameter, getBusType, getGuid, getListenerAddress, getParameterValue, getParameterValue, getType, hasParameter, isBusType, isListeningSocket, isServer, of, of, removeParameter, toString
-
Constructor Details
-
UnixBusAddress
-
-
Method Details
-
hasPath
public boolean hasPath() -
getPath
-
updatePermissions
public void updatePermissions(String _fileOwner, String _fileGroup, Set<PosixFilePermission> _fileUnixPermissions) - Specified by:
updatePermissionsin interfaceIFileBasedBusAddress
-