Class JnrUnixBusAddress
- java.lang.Object
-
- org.freedesktop.dbus.connections.BusAddress
-
- org.freedesktop.dbus.transport.jnr.JnrUnixBusAddress
-
- All Implemented Interfaces:
IFileBasedBusAddress
public class JnrUnixBusAddress extends BusAddress implements IFileBasedBusAddress
-
-
Constructor Summary
Constructors Constructor Description JnrUnixBusAddress(BusAddress _obj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAbstract()java.lang.StringgetPath()booleanhasPath()booleanisAbstract()voidupdatePermissions(java.lang.String _fileOwner, java.lang.String _fileGroup, java.util.Set<java.nio.file.attribute.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 Detail
-
JnrUnixBusAddress
public JnrUnixBusAddress(BusAddress _obj)
-
-
Method Detail
-
hasPath
public boolean hasPath()
-
getAbstract
public java.lang.String getAbstract()
-
isAbstract
public boolean isAbstract()
-
getPath
public java.lang.String getPath()
-
updatePermissions
public void updatePermissions(java.lang.String _fileOwner, java.lang.String _fileGroup, java.util.Set<java.nio.file.attribute.PosixFilePermission> _fileUnixPermissions)- Specified by:
updatePermissionsin interfaceIFileBasedBusAddress
-
-