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