Class AppArmorProfile

java.lang.Object
de.thjom.java.systemd.types.AppArmorProfile

public class AppArmorProfile extends Object
  • Field Details

    • prefixed

      private final boolean prefixed
    • profile

      private final String profile
  • Constructor Details

    • AppArmorProfile

      public AppArmorProfile(Object[] array)
  • Method Details

    • isPrefixed

      public boolean isPrefixed()
    • getProfile

      public String getProfile()
    • toConfigString

      public String toConfigString()
    • toString

      public String toString()
      Overrides:
      toString in class Object