Uses of Class
de.thjom.java.systemd.types.UnitFileChange
Packages that use UnitFileChange
Package
Description
This package provides classes and interfaces which can be used to interact
with "systemd" via D-Bus.
This package provides interfaces which define the bindings between the
adapter classes (located in the top-level package of this library) and
the D-Bus API of "systemd".
This package provides classes encapsulating complex data structures,
which are transported by "systemd" on the bus.
-
Uses of UnitFileChange in de.thjom.java.systemd
Methods in de.thjom.java.systemd that return types with arguments of type UnitFileChangeModifier and TypeMethodDescriptionManager.addDependencyUnitFiles(List<String> names, String target, String type, boolean runtime, boolean force) Manager.disableUnitFiles(List<String> names, boolean runtime) Manager.enableUnitFiles(List<String> names, boolean runtime, boolean force) Manager.linkUnitFiles(List<String> names, boolean runtime, boolean force) Manager.maskUnitFiles(List<String> names, boolean runtime, boolean force) Manager.revertUnitFiles(List<String> names) Manager.setDefaultTarget(String name, boolean force) Manager.unmaskUnitFiles(List<String> names, boolean runtime) -
Uses of UnitFileChange in de.thjom.java.systemd.interfaces
Methods in de.thjom.java.systemd.interfaces that return types with arguments of type UnitFileChangeModifier and TypeMethodDescriptionManagerInterface.addDependencyUnitFiles(List<String> names, String target, String type, boolean runtime, boolean force) ManagerInterface.disableUnitFiles(List<String> names, boolean runtime) ManagerInterface.enableUnitFiles(List<String> names, boolean runtime, boolean force) ManagerInterface.linkUnitFiles(List<String> names, boolean runtime, boolean force) ManagerInterface.maskUnitFiles(List<String> names, boolean runtime, boolean force) ManagerInterface.revertUnitFiles(List<String> names) ManagerInterface.setDefaultTarget(String name, boolean force) ManagerInterface.unmaskUnitFiles(List<String> names, boolean runtime) -
Uses of UnitFileChange in de.thjom.java.systemd.types
Fields in de.thjom.java.systemd.types declared as UnitFileChangeModifier and TypeFieldDescriptionprivate final UnitFileChangeUnitFileInstallChange.unitFileChangeMethods in de.thjom.java.systemd.types that return UnitFileChangeConstructors in de.thjom.java.systemd.types with parameters of type UnitFileChangeModifierConstructorDescriptionUnitFileInstallChange(boolean carriesInstallInfo, UnitFileChange unitFileChange)