Class GuestFS

java.lang.Object
com.redhat.et.libguestfs.GuestFS

public class GuestFS extends Object

Libguestfs handle.

The GuestFS object corresponds to a libguestfs handle.

Note that the main documentation for the libguestfs API is in the following man pages:

  1. guestfs-java(3) and
  2. guestfs(3).

This javadoc is not a good introduction to using libguestfs.