- save() - Method in class net.augeas.Augeas
-
Write all pending changes to disk
- SAVE_BACKUP - Static variable in class net.augeas.Augeas
-
Keep the original file with a .augsave extension
- SAVE_NEWFILE - Static variable in class net.augeas.Augeas
-
Save changes into a file with extension .augnew, and do not overwrite the
original file.
- SAVE_NOOP - Static variable in class net.augeas.Augeas
-
Make save a no-op process, just record what would have changed
- set(String, String) - Method in class net.augeas.Augeas
-
Set the value associated with PATH to VALUE.
- setMany(String, String, String) - Method in class net.augeas.Augeas
-
Set the value of multiple nodes in one operation.
- setRaiseExceptions(boolean) - Method in class net.augeas.Augeas
-
sets if exceptions should be raised