Uses of Class
org.robovm.libimobiledevice.binding.AfcLinkType
| Package | Description |
|---|---|
| org.robovm.libimobiledevice | |
| org.robovm.libimobiledevice.binding |
-
Uses of AfcLinkType in org.robovm.libimobiledevice
Methods in org.robovm.libimobiledevice with parameters of type AfcLinkType Modifier and Type Method Description voidAfcClient. makeLink(AfcLinkType type, java.lang.String target, java.lang.String source)Creates a hard link or symbolic link on the device. -
Uses of AfcLinkType in org.robovm.libimobiledevice.binding
Methods in org.robovm.libimobiledevice.binding that return AfcLinkType Modifier and Type Method Description static AfcLinkTypeAfcLinkType. swigToEnum(int swigValue)static AfcLinkTypeAfcLinkType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AfcLinkType[]AfcLinkType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.libimobiledevice.binding with parameters of type AfcLinkType Modifier and Type Method Description static AfcErrorLibIMobileDevice. afc_make_link(AfcClientRef client, AfcLinkType linktype, java.lang.String target, java.lang.String linkname)