A B C D E F G H I J K L M N O P R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- acl_delete_def_file(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
delete the default POSIX ACL of a directory
- acl_get_file(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the POSIX ACL attached to a file
- acl_set_file(String, String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set the POSIX ACL attached to a file
- add_cdrom(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.add_drive_ro(java.lang.String)
instead - add_domain(String) - Method in class com.redhat.et.libguestfs.GuestFS
- add_domain(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
add the disk(s) from a named libvirt domain
- add_drive(String) - Method in class com.redhat.et.libguestfs.GuestFS
- add_drive(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
add an image to examine or modify
- add_drive_opts(String) - Method in class com.redhat.et.libguestfs.GuestFS
- add_drive_opts(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
- add_drive_ro(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
add a drive in snapshot mode (read-only)
- add_drive_ro_with_if(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.add_drive(java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - add_drive_scratch(long) - Method in class com.redhat.et.libguestfs.GuestFS
- add_drive_scratch(long, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
add a temporary scratch drive
- add_drive_with_if(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.add_drive(java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - add_libvirt_dom(long) - Method in class com.redhat.et.libguestfs.GuestFS
- add_libvirt_dom(long, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
add the disk(s) from a libvirt domain
- app_description - Variable in class com.redhat.et.libguestfs.Application
- app_display_name - Variable in class com.redhat.et.libguestfs.Application
- app_epoch - Variable in class com.redhat.et.libguestfs.Application
- app_install_path - Variable in class com.redhat.et.libguestfs.Application
- app_name - Variable in class com.redhat.et.libguestfs.Application
- app_publisher - Variable in class com.redhat.et.libguestfs.Application
- app_release - Variable in class com.redhat.et.libguestfs.Application
- app_source_package - Variable in class com.redhat.et.libguestfs.Application
- app_summary - Variable in class com.redhat.et.libguestfs.Application
- app_trans_path - Variable in class com.redhat.et.libguestfs.Application
- app_url - Variable in class com.redhat.et.libguestfs.Application
- app_version - Variable in class com.redhat.et.libguestfs.Application
- app2_arch - Variable in class com.redhat.et.libguestfs.Application2
- app2_description - Variable in class com.redhat.et.libguestfs.Application2
- app2_display_name - Variable in class com.redhat.et.libguestfs.Application2
- app2_epoch - Variable in class com.redhat.et.libguestfs.Application2
- app2_install_path - Variable in class com.redhat.et.libguestfs.Application2
- app2_name - Variable in class com.redhat.et.libguestfs.Application2
- app2_publisher - Variable in class com.redhat.et.libguestfs.Application2
- app2_release - Variable in class com.redhat.et.libguestfs.Application2
- app2_source_package - Variable in class com.redhat.et.libguestfs.Application2
- app2_spare1 - Variable in class com.redhat.et.libguestfs.Application2
- app2_spare2 - Variable in class com.redhat.et.libguestfs.Application2
- app2_spare3 - Variable in class com.redhat.et.libguestfs.Application2
- app2_spare4 - Variable in class com.redhat.et.libguestfs.Application2
- app2_summary - Variable in class com.redhat.et.libguestfs.Application2
- app2_trans_path - Variable in class com.redhat.et.libguestfs.Application2
- app2_url - Variable in class com.redhat.et.libguestfs.Application2
- app2_version - Variable in class com.redhat.et.libguestfs.Application2
- Application - Class in com.redhat.et.libguestfs
-
Application structure.
- Application() - Constructor for class com.redhat.et.libguestfs.Application
- Application2 - Class in com.redhat.et.libguestfs
-
Application2 structure.
- Application2() - Constructor for class com.redhat.et.libguestfs.Application2
- atime - Variable in class com.redhat.et.libguestfs.Stat
- attrname - Variable in class com.redhat.et.libguestfs.XAttr
- attrval - Variable in class com.redhat.et.libguestfs.XAttr
- aug_clear(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
clear Augeas path
- aug_close() - Method in class com.redhat.et.libguestfs.GuestFS
-
close the current Augeas handle
- aug_defnode(String, String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
define an Augeas node
- aug_defvar(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
define an Augeas variable
- aug_get(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
look up the value of an Augeas path
- aug_init(String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a new Augeas handle
- aug_insert(String, String, boolean) - Method in class com.redhat.et.libguestfs.GuestFS
-
insert a sibling Augeas node
- aug_label(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return the label from an Augeas path expression
- aug_load() - Method in class com.redhat.et.libguestfs.GuestFS
-
load files into the tree
- aug_ls(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
list Augeas nodes under augpath
- aug_match(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return Augeas nodes which match augpath
- aug_mv(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
move Augeas node
- aug_rm(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
remove an Augeas path
- aug_save() - Method in class com.redhat.et.libguestfs.GuestFS
-
write all pending Augeas changes to disk
- aug_set(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set Augeas path to value
- aug_setm(String, String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set multiple Augeas nodes
- aug_transform(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- aug_transform(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
add/remove an Augeas lens transformation
- available(String[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
test availability of some parts of the API
- available_all_groups() - Method in class com.redhat.et.libguestfs.GuestFS
-
return a list of all optional groups
B
- b - Variable in class com.redhat.et.libguestfs.IntBool
- base64_in(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
upload base64-encoded data to file
- base64_out(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
download file and encode as base64
- bavail - Variable in class com.redhat.et.libguestfs.StatVFS
- bfree - Variable in class com.redhat.et.libguestfs.StatVFS
- blkdiscard(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
discard all blocks on a device
- blkdiscardzeroes(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return true if discarded blocks are read as zeroes
- blkid(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
print block device attributes
- blksize - Variable in class com.redhat.et.libguestfs.Stat
- blockdev_flushbufs(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
flush device buffers
- blockdev_getbsz(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get blocksize of block device
- blockdev_getro(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
is block device set to read-only
- blockdev_getsize64(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get total size of device in bytes
- blockdev_getss(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get sectorsize of block device
- blockdev_getsz(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get total size of device in 512-byte sectors
- blockdev_rereadpt(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
reread partition table
- blockdev_setbsz(String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.There is no documented replacement
- blockdev_setra(String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
set readahead
- blockdev_setro(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set block device to read-only
- blockdev_setrw(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set block device to read-write
- blocks - Variable in class com.redhat.et.libguestfs.Stat
- blocks - Variable in class com.redhat.et.libguestfs.StatVFS
- bsize - Variable in class com.redhat.et.libguestfs.StatVFS
- btrfs_balance_cancel(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
cancel a running or paused balance
- btrfs_balance_pause(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
pause a running balance
- btrfs_balance_resume(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
resume a paused balance
- btrfs_balance_status(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
show the status of a running or paused balance
- btrfs_device_add(String[], String) - Method in class com.redhat.et.libguestfs.GuestFS
-
add devices to a btrfs filesystem
- btrfs_device_delete(String[], String) - Method in class com.redhat.et.libguestfs.GuestFS
-
remove devices from a btrfs filesystem
- btrfs_filesystem_balance(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
balance a btrfs filesystem
- btrfs_filesystem_defragment(String) - Method in class com.redhat.et.libguestfs.GuestFS
- btrfs_filesystem_defragment(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
defragment a file or directory
- btrfs_filesystem_resize(String) - Method in class com.redhat.et.libguestfs.GuestFS
- btrfs_filesystem_resize(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
resize a btrfs filesystem
- btrfs_filesystem_show(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
list devices for btrfs filesystem
- btrfs_filesystem_sync(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
sync a btrfs filesystem
- btrfs_fsck(String) - Method in class com.redhat.et.libguestfs.GuestFS
- btrfs_fsck(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
check a btrfs filesystem
- btrfs_image(String[], String) - Method in class com.redhat.et.libguestfs.GuestFS
- btrfs_image(String[], String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
create an image of a btrfs filesystem
- btrfs_qgroup_assign(String, String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
add a qgroup to a parent qgroup
- btrfs_qgroup_create(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a subvolume quota group
- btrfs_qgroup_destroy(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
destroy a subvolume quota group
- btrfs_qgroup_limit(String, long) - Method in class com.redhat.et.libguestfs.GuestFS
-
limit the size of a subvolume
- btrfs_qgroup_remove(String, String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
remove a qgroup from its parent qgroup
- btrfs_qgroup_show(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
show subvolume quota groups
- btrfs_quota_enable(String, boolean) - Method in class com.redhat.et.libguestfs.GuestFS
-
enable or disable subvolume quota support
- btrfs_quota_rescan(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
trash all qgroup numbers and scan the metadata again with the current config
- btrfs_replace(String, String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
replace a btrfs managed device with another device
- btrfs_rescue_chunk_recover(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
recover the chunk tree of btrfs filesystem
- btrfs_rescue_super_recover(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
recover bad superblocks from good copies
- btrfs_scrub_cancel(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
cancel a running scrub
- btrfs_scrub_resume(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
resume a previously canceled or interrupted scrub
- btrfs_scrub_start(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
read all data from all disks and verify checksums
- btrfs_scrub_status(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
show status of running or finished scrub
- btrfs_set_seeding(String, boolean) - Method in class com.redhat.et.libguestfs.GuestFS
-
enable or disable the seeding feature of device
- btrfs_subvolume_create(String) - Method in class com.redhat.et.libguestfs.GuestFS
- btrfs_subvolume_create(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a btrfs subvolume
- btrfs_subvolume_create_opts(String) - Method in class com.redhat.et.libguestfs.GuestFS
- btrfs_subvolume_create_opts(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
- btrfs_subvolume_delete(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
delete a btrfs subvolume or snapshot
- btrfs_subvolume_get_default(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the default subvolume or snapshot of a filesystem
- btrfs_subvolume_list(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
list btrfs snapshots and subvolumes
- btrfs_subvolume_set_default(long, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set default btrfs subvolume
- btrfs_subvolume_show(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return detailed information of the subvolume
- btrfs_subvolume_snapshot(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- btrfs_subvolume_snapshot(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a btrfs snapshot
- btrfs_subvolume_snapshot_opts(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- btrfs_subvolume_snapshot_opts(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
- BTRFSBalance - Class in com.redhat.et.libguestfs
-
BTRFSBalance structure.
- BTRFSBalance() - Constructor for class com.redhat.et.libguestfs.BTRFSBalance
- btrfsbalance_balanced - Variable in class com.redhat.et.libguestfs.BTRFSBalance
- btrfsbalance_considered - Variable in class com.redhat.et.libguestfs.BTRFSBalance
- btrfsbalance_left - Variable in class com.redhat.et.libguestfs.BTRFSBalance
- btrfsbalance_status - Variable in class com.redhat.et.libguestfs.BTRFSBalance
- btrfsbalance_total - Variable in class com.redhat.et.libguestfs.BTRFSBalance
- BTRFSQgroup - Class in com.redhat.et.libguestfs
-
BTRFSQgroup structure.
- BTRFSQgroup() - Constructor for class com.redhat.et.libguestfs.BTRFSQgroup
- btrfsqgroup_excl - Variable in class com.redhat.et.libguestfs.BTRFSQgroup
- btrfsqgroup_id - Variable in class com.redhat.et.libguestfs.BTRFSQgroup
- btrfsqgroup_rfer - Variable in class com.redhat.et.libguestfs.BTRFSQgroup
- BTRFSScrub - Class in com.redhat.et.libguestfs
-
BTRFSScrub structure.
- BTRFSScrub() - Constructor for class com.redhat.et.libguestfs.BTRFSScrub
- btrfsscrub_corrected_errors - Variable in class com.redhat.et.libguestfs.BTRFSScrub
- btrfsscrub_csum_discards - Variable in class com.redhat.et.libguestfs.BTRFSScrub
- btrfsscrub_csum_errors - Variable in class com.redhat.et.libguestfs.BTRFSScrub
- btrfsscrub_data_bytes_scrubbed - Variable in class com.redhat.et.libguestfs.BTRFSScrub
- btrfsscrub_data_extents_scrubbed - Variable in class com.redhat.et.libguestfs.BTRFSScrub
- btrfsscrub_last_physical - Variable in class com.redhat.et.libguestfs.BTRFSScrub
- btrfsscrub_malloc_errors - Variable in class com.redhat.et.libguestfs.BTRFSScrub
- btrfsscrub_no_csum - Variable in class com.redhat.et.libguestfs.BTRFSScrub
- btrfsscrub_read_errors - Variable in class com.redhat.et.libguestfs.BTRFSScrub
- btrfsscrub_super_errors - Variable in class com.redhat.et.libguestfs.BTRFSScrub
- btrfsscrub_tree_bytes_scrubbed - Variable in class com.redhat.et.libguestfs.BTRFSScrub
- btrfsscrub_tree_extents_scrubbed - Variable in class com.redhat.et.libguestfs.BTRFSScrub
- btrfsscrub_uncorrectable_errors - Variable in class com.redhat.et.libguestfs.BTRFSScrub
- btrfsscrub_unverified_errors - Variable in class com.redhat.et.libguestfs.BTRFSScrub
- btrfsscrub_verify_errors - Variable in class com.redhat.et.libguestfs.BTRFSScrub
- BTRFSSubvolume - Class in com.redhat.et.libguestfs
-
BTRFSSubvolume structure.
- BTRFSSubvolume() - Constructor for class com.redhat.et.libguestfs.BTRFSSubvolume
- btrfssubvolume_id - Variable in class com.redhat.et.libguestfs.BTRFSSubvolume
- btrfssubvolume_path - Variable in class com.redhat.et.libguestfs.BTRFSSubvolume
- btrfssubvolume_top_level_id - Variable in class com.redhat.et.libguestfs.BTRFSSubvolume
- btrfstune_enable_extended_inode_refs(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
enable extended inode refs
- btrfstune_enable_skinny_metadata_extent_refs(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
enable skinny metadata extent refs
- btrfstune_seeding(String, boolean) - Method in class com.redhat.et.libguestfs.GuestFS
-
enable or disable seeding of a btrfs device
C
- c_pointer() - Method in class com.redhat.et.libguestfs.GuestFS
-
return the C pointer to the guestfs_h handle
- canonical_device_name(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return canonical device name
- cap_get_file(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the Linux capabilities attached to a file
- cap_set_file(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set the Linux capabilities attached to a file
- case_sensitive_path(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return true path on case-insensitive filesystem
- cat(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
list the contents of a file
- checksum(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
compute MD5, SHAx or CRC checksum of file
- checksum_device(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
compute MD5, SHAx or CRC checksum of the contents of a device
- checksums_out(String, String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
compute MD5, SHAx or CRC checksum of files in a directory
- chmod(int, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
change file mode
- chown(int, int, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
change file owner and group
- clear_backend_setting(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
remove a single per-backend settings string
- close() - Method in class com.redhat.et.libguestfs.GuestFS
-
Close a libguestfs handle.
- com.redhat.et.libguestfs - package com.redhat.et.libguestfs
- command(String[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
run a command from the guest filesystem
- command_lines(String[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
run a command, returning lines
- compress_device_out(String, String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- compress_device_out(String, String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
output compressed device
- compress_out(String, String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- compress_out(String, String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
output compressed file
- config(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
add hypervisor parameters
- copy_attributes(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- copy_attributes(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
copy the attributes of a path (file/directory) to another
- copy_device_to_device(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- copy_device_to_device(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
copy from source device to destination device
- copy_device_to_file(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- copy_device_to_file(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
copy from source device to destination file
- copy_file_to_device(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- copy_file_to_device(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
copy from source file to destination device
- copy_file_to_file(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- copy_file_to_file(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
copy from source file to destination file
- copy_in(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
copy local files or directories into an image
- copy_out(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
copy remote files or directories out of an image
- copy_percent - Variable in class com.redhat.et.libguestfs.LV
- copy_size(String, String, long) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.
- cp(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
copy a file
- cp_a(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
copy a file or directory recursively
- cp_r(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
copy a file or directory recursively
- cpio_out(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- cpio_out(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
pack directory into cpio file
- ctime - Variable in class com.redhat.et.libguestfs.Stat
D
- dd(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.
- debug(String, String[]) - Method in class com.redhat.et.libguestfs.GuestFS
- debug_drives() - Method in class com.redhat.et.libguestfs.GuestFS
- debug_upload(String, String, int) - Method in class com.redhat.et.libguestfs.GuestFS
- delete_event_callback(int) - Method in class com.redhat.et.libguestfs.GuestFS
-
Delete an event handler.
- dev - Variable in class com.redhat.et.libguestfs.Stat
- dev_size - Variable in class com.redhat.et.libguestfs.PV
- device_index(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
convert device to index
- df() - Method in class com.redhat.et.libguestfs.GuestFS
-
report file system disk space usage
- df_h() - Method in class com.redhat.et.libguestfs.GuestFS
-
report file system disk space usage (human readable)
- Dirent - Class in com.redhat.et.libguestfs
-
Dirent structure.
- Dirent() - Constructor for class com.redhat.et.libguestfs.Dirent
- disk_create(String, String, long) - Method in class com.redhat.et.libguestfs.GuestFS
- disk_create(String, String, long, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a blank disk image
- disk_format(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
detect the disk format of a disk image
- disk_has_backing_file(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return whether disk has a backing file
- disk_virtual_size(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return virtual size of a disk
- dmesg() - Method in class com.redhat.et.libguestfs.GuestFS
-
return kernel messages
- download(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
download a file to the local machine
- download_blocks(String, long, long, String) - Method in class com.redhat.et.libguestfs.GuestFS
- download_blocks(String, long, long, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
download the given data units from the disk
- download_inode(String, long, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
download a file to the local machine given its inode
- download_offset(String, String, long, long) - Method in class com.redhat.et.libguestfs.GuestFS
-
download a file to the local machine with offset and size
- drop_caches(int) - Method in class com.redhat.et.libguestfs.GuestFS
-
drop kernel page cache, dentries and inodes
- du(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
estimate file space usage
E
- e2fsck(String) - Method in class com.redhat.et.libguestfs.GuestFS
- e2fsck(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
check an ext2/ext3 filesystem
- e2fsck_f(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.e2fsck(java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - echo_daemon(String[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
echo arguments back to the client
- egrep(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.grep(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - egrepi(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.grep(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - equal(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
test if two files have equal contents
- event(long, int, String, long[]) - Method in interface com.redhat.et.libguestfs.EventCallback
- EVENT_ALL - Static variable in class com.redhat.et.libguestfs.GuestFS
-
Bitmask of all events.
- EVENT_APPLIANCE - Static variable in class com.redhat.et.libguestfs.GuestFS
-
Event 'appliance'.
- EVENT_CLOSE - Static variable in class com.redhat.et.libguestfs.GuestFS
-
Event 'close'.
- EVENT_ENTER - Static variable in class com.redhat.et.libguestfs.GuestFS
-
Event 'enter'.
- EVENT_LAUNCH_DONE - Static variable in class com.redhat.et.libguestfs.GuestFS
-
Event 'launch_done'.
- EVENT_LIBRARY - Static variable in class com.redhat.et.libguestfs.GuestFS
-
Event 'library'.
- EVENT_LIBVIRT_AUTH - Static variable in class com.redhat.et.libguestfs.GuestFS
-
Event 'libvirt_auth'.
- EVENT_PROGRESS - Static variable in class com.redhat.et.libguestfs.GuestFS
-
Event 'progress'.
- EVENT_SUBPROCESS_QUIT - Static variable in class com.redhat.et.libguestfs.GuestFS
-
Event 'subprocess_quit'.
- EVENT_TRACE - Static variable in class com.redhat.et.libguestfs.GuestFS
-
Event 'trace'.
- EVENT_WARNING - Static variable in class com.redhat.et.libguestfs.GuestFS
-
Event 'warning'.
- EventCallback - Interface in com.redhat.et.libguestfs
-
Event callback interface.
- eventToString(long) - Static method in class com.redhat.et.libguestfs.GuestFS
-
Utility function to turn an event number or bitmask into a string.
- exists(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
test if file or directory exists
- extlinux(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
install the SYSLINUX bootloader on an ext2/3/4 or btrfs filesystem
- extra - Variable in class com.redhat.et.libguestfs.Version
F
- f2fs_expand(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
expand a f2fs filesystem
- fallocate(String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.fallocate64(java.lang.String, long)
instead - fallocate64(String, long) - Method in class com.redhat.et.libguestfs.GuestFS
-
preallocate a file in the guest filesystem
- favail - Variable in class com.redhat.et.libguestfs.StatVFS
- feature_available(String[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
test availability of some parts of the API
- ffree - Variable in class com.redhat.et.libguestfs.StatVFS
- fgrep(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.grep(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - fgrepi(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.grep(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - file(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
determine file type
- file_architecture(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
detect the architecture of a binary file
- files - Variable in class com.redhat.et.libguestfs.StatVFS
- filesize(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return the size of the file in bytes
- filesystem_available(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
check if filesystem is available
- filesystem_walk(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
walk through the filesystem content
- fill(int, int, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
fill a file with octets
- fill_dir(String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
fill a directory with empty files
- fill_pattern(String, int, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
fill a file with a repeating pattern of bytes
- finalize() - Method in class com.redhat.et.libguestfs.GuestFS
- find(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
find all files and directories
- find_inode(String, long) - Method in class com.redhat.et.libguestfs.GuestFS
-
search the entries associated to the given inode
- find0(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
find all files and directories, returning NUL-separated list
- findfs_label(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
find a filesystem by label
- findfs_uuid(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
find a filesystem by UUID
- flag - Variable in class com.redhat.et.libguestfs.StatVFS
- frsize - Variable in class com.redhat.et.libguestfs.StatVFS
- fsck(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
run the filesystem checker
- fsid - Variable in class com.redhat.et.libguestfs.StatVFS
- fstrim(String) - Method in class com.redhat.et.libguestfs.GuestFS
- fstrim(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
trim free space in a filesystem
- ftyp - Variable in class com.redhat.et.libguestfs.Dirent
G
- get_append() - Method in class com.redhat.et.libguestfs.GuestFS
-
get the additional kernel options
- get_attach_method() - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.get_backend()
instead - get_autosync() - Method in class com.redhat.et.libguestfs.GuestFS
-
get autosync mode
- get_backend() - Method in class com.redhat.et.libguestfs.GuestFS
-
get the backend
- get_backend_setting(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get a single per-backend settings string
- get_backend_settings() - Method in class com.redhat.et.libguestfs.GuestFS
-
get per-backend settings
- get_cachedir() - Method in class com.redhat.et.libguestfs.GuestFS
-
get the appliance cache directory
- get_direct() - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.This is replaced by method #internal_get_console_socket which is not exported by the Java bindings
- get_e2attrs(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get ext2 file attributes of a file
- get_e2generation(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get ext2 file generation of a file
- get_e2label(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.vfs_label(java.lang.String)
instead - get_e2uuid(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.vfs_uuid(java.lang.String)
instead - get_hv() - Method in class com.redhat.et.libguestfs.GuestFS
-
get the hypervisor binary
- get_identifier() - Method in class com.redhat.et.libguestfs.GuestFS
-
get the handle identifier
- get_libvirt_requested_credential_challenge(int) - Method in class com.redhat.et.libguestfs.GuestFS
-
challenge of i'th requested credential
- get_libvirt_requested_credential_defresult(int) - Method in class com.redhat.et.libguestfs.GuestFS
-
default result of i'th requested credential
- get_libvirt_requested_credential_prompt(int) - Method in class com.redhat.et.libguestfs.GuestFS
-
prompt of i'th requested credential
- get_libvirt_requested_credentials() - Method in class com.redhat.et.libguestfs.GuestFS
-
get list of credentials requested by libvirt
- get_memsize() - Method in class com.redhat.et.libguestfs.GuestFS
-
get memory allocated to the hypervisor
- get_network() - Method in class com.redhat.et.libguestfs.GuestFS
-
get enable network flag
- get_path() - Method in class com.redhat.et.libguestfs.GuestFS
-
get the search path
- get_pgroup() - Method in class com.redhat.et.libguestfs.GuestFS
-
get process group flag
- get_pid() - Method in class com.redhat.et.libguestfs.GuestFS
-
get PID of hypervisor
- get_program() - Method in class com.redhat.et.libguestfs.GuestFS
-
get the program name
- get_qemu() - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.get_hv()
instead - get_recovery_proc() - Method in class com.redhat.et.libguestfs.GuestFS
-
get recovery process enabled flag
- get_selinux() - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.
- get_smp() - Method in class com.redhat.et.libguestfs.GuestFS
-
get number of virtual CPUs in appliance
- get_sockdir() - Method in class com.redhat.et.libguestfs.GuestFS
-
get the temporary directory for sockets
- get_state() - Method in class com.redhat.et.libguestfs.GuestFS
-
get the current state
- get_tmpdir() - Method in class com.redhat.et.libguestfs.GuestFS
-
get the temporary directory
- get_trace() - Method in class com.redhat.et.libguestfs.GuestFS
-
get command trace enabled flag
- get_umask() - Method in class com.redhat.et.libguestfs.GuestFS
-
get the current umask
- get_verbose() - Method in class com.redhat.et.libguestfs.GuestFS
-
get verbose mode
- getcon() - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.
- getxattr(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get a single extended attribute
- getxattrs(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
list extended attributes of a file or directory
- gid - Variable in class com.redhat.et.libguestfs.Stat
- glob_expand(String) - Method in class com.redhat.et.libguestfs.GuestFS
- glob_expand(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
expand a wildcard path
- glob_expand_opts(String) - Method in class com.redhat.et.libguestfs.GuestFS
- glob_expand_opts(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
- grep(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- grep(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
return lines matching a pattern
- grep_opts(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- grep_opts(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
- grepi(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.grep(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - grub_install(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
install GRUB 1
- GuestFS - Class in com.redhat.et.libguestfs
-
Libguestfs handle.
- GuestFS() - Constructor for class com.redhat.et.libguestfs.GuestFS
-
Create a libguestfs handle.
- GuestFS(Map<String, Object>) - Constructor for class com.redhat.et.libguestfs.GuestFS
-
Create a libguestfs handle, setting flags.
H
- head(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return first 10 lines of a file
- head_n(int, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return first N lines of a file
- hexdump(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
dump a file in hexadecimal
- hivex_close() - Method in class com.redhat.et.libguestfs.GuestFS
-
close the current hivex handle
- hivex_commit(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
commit (write) changes back to the hive
- hivex_node_add_child(long, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
add a child node
- hivex_node_children(long) - Method in class com.redhat.et.libguestfs.GuestFS
-
return list of nodes which are subkeys of node
- hivex_node_delete_child(long) - Method in class com.redhat.et.libguestfs.GuestFS
-
delete a node (recursively)
- hivex_node_get_child(long, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return the named child of node
- hivex_node_get_value(long, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return the named value
- hivex_node_h - Variable in class com.redhat.et.libguestfs.HivexNode
- hivex_node_name(long) - Method in class com.redhat.et.libguestfs.GuestFS
-
return the name of the node
- hivex_node_parent(long) - Method in class com.redhat.et.libguestfs.GuestFS
-
return the parent of node
- hivex_node_set_value(long, String, long, byte[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
set or replace a single value in a node
- hivex_node_values(long) - Method in class com.redhat.et.libguestfs.GuestFS
-
return list of values attached to node
- hivex_open(String) - Method in class com.redhat.et.libguestfs.GuestFS
- hivex_open(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
open a Windows Registry hive file
- hivex_root() - Method in class com.redhat.et.libguestfs.GuestFS
-
return the root node of the hive
- hivex_value_h - Variable in class com.redhat.et.libguestfs.HivexValue
- hivex_value_key(long) - Method in class com.redhat.et.libguestfs.GuestFS
-
return the key field from the (key, datatype, data) tuple
- hivex_value_string(long) - Method in class com.redhat.et.libguestfs.GuestFS
-
return the data field as a UTF-8 string
- hivex_value_type(long) - Method in class com.redhat.et.libguestfs.GuestFS
-
return the data type from the (key, datatype, data) tuple
- hivex_value_utf8(long) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.hivex_value_string(long)
instead - hivex_value_value(long) - Method in class com.redhat.et.libguestfs.GuestFS
-
return the data field from the (key, datatype, data) tuple
- HivexNode - Class in com.redhat.et.libguestfs
-
HivexNode structure.
- HivexNode() - Constructor for class com.redhat.et.libguestfs.HivexNode
- HivexValue - Class in com.redhat.et.libguestfs
-
HivexValue structure.
- HivexValue() - Constructor for class com.redhat.et.libguestfs.HivexValue
I
- i - Variable in class com.redhat.et.libguestfs.IntBool
- in_cookie - Variable in class com.redhat.et.libguestfs.INotifyEvent
- in_mask - Variable in class com.redhat.et.libguestfs.INotifyEvent
- in_name - Variable in class com.redhat.et.libguestfs.INotifyEvent
- in_wd - Variable in class com.redhat.et.libguestfs.INotifyEvent
- initrd_cat(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
list the contents of a single file in an initrd
- initrd_list(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
list files in an initrd
- ino - Variable in class com.redhat.et.libguestfs.Dirent
- ino - Variable in class com.redhat.et.libguestfs.Stat
- inotify_add_watch(String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
add an inotify watch
- inotify_close() - Method in class com.redhat.et.libguestfs.GuestFS
-
close the inotify handle
- inotify_files() - Method in class com.redhat.et.libguestfs.GuestFS
-
return list of watched files that had events
- inotify_init(int) - Method in class com.redhat.et.libguestfs.GuestFS
-
create an inotify handle
- inotify_read() - Method in class com.redhat.et.libguestfs.GuestFS
-
return list of inotify events
- inotify_rm_watch(int) - Method in class com.redhat.et.libguestfs.GuestFS
-
remove an inotify watch
- INotifyEvent - Class in com.redhat.et.libguestfs
-
INotifyEvent structure.
- INotifyEvent() - Constructor for class com.redhat.et.libguestfs.INotifyEvent
- inspect_get_arch(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get architecture of inspected operating system
- inspect_get_distro(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get distro of inspected operating system
- inspect_get_drive_mappings(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get drive letter mappings
- inspect_get_filesystems(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get filesystems associated with inspected operating system
- inspect_get_format(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.There is no documented replacement
- inspect_get_hostname(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get hostname of the operating system
- inspect_get_icon(String) - Method in class com.redhat.et.libguestfs.GuestFS
- inspect_get_icon(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the icon corresponding to this operating system
- inspect_get_major_version(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get major version of inspected operating system
- inspect_get_minor_version(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get minor version of inspected operating system
- inspect_get_mountpoints(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get mountpoints of inspected operating system
- inspect_get_osinfo(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get a possible osinfo short ID corresponding to this operating system
- inspect_get_package_format(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get package format used by the operating system
- inspect_get_package_management(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get package management tool used by the operating system
- inspect_get_product_name(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get product name of inspected operating system
- inspect_get_product_variant(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get product variant of inspected operating system
- inspect_get_roots() - Method in class com.redhat.et.libguestfs.GuestFS
-
return list of operating systems found by last inspection
- inspect_get_type(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get type of inspected operating system
- inspect_get_windows_current_control_set(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get Windows CurrentControlSet of inspected operating system
- inspect_get_windows_software_hive(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the path of the Windows software hive
- inspect_get_windows_system_hive(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the path of the Windows system hive
- inspect_get_windows_systemroot(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get Windows systemroot of inspected operating system
- inspect_is_live(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.There is no documented replacement
- inspect_is_multipart(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.There is no documented replacement
- inspect_is_netinst(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.There is no documented replacement
- inspect_list_applications(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.inspect_list_applications2(java.lang.String)
instead - inspect_list_applications2(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get list of applications installed in the operating system
- inspect_os() - Method in class com.redhat.et.libguestfs.GuestFS
-
inspect disk and return list of operating systems found
- IntBool - Class in com.redhat.et.libguestfs
-
IntBool structure.
- IntBool() - Constructor for class com.redhat.et.libguestfs.IntBool
- internal_exit() - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test(String, String, String[], boolean, int, long, String, String, byte[]) - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test(String, String, String[], boolean, int, long, String, String, byte[], Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_63_optargs() - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_63_optargs(Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_close_output() - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_only_optargs() - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_only_optargs(Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rbool(String) - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rboolerr() - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rbufferout(String) - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rbufferouterr() - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rconstoptstring(String) - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rconstoptstringerr() - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rconststring(String) - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rconststringerr() - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rhashtable(String) - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rhashtableerr() - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rint(String) - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rint64(String) - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rint64err() - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rinterr() - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rstring(String) - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rstringerr() - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rstringlist(String) - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rstringlisterr() - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rstruct(String) - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rstructerr() - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rstructlist(String) - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_rstructlisterr() - Method in class com.redhat.et.libguestfs.GuestFS
- internal_test_set_output(String) - Method in class com.redhat.et.libguestfs.GuestFS
- is_blockdev(String) - Method in class com.redhat.et.libguestfs.GuestFS
- is_blockdev(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
test if block device
- is_blockdev_opts(String) - Method in class com.redhat.et.libguestfs.GuestFS
- is_blockdev_opts(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
- is_busy() - Method in class com.redhat.et.libguestfs.GuestFS
-
is busy processing a command
- is_chardev(String) - Method in class com.redhat.et.libguestfs.GuestFS
- is_chardev(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
test if character device
- is_chardev_opts(String) - Method in class com.redhat.et.libguestfs.GuestFS
- is_chardev_opts(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
- is_config() - Method in class com.redhat.et.libguestfs.GuestFS
-
is in configuration state
- is_dir(String) - Method in class com.redhat.et.libguestfs.GuestFS
- is_dir(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
test if a directory
- is_dir_opts(String) - Method in class com.redhat.et.libguestfs.GuestFS
- is_dir_opts(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
- is_fifo(String) - Method in class com.redhat.et.libguestfs.GuestFS
- is_fifo(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
test if FIFO (named pipe)
- is_fifo_opts(String) - Method in class com.redhat.et.libguestfs.GuestFS
- is_fifo_opts(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
- is_file(String) - Method in class com.redhat.et.libguestfs.GuestFS
- is_file(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
test if a regular file
- is_file_opts(String) - Method in class com.redhat.et.libguestfs.GuestFS
- is_file_opts(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
- is_launching() - Method in class com.redhat.et.libguestfs.GuestFS
-
is launching subprocess
- is_lv(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
test if mountable is a logical volume
- is_ready() - Method in class com.redhat.et.libguestfs.GuestFS
-
is ready to accept commands
- is_socket(String) - Method in class com.redhat.et.libguestfs.GuestFS
- is_socket(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
test if socket
- is_socket_opts(String) - Method in class com.redhat.et.libguestfs.GuestFS
- is_socket_opts(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
- is_symlink(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
test if symbolic link
- is_whole_device(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
test if a device is a whole device
- is_zero(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
test if a file contains all zero bytes
- is_zero_device(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
test if a device contains all zero bytes
- iso_abstract_file_id - Variable in class com.redhat.et.libguestfs.ISOInfo
- iso_application_id - Variable in class com.redhat.et.libguestfs.ISOInfo
- iso_bibliographic_file_id - Variable in class com.redhat.et.libguestfs.ISOInfo
- iso_copyright_file_id - Variable in class com.redhat.et.libguestfs.ISOInfo
- iso_data_preparer_id - Variable in class com.redhat.et.libguestfs.ISOInfo
- iso_logical_block_size - Variable in class com.redhat.et.libguestfs.ISOInfo
- iso_publisher_id - Variable in class com.redhat.et.libguestfs.ISOInfo
- iso_system_id - Variable in class com.redhat.et.libguestfs.ISOInfo
- iso_volume_creation_t - Variable in class com.redhat.et.libguestfs.ISOInfo
- iso_volume_effective_t - Variable in class com.redhat.et.libguestfs.ISOInfo
- iso_volume_expiration_t - Variable in class com.redhat.et.libguestfs.ISOInfo
- iso_volume_id - Variable in class com.redhat.et.libguestfs.ISOInfo
- iso_volume_modification_t - Variable in class com.redhat.et.libguestfs.ISOInfo
- iso_volume_sequence_number - Variable in class com.redhat.et.libguestfs.ISOInfo
- iso_volume_set_id - Variable in class com.redhat.et.libguestfs.ISOInfo
- iso_volume_set_size - Variable in class com.redhat.et.libguestfs.ISOInfo
- iso_volume_space_size - Variable in class com.redhat.et.libguestfs.ISOInfo
- isoinfo(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get ISO information from primary volume descriptor of ISO file
- ISOInfo - Class in com.redhat.et.libguestfs
-
ISOInfo structure.
- ISOInfo() - Constructor for class com.redhat.et.libguestfs.ISOInfo
- isoinfo_device(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get ISO information from primary volume descriptor of device
J
- journal_close() - Method in class com.redhat.et.libguestfs.GuestFS
-
close the systemd journal
- journal_get() - Method in class com.redhat.et.libguestfs.GuestFS
-
read the current journal entry
- journal_get_data_threshold() - Method in class com.redhat.et.libguestfs.GuestFS
-
get the data threshold for reading journal entries
- journal_get_realtime_usec() - Method in class com.redhat.et.libguestfs.GuestFS
-
get the timestamp of the current journal entry
- journal_next() - Method in class com.redhat.et.libguestfs.GuestFS
-
move to the next journal entry
- journal_open(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
open the systemd journal
- journal_set_data_threshold(long) - Method in class com.redhat.et.libguestfs.GuestFS
-
set the data threshold for reading journal entries
- journal_skip(long) - Method in class com.redhat.et.libguestfs.GuestFS
-
skip forwards or backwards in the journal
K
- kill_subprocess() - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.shutdown()
instead
L
- launch() - Method in class com.redhat.et.libguestfs.GuestFS
-
launch the backend
- lchown(int, int, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
change file owner and group
- ldmtool_create_all() - Method in class com.redhat.et.libguestfs.GuestFS
-
scan and create Windows dynamic disk volumes
- ldmtool_diskgroup_disks(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return the disks in a Windows dynamic disk group
- ldmtool_diskgroup_name(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return the name of a Windows dynamic disk group
- ldmtool_diskgroup_volumes(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return the volumes in a Windows dynamic disk group
- ldmtool_remove_all() - Method in class com.redhat.et.libguestfs.GuestFS
-
remove all Windows dynamic disk volumes
- ldmtool_scan() - Method in class com.redhat.et.libguestfs.GuestFS
-
scan for Windows dynamic disks
- ldmtool_scan_devices(String[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
scan for Windows dynamic disks
- ldmtool_volume_hint(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return the hint field of a Windows dynamic disk volume
- ldmtool_volume_partitions(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return the partitions in a Windows dynamic disk volume
- ldmtool_volume_type(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return the type of a Windows dynamic disk volume
- lgetxattr(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get a single extended attribute
- lgetxattrs(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
list extended attributes of a file or directory
- LibGuestFSException - Exception in com.redhat.et.libguestfs
-
Libguestfs error class.
- LibGuestFSException(String) - Constructor for exception com.redhat.et.libguestfs.LibGuestFSException
- LibGuestFSOutOfMemory - Error in com.redhat.et.libguestfs
-
Libguestfs out of memory class.
- LibGuestFSOutOfMemory(String) - Constructor for error com.redhat.et.libguestfs.LibGuestFSOutOfMemory
- list_9p() - Method in class com.redhat.et.libguestfs.GuestFS
-
list 9p filesystems
- list_devices() - Method in class com.redhat.et.libguestfs.GuestFS
-
list the block devices
- list_disk_labels() - Method in class com.redhat.et.libguestfs.GuestFS
-
mapping of disk labels to devices
- list_dm_devices() - Method in class com.redhat.et.libguestfs.GuestFS
-
list device mapper devices
- list_filesystems() - Method in class com.redhat.et.libguestfs.GuestFS
-
list filesystems
- list_ldm_partitions() - Method in class com.redhat.et.libguestfs.GuestFS
-
list all Windows dynamic disk partitions
- list_ldm_volumes() - Method in class com.redhat.et.libguestfs.GuestFS
-
list all Windows dynamic disk volumes
- list_md_devices() - Method in class com.redhat.et.libguestfs.GuestFS
-
list Linux md (RAID) devices
- list_partitions() - Method in class com.redhat.et.libguestfs.GuestFS
-
list the partitions
- ll(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
list the files in a directory (long format)
- llz(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.lgetxattrs(java.lang.String)
instead - ln(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a hard link
- ln_f(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a hard link
- ln_s(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a symbolic link
- ln_sf(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a symbolic link
- lremovexattr(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
remove extended attribute of a file or directory
- ls(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
list the files in a directory
- ls0(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get list of files in a directory
- lsetxattr(String, String, int, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set extended attribute of a file or directory
- lstat(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.lstatns(java.lang.String)
instead - lstatlist(String, String[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.lstatnslist(java.lang.String, java.lang.String[])
instead - lstatns(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get file information for a symbolic link
- lstatnslist(String, String[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
lstat on multiple files
- luks_add_key(String, String, String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
add a key on a LUKS encrypted device
- luks_close(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
close a LUKS device
- luks_format(String, String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
format a block device as a LUKS encrypted device
- luks_format_cipher(String, String, int, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
format a block device as a LUKS encrypted device
- luks_kill_slot(String, String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
remove a key from a LUKS encrypted device
- luks_open(String, String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
open a LUKS-encrypted block device
- luks_open_ro(String, String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
open a LUKS-encrypted block device read-only
- LV - Class in com.redhat.et.libguestfs
-
LV structure.
- LV() - Constructor for class com.redhat.et.libguestfs.LV
- lv_attr - Variable in class com.redhat.et.libguestfs.LV
- lv_count - Variable in class com.redhat.et.libguestfs.VG
- lv_kernel_major - Variable in class com.redhat.et.libguestfs.LV
- lv_kernel_minor - Variable in class com.redhat.et.libguestfs.LV
- lv_major - Variable in class com.redhat.et.libguestfs.LV
- lv_minor - Variable in class com.redhat.et.libguestfs.LV
- lv_name - Variable in class com.redhat.et.libguestfs.LV
- lv_size - Variable in class com.redhat.et.libguestfs.LV
- lv_tags - Variable in class com.redhat.et.libguestfs.LV
- lv_uuid - Variable in class com.redhat.et.libguestfs.LV
- lvcreate(String, String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
create an LVM logical volume
- lvcreate_free(String, String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
create an LVM logical volume in % remaining free space
- lvm_canonical_lv_name(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get canonical name of an LV
- lvm_clear_filter() - Method in class com.redhat.et.libguestfs.GuestFS
-
clear LVM device filter
- lvm_remove_all() - Method in class com.redhat.et.libguestfs.GuestFS
-
remove all LVM LVs, VGs and PVs
- lvm_scan(boolean) - Method in class com.redhat.et.libguestfs.GuestFS
-
scan for LVM physical volumes, volume groups and logical volumes
- lvm_set_filter(String[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
set LVM device filter
- lvremove(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
remove an LVM logical volume
- lvrename(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
rename an LVM logical volume
- lvresize(String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
resize an LVM logical volume
- lvresize_free(String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
expand an LV to fill free space
- lvs() - Method in class com.redhat.et.libguestfs.GuestFS
-
list the LVM logical volumes (LVs)
- lvs_full() - Method in class com.redhat.et.libguestfs.GuestFS
-
list the LVM logical volumes (LVs)
- lvuuid(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the UUID of a logical volume
- lxattrlist(String, String[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
lgetxattr on multiple files
M
- major - Variable in class com.redhat.et.libguestfs.Version
- max_disks() - Method in class com.redhat.et.libguestfs.GuestFS
-
maximum number of disks that may be added
- max_lv - Variable in class com.redhat.et.libguestfs.VG
- max_pv - Variable in class com.redhat.et.libguestfs.VG
- md_create(String, String[]) - Method in class com.redhat.et.libguestfs.GuestFS
- md_create(String, String[], Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a Linux md (RAID) device
- md_detail(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
obtain metadata for an MD device
- md_stat(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get underlying devices from an MD device
- md_stop(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
stop a Linux md (RAID) device
- MDStat - Class in com.redhat.et.libguestfs
-
MDStat structure.
- MDStat() - Constructor for class com.redhat.et.libguestfs.MDStat
- mdstat_device - Variable in class com.redhat.et.libguestfs.MDStat
- mdstat_flags - Variable in class com.redhat.et.libguestfs.MDStat
- mdstat_index - Variable in class com.redhat.et.libguestfs.MDStat
- minor - Variable in class com.redhat.et.libguestfs.Version
- mirror_log - Variable in class com.redhat.et.libguestfs.LV
- mkdir(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a directory
- mkdir_mode(String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a directory with a particular mode
- mkdir_p(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a directory and parents
- mkdtemp(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a temporary directory
- mke2fs(String) - Method in class com.redhat.et.libguestfs.GuestFS
- mke2fs(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
create an ext2/ext3/ext4 filesystem on device
- mke2fs_J(String, int, String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.mke2fs(java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - mke2fs_JL(String, int, String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.mke2fs(java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - mke2fs_JU(String, int, String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.mke2fs(java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - mke2journal(int, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.mke2fs(java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - mke2journal_L(int, String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.mke2fs(java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - mke2journal_U(int, String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.mke2fs(java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - mkfifo(int, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
make FIFO (named pipe)
- mkfs(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- mkfs(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
make a filesystem
- mkfs_b(String, int, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.mkfs(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - mkfs_btrfs(String[]) - Method in class com.redhat.et.libguestfs.GuestFS
- mkfs_btrfs(String[], Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a btrfs filesystem
- mkfs_opts(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- mkfs_opts(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
- mklost_and_found(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
make lost+found directory on an ext2/3/4 filesystem
- mkmountpoint(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a mountpoint
- mknod(int, int, int, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
make block, character or FIFO devices
- mknod_b(int, int, int, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
make block device node
- mknod_c(int, int, int, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
make char device node
- mksquashfs(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- mksquashfs(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a squashfs filesystem
- mkswap(String) - Method in class com.redhat.et.libguestfs.GuestFS
- mkswap(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a swap partition
- mkswap_file(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a swap file
- mkswap_L(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.mkswap(java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - mkswap_opts(String) - Method in class com.redhat.et.libguestfs.GuestFS
- mkswap_opts(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
- mkswap_U(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.mkswap(java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - mktemp(String) - Method in class com.redhat.et.libguestfs.GuestFS
- mktemp(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a temporary file
- mode - Variable in class com.redhat.et.libguestfs.Stat
- modprobe(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
load a kernel module
- modules - Variable in class com.redhat.et.libguestfs.LV
- mount(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
mount a guest disk at a position in the filesystem
- mount_9p(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- mount_9p(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
mount 9p filesystem
- mount_local(String) - Method in class com.redhat.et.libguestfs.GuestFS
- mount_local(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
mount on the local filesystem
- mount_local_run() - Method in class com.redhat.et.libguestfs.GuestFS
-
run main loop of mount on the local filesystem
- mount_loop(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
mount a file using the loop device
- mount_options(String, String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
mount a guest disk with mount options
- mount_ro(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
mount a guest disk, read-only
- mount_vfs(String, String, String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
mount a guest disk with mount options and vfstype
- mountable_device(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
extract the device part of a mountable
- mountable_subvolume(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
extract the subvolume part of a mountable
- mountpoints() - Method in class com.redhat.et.libguestfs.GuestFS
-
show mountpoints
- mounts() - Method in class com.redhat.et.libguestfs.GuestFS
-
show mounted filesystems
- move_pv - Variable in class com.redhat.et.libguestfs.LV
- mtime - Variable in class com.redhat.et.libguestfs.Stat
- mv(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
move a file
N
- name - Variable in class com.redhat.et.libguestfs.Dirent
- namemax - Variable in class com.redhat.et.libguestfs.StatVFS
- nlink - Variable in class com.redhat.et.libguestfs.Stat
- nr_devices() - Method in class com.redhat.et.libguestfs.GuestFS
-
return number of whole block devices (disks) added
- ntfs_3g_probe(boolean, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
probe NTFS volume
- ntfscat_i(String, long, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
download a file to the local machine given its inode
- ntfsclone_in(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
restore NTFS from backup file
- ntfsclone_out(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- ntfsclone_out(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
save NTFS to backup file
- ntfsfix(String) - Method in class com.redhat.et.libguestfs.GuestFS
- ntfsfix(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
fix common errors and force Windows to check NTFS
- ntfsresize(String) - Method in class com.redhat.et.libguestfs.GuestFS
- ntfsresize(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
resize an NTFS filesystem
- ntfsresize_opts(String) - Method in class com.redhat.et.libguestfs.GuestFS
- ntfsresize_opts(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
- ntfsresize_size(String, long) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.ntfsresize(java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead
O
P
- parse_environment() - Method in class com.redhat.et.libguestfs.GuestFS
-
parse the environment and set handle flags accordingly
- parse_environment_list(String[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
parse the environment and set handle flags accordingly
- part_add(String, String, long, long) - Method in class com.redhat.et.libguestfs.GuestFS
-
add a partition to the device
- part_del(String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
delete a partition
- part_disk(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
partition whole disk with a single primary partition
- part_end - Variable in class com.redhat.et.libguestfs.Partition
- part_expand_gpt(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
move backup GPT header to the end of the disk
- part_get_bootable(String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
return true if a partition is bootable
- part_get_disk_guid(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the GUID of a GPT-partitioned disk
- part_get_gpt_attributes(String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the attribute flags of a GPT partition
- part_get_gpt_guid(String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the GUID of a GPT partition
- part_get_gpt_type(String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the type GUID of a GPT partition
- part_get_mbr_id(String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the MBR type byte (ID byte) from a partition
- part_get_mbr_part_type(String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the MBR partition type
- part_get_name(String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
get partition name
- part_get_parttype(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the partition table type
- part_init(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
create an empty partition table
- part_list(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
list partitions on a device
- part_num - Variable in class com.redhat.et.libguestfs.Partition
- part_resize(String, int, long) - Method in class com.redhat.et.libguestfs.GuestFS
-
resize a partition
- part_set_bootable(String, int, boolean) - Method in class com.redhat.et.libguestfs.GuestFS
-
make a partition bootable
- part_set_disk_guid(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set the GUID of a GPT-partitioned disk
- part_set_disk_guid_random(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set the GUID of a GPT-partitioned disk to random value
- part_set_gpt_attributes(String, int, long) - Method in class com.redhat.et.libguestfs.GuestFS
-
set the attribute flags of a GPT partition
- part_set_gpt_guid(String, int, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set the GUID of a GPT partition
- part_set_gpt_type(String, int, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set the type GUID of a GPT partition
- part_set_mbr_id(String, int, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
set the MBR type byte (ID byte) of a partition
- part_set_name(String, int, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set partition name
- part_size - Variable in class com.redhat.et.libguestfs.Partition
- part_start - Variable in class com.redhat.et.libguestfs.Partition
- part_to_dev(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
convert partition name to device name
- part_to_partnum(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
convert partition name to partition number
- Partition - Class in com.redhat.et.libguestfs
-
Partition structure.
- Partition() - Constructor for class com.redhat.et.libguestfs.Partition
- pe_start - Variable in class com.redhat.et.libguestfs.PV
- ping_daemon() - Method in class com.redhat.et.libguestfs.GuestFS
-
ping the guest daemon
- pread(String, int, long) - Method in class com.redhat.et.libguestfs.GuestFS
-
read part of a file
- pread_device(String, int, long) - Method in class com.redhat.et.libguestfs.GuestFS
-
read part of a device
- PV - Class in com.redhat.et.libguestfs
-
PV structure.
- PV() - Constructor for class com.redhat.et.libguestfs.PV
- pv_attr - Variable in class com.redhat.et.libguestfs.PV
- pv_count - Variable in class com.redhat.et.libguestfs.VG
- pv_fmt - Variable in class com.redhat.et.libguestfs.PV
- pv_free - Variable in class com.redhat.et.libguestfs.PV
- pv_mda_count - Variable in class com.redhat.et.libguestfs.PV
- pv_mda_free - Variable in class com.redhat.et.libguestfs.PV
- pv_name - Variable in class com.redhat.et.libguestfs.PV
- pv_pe_alloc_count - Variable in class com.redhat.et.libguestfs.PV
- pv_pe_count - Variable in class com.redhat.et.libguestfs.PV
- pv_size - Variable in class com.redhat.et.libguestfs.PV
- pv_tags - Variable in class com.redhat.et.libguestfs.PV
- pv_used - Variable in class com.redhat.et.libguestfs.PV
- pv_uuid - Variable in class com.redhat.et.libguestfs.PV
- pvchange_uuid(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
generate a new random UUID for a physical volume
- pvchange_uuid_all() - Method in class com.redhat.et.libguestfs.GuestFS
-
generate new random UUIDs for all physical volumes
- pvcreate(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
create an LVM physical volume
- pvremove(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
remove an LVM physical volume
- pvresize(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
resize an LVM physical volume
- pvresize_size(String, long) - Method in class com.redhat.et.libguestfs.GuestFS
-
resize an LVM physical volume (with size)
- pvs() - Method in class com.redhat.et.libguestfs.GuestFS
-
list the LVM physical volumes (PVs)
- pvs_full() - Method in class com.redhat.et.libguestfs.GuestFS
-
list the LVM physical volumes (PVs)
- pvuuid(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the UUID of a physical volume
- pwrite(String, byte[], long) - Method in class com.redhat.et.libguestfs.GuestFS
-
write to part of a file
- pwrite_device(String, byte[], long) - Method in class com.redhat.et.libguestfs.GuestFS
-
write to part of a device
R
- rdev - Variable in class com.redhat.et.libguestfs.Stat
- read_file(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
read a file
- read_lines(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
read file as lines
- readdir(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
read directories entries
- readlink(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
read the target of a symbolic link
- readlinklist(String, String[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
readlink on multiple files
- realpath(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
canonicalized absolute pathname
- release - Variable in class com.redhat.et.libguestfs.Version
- remount(String) - Method in class com.redhat.et.libguestfs.GuestFS
- remount(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
remount a filesystem with different options
- remove_drive(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
remove a disk image
- removexattr(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
remove extended attribute of a file or directory
- rename(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
rename a file on the same filesystem
- resize2fs(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
resize an ext2, ext3 or ext4 filesystem
- resize2fs_M(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
resize an ext2, ext3 or ext4 filesystem to the minimum size
- resize2fs_size(String, long) - Method in class com.redhat.et.libguestfs.GuestFS
-
resize an ext2, ext3 or ext4 filesystem (with size)
- rm(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
remove a file
- rm_f(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
remove a file ignoring errors
- rm_rf(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
remove a file or directory recursively
- rmdir(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
remove a directory
- rmmountpoint(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
remove a mountpoint
- rsync(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- rsync(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
synchronize the contents of two directories
- rsync_in(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- rsync_in(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
synchronize host or remote filesystem with filesystem
- rsync_out(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- rsync_out(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
synchronize filesystem with host or remote filesystem
S
- scrub_device(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
scrub (securely wipe) a device
- scrub_file(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
scrub (securely wipe) a file
- scrub_freespace(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
scrub (securely wipe) free space
- seg_count - Variable in class com.redhat.et.libguestfs.LV
- selinux_relabel(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- selinux_relabel(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
relabel parts of the filesystem
- set_append(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
add options to kernel command line
- set_attach_method(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.set_backend(java.lang.String)
instead - set_autosync(boolean) - Method in class com.redhat.et.libguestfs.GuestFS
-
set autosync mode
- set_backend(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set the backend
- set_backend_setting(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set a single per-backend settings string
- set_backend_settings(String[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
replace per-backend settings strings
- set_cachedir(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set the appliance cache directory
- set_direct(boolean) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.This is replaced by method #internal_get_console_socket which is not exported by the Java bindings
- set_e2attrs(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- set_e2attrs(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
set ext2 file attributes of a file
- set_e2generation(String, long) - Method in class com.redhat.et.libguestfs.GuestFS
-
set ext2 file generation of a file
- set_e2label(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.set_label(java.lang.String, java.lang.String)
instead - set_e2uuid(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.set_uuid(java.lang.String, java.lang.String)
instead - set_event_callback(EventCallback, long) - Method in class com.redhat.et.libguestfs.GuestFS
-
Set an event handler.
- set_hv(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set the hypervisor binary
- set_identifier(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set the handle identifier
- set_label(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set filesystem label
- set_libvirt_requested_credential(int, byte[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
pass requested credential back to libvirt
- set_libvirt_supported_credentials(String[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
set libvirt credentials supported by calling program
- set_memsize(int) - Method in class com.redhat.et.libguestfs.GuestFS
-
set memory allocated to the hypervisor
- set_network(boolean) - Method in class com.redhat.et.libguestfs.GuestFS
-
set enable network flag
- set_path(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set the search path
- set_pgroup(boolean) - Method in class com.redhat.et.libguestfs.GuestFS
-
set process group flag
- set_program(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set the program name
- set_qemu(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.set_hv(java.lang.String)
instead - set_recovery_proc(boolean) - Method in class com.redhat.et.libguestfs.GuestFS
-
enable or disable the recovery process
- set_selinux(boolean) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.
- set_smp(int) - Method in class com.redhat.et.libguestfs.GuestFS
-
set number of virtual CPUs in appliance
- set_tmpdir(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set the temporary directory
- set_trace(boolean) - Method in class com.redhat.et.libguestfs.GuestFS
-
enable or disable command traces
- set_uuid(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set the filesystem UUID
- set_uuid_random(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set a random UUID for the filesystem
- set_verbose(boolean) - Method in class com.redhat.et.libguestfs.GuestFS
-
set verbose mode
- setcon(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.
- setxattr(String, String, int, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
set extended attribute of a file or directory
- sfdisk(String, int, int, int, String[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.part_add(java.lang.String, java.lang.String, long, long)
instead - sfdisk_disk_geometry(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
display the disk geometry from the partition table
- sfdisk_kernel_geometry(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
display the kernel geometry
- sfdisk_l(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.part_list(java.lang.String)
instead - sfdisk_N(String, int, int, int, int, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.part_add(java.lang.String, java.lang.String, long, long)
instead - sfdiskM(String, String[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.part_add(java.lang.String, java.lang.String, long, long)
instead - sh(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
run a command via the shell
- sh_lines(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
run a command via the shell returning lines
- shutdown() - Method in class com.redhat.et.libguestfs.GuestFS
-
shutdown the hypervisor
- size - Variable in class com.redhat.et.libguestfs.Stat
- sleep(int) - Method in class com.redhat.et.libguestfs.GuestFS
-
sleep for some seconds
- snap_count - Variable in class com.redhat.et.libguestfs.VG
- snap_percent - Variable in class com.redhat.et.libguestfs.LV
- st_atime_nsec - Variable in class com.redhat.et.libguestfs.StatNS
- st_atime_sec - Variable in class com.redhat.et.libguestfs.StatNS
- st_blksize - Variable in class com.redhat.et.libguestfs.StatNS
- st_blocks - Variable in class com.redhat.et.libguestfs.StatNS
- st_ctime_nsec - Variable in class com.redhat.et.libguestfs.StatNS
- st_ctime_sec - Variable in class com.redhat.et.libguestfs.StatNS
- st_dev - Variable in class com.redhat.et.libguestfs.StatNS
- st_gid - Variable in class com.redhat.et.libguestfs.StatNS
- st_ino - Variable in class com.redhat.et.libguestfs.StatNS
- st_mode - Variable in class com.redhat.et.libguestfs.StatNS
- st_mtime_nsec - Variable in class com.redhat.et.libguestfs.StatNS
- st_mtime_sec - Variable in class com.redhat.et.libguestfs.StatNS
- st_nlink - Variable in class com.redhat.et.libguestfs.StatNS
- st_rdev - Variable in class com.redhat.et.libguestfs.StatNS
- st_size - Variable in class com.redhat.et.libguestfs.StatNS
- st_spare1 - Variable in class com.redhat.et.libguestfs.StatNS
- st_spare2 - Variable in class com.redhat.et.libguestfs.StatNS
- st_spare3 - Variable in class com.redhat.et.libguestfs.StatNS
- st_spare4 - Variable in class com.redhat.et.libguestfs.StatNS
- st_spare5 - Variable in class com.redhat.et.libguestfs.StatNS
- st_spare6 - Variable in class com.redhat.et.libguestfs.StatNS
- st_uid - Variable in class com.redhat.et.libguestfs.StatNS
- stat(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.statns(java.lang.String)
instead - Stat - Class in com.redhat.et.libguestfs
-
Stat structure.
- Stat() - Constructor for class com.redhat.et.libguestfs.Stat
- statns(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get file information
- StatNS - Class in com.redhat.et.libguestfs
-
StatNS structure.
- StatNS() - Constructor for class com.redhat.et.libguestfs.StatNS
- statvfs(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get file system statistics
- StatVFS - Class in com.redhat.et.libguestfs
-
StatVFS structure.
- StatVFS() - Constructor for class com.redhat.et.libguestfs.StatVFS
- strings(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
print the printable strings in a file
- strings_e(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
print the printable strings in a file
- swapoff_device(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
disable swap on device
- swapoff_file(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
disable swap on file
- swapoff_label(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
disable swap on labeled swap partition
- swapoff_uuid(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
disable swap on swap partition by UUID
- swapon_device(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
enable swap on device
- swapon_file(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
enable swap on file
- swapon_label(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
enable swap on labeled swap partition
- swapon_uuid(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
enable swap on swap partition by UUID
- sync() - Method in class com.redhat.et.libguestfs.GuestFS
-
sync disks, writes are flushed through to the disk image
- syslinux(String) - Method in class com.redhat.et.libguestfs.GuestFS
- syslinux(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
install the SYSLINUX bootloader
T
- tail(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return last 10 lines of a file
- tail_n(int, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
return last N lines of a file
- tar_in(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- tar_in(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
unpack tarfile to directory
- tar_in_opts(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- tar_in_opts(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
- tar_out(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- tar_out(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
pack directory into tarfile
- tar_out_opts(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
- tar_out_opts(String, String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
- tgz_in(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.
- tgz_out(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.
- touch(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
update file timestamps or create a new file
- truncate(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
truncate a file to zero size
- truncate_size(String, long) - Method in class com.redhat.et.libguestfs.GuestFS
-
truncate a file to a particular size
- tsk_atime_nsec - Variable in class com.redhat.et.libguestfs.TSKDirent
- tsk_atime_sec - Variable in class com.redhat.et.libguestfs.TSKDirent
- tsk_crtime_nsec - Variable in class com.redhat.et.libguestfs.TSKDirent
- tsk_crtime_sec - Variable in class com.redhat.et.libguestfs.TSKDirent
- tsk_ctime_nsec - Variable in class com.redhat.et.libguestfs.TSKDirent
- tsk_ctime_sec - Variable in class com.redhat.et.libguestfs.TSKDirent
- tsk_flags - Variable in class com.redhat.et.libguestfs.TSKDirent
- tsk_inode - Variable in class com.redhat.et.libguestfs.TSKDirent
- tsk_link - Variable in class com.redhat.et.libguestfs.TSKDirent
- tsk_mtime_nsec - Variable in class com.redhat.et.libguestfs.TSKDirent
- tsk_mtime_sec - Variable in class com.redhat.et.libguestfs.TSKDirent
- tsk_name - Variable in class com.redhat.et.libguestfs.TSKDirent
- tsk_nlink - Variable in class com.redhat.et.libguestfs.TSKDirent
- tsk_size - Variable in class com.redhat.et.libguestfs.TSKDirent
- tsk_spare1 - Variable in class com.redhat.et.libguestfs.TSKDirent
- tsk_type - Variable in class com.redhat.et.libguestfs.TSKDirent
- TSKDirent - Class in com.redhat.et.libguestfs
-
TSKDirent structure.
- TSKDirent() - Constructor for class com.redhat.et.libguestfs.TSKDirent
- tune2fs(String) - Method in class com.redhat.et.libguestfs.GuestFS
- tune2fs(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
adjust ext2/ext3/ext4 filesystem parameters
- tune2fs_l(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get ext2/ext3/ext4 superblock details
- txz_in(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.
- txz_out(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.
U
- uid - Variable in class com.redhat.et.libguestfs.Stat
- umask(int) - Method in class com.redhat.et.libguestfs.GuestFS
-
set file mode creation mask (umask)
- umount(String) - Method in class com.redhat.et.libguestfs.GuestFS
- umount(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
unmount a filesystem
- umount_all() - Method in class com.redhat.et.libguestfs.GuestFS
-
unmount all filesystems
- umount_local() - Method in class com.redhat.et.libguestfs.GuestFS
- umount_local(Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
unmount a locally mounted filesystem
- umount_opts(String) - Method in class com.redhat.et.libguestfs.GuestFS
- umount_opts(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
- upload(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
upload a file from the local machine
- upload_offset(String, String, long) - Method in class com.redhat.et.libguestfs.GuestFS
-
upload a file from the local machine with offset
- user_cancel() - Method in class com.redhat.et.libguestfs.GuestFS
-
cancel the current upload or download operation
- utimens(String, long, long, long, long) - Method in class com.redhat.et.libguestfs.GuestFS
-
set timestamp of a file with nanosecond precision
- uts_machine - Variable in class com.redhat.et.libguestfs.UTSName
- uts_release - Variable in class com.redhat.et.libguestfs.UTSName
- uts_sysname - Variable in class com.redhat.et.libguestfs.UTSName
- uts_version - Variable in class com.redhat.et.libguestfs.UTSName
- utsname() - Method in class com.redhat.et.libguestfs.GuestFS
-
appliance kernel version
- UTSName - Class in com.redhat.et.libguestfs
-
UTSName structure.
- UTSName() - Constructor for class com.redhat.et.libguestfs.UTSName
V
- version() - Method in class com.redhat.et.libguestfs.GuestFS
-
get the library version number
- Version - Class in com.redhat.et.libguestfs
-
Version structure.
- Version() - Constructor for class com.redhat.et.libguestfs.Version
- vfs_label(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the filesystem label
- vfs_minimum_size(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get minimum filesystem size
- vfs_type(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the Linux VFS type corresponding to a mounted device
- vfs_uuid(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the filesystem UUID
- VG - Class in com.redhat.et.libguestfs
-
VG structure.
- VG() - Constructor for class com.redhat.et.libguestfs.VG
- vg_activate(boolean, String[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
activate or deactivate some volume groups
- vg_activate_all(boolean) - Method in class com.redhat.et.libguestfs.GuestFS
-
activate or deactivate all volume groups
- vg_attr - Variable in class com.redhat.et.libguestfs.VG
- vg_extent_count - Variable in class com.redhat.et.libguestfs.VG
- vg_extent_size - Variable in class com.redhat.et.libguestfs.VG
- vg_fmt - Variable in class com.redhat.et.libguestfs.VG
- vg_free - Variable in class com.redhat.et.libguestfs.VG
- vg_free_count - Variable in class com.redhat.et.libguestfs.VG
- vg_mda_count - Variable in class com.redhat.et.libguestfs.VG
- vg_mda_free - Variable in class com.redhat.et.libguestfs.VG
- vg_name - Variable in class com.redhat.et.libguestfs.VG
- vg_seqno - Variable in class com.redhat.et.libguestfs.VG
- vg_size - Variable in class com.redhat.et.libguestfs.VG
- vg_sysid - Variable in class com.redhat.et.libguestfs.VG
- vg_tags - Variable in class com.redhat.et.libguestfs.VG
- vg_uuid - Variable in class com.redhat.et.libguestfs.VG
- vgchange_uuid(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
generate a new random UUID for a volume group
- vgchange_uuid_all() - Method in class com.redhat.et.libguestfs.GuestFS
-
generate new random UUIDs for all volume groups
- vgcreate(String, String[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
create an LVM volume group
- vglvuuids(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the LV UUIDs of all LVs in the volume group
- vgmeta(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get volume group metadata
- vgpvuuids(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the PV UUIDs containing the volume group
- vgremove(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
remove an LVM volume group
- vgrename(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
rename an LVM volume group
- vgs() - Method in class com.redhat.et.libguestfs.GuestFS
-
list the LVM volume groups (VGs)
- vgs_full() - Method in class com.redhat.et.libguestfs.GuestFS
-
list the LVM volume groups (VGs)
- vgscan() - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.lvm_scan(boolean)
instead - vguuid(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get the UUID of a volume group
W
- wait_ready() - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.There is no documented replacement
- wc_c(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
count characters in a file
- wc_l(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
count lines in a file
- wc_w(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
count words in a file
- wipefs(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
wipe a filesystem signature from a device
- write(String, byte[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
create a new file
- write_append(String, byte[]) - Method in class com.redhat.et.libguestfs.GuestFS
-
append content to end of file
- write_file(String, String, int) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.write(java.lang.String, byte[])
instead
X
- XAttr - Class in com.redhat.et.libguestfs
-
XAttr structure.
- XAttr() - Constructor for class com.redhat.et.libguestfs.XAttr
- xfs_admin(String) - Method in class com.redhat.et.libguestfs.GuestFS
- xfs_admin(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
change parameters of an XFS filesystem
- xfs_agcount - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_agsize - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_attr - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_blocksize - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_cimode - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_datablocks - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_dirblocksize - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_dirversion - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_growfs(String) - Method in class com.redhat.et.libguestfs.GuestFS
- xfs_growfs(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
expand an existing XFS filesystem
- xfs_imaxpct - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_info(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
get geometry of XFS filesystem
- xfs_inodesize - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_lazycount - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_logblocks - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_logblocksize - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_logname - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_logsectsize - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_logsunit - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_logversion - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_mntpoint - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_repair(String) - Method in class com.redhat.et.libguestfs.GuestFS
- xfs_repair(String, Map<String, Object>) - Method in class com.redhat.et.libguestfs.GuestFS
-
repair an XFS filesystem
- xfs_rtblocks - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_rtextents - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_rtextsize - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_rtname - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_sectsize - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_sunit - Variable in class com.redhat.et.libguestfs.XFSInfo
- xfs_swidth - Variable in class com.redhat.et.libguestfs.XFSInfo
- XFSInfo - Class in com.redhat.et.libguestfs
-
XFSInfo structure.
- XFSInfo() - Constructor for class com.redhat.et.libguestfs.XFSInfo
Y
- yara_destroy() - Method in class com.redhat.et.libguestfs.GuestFS
-
destroy previously loaded yara rules
- yara_load(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
load yara rules within libguestfs
- yara_name - Variable in class com.redhat.et.libguestfs.YaraDetection
- yara_rule - Variable in class com.redhat.et.libguestfs.YaraDetection
- yara_scan(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
scan a file with the loaded yara rules
- YaraDetection - Class in com.redhat.et.libguestfs
-
YaraDetection structure.
- YaraDetection() - Constructor for class com.redhat.et.libguestfs.YaraDetection
Z
- zegrep(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.grep(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - zegrepi(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.grep(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - zero(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
write zeroes to the device
- zero_device(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
write zeroes to an entire device
- zero_free_space(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
zero free space in a filesystem
- zerofree(String) - Method in class com.redhat.et.libguestfs.GuestFS
-
zero unused inodes and disk blocks on ext2/3 filesystem
- zfgrep(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.grep(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - zfgrepi(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.grep(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - zfile(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.file(java.lang.String)
instead - zgrep(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.grep(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead - zgrepi(String, String) - Method in class com.redhat.et.libguestfs.GuestFS
-
Deprecated.In new code, use
GuestFS.grep(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.Object>)
instead
All Classes All Packages