Class UnitFileType

java.lang.Object
org.freedesktop.dbus.Container
org.freedesktop.dbus.Struct
de.thjom.java.systemd.types.UnitBase
de.thjom.java.systemd.types.UnitFileType
All Implemented Interfaces:
Comparable<UnitFileType>

public class UnitFileType extends UnitBase implements Comparable<UnitFileType>
  • Field Details

    • path

      private final String path
    • status

      private final String status
  • Constructor Details

    • UnitFileType

      public UnitFileType(String path, String status)
  • Method Details