Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
L
M
N
P
R
S
T
A
aug
- Variable in class net.augeas.
Augeas
Pointert to he active augeas instance.
Aug
- Interface in
net.augeas.jna
Mapping of the c code to JNA
aug_close(AugPointer)
- Method in interface net.augeas.jna.
Aug
aug_defnode(AugPointer, String, String, String, IntByReference)
- Method in interface net.augeas.jna.
Aug
aug_defvar(AugPointer, String, String)
- Method in interface net.augeas.jna.
Aug
aug_get(AugPointer, String, StringArray)
- Method in interface net.augeas.jna.
Aug
aug_init(String, String, int)
- Method in interface net.augeas.jna.
Aug
aug_insert(AugPointer, String, String, int)
- Method in interface net.augeas.jna.
Aug
aug_load(AugPointer)
- Method in interface net.augeas.jna.
Aug
aug_match(AugPointer, String, PointerByReference)
- Method in interface net.augeas.jna.
Aug
aug_mv(AugPointer, String, String)
- Method in interface net.augeas.jna.
Aug
aug_rm(AugPointer, String)
- Method in interface net.augeas.jna.
Aug
aug_save(AugPointer)
- Method in interface net.augeas.jna.
Aug
aug_set(AugPointer, String, String)
- Method in interface net.augeas.jna.
Aug
Augeas
- Class in
net.augeas
Public Augeas API.
Augeas()
- Constructor for class net.augeas.
Augeas
Default constructor that defaults to root and no load path
Augeas(int)
- Constructor for class net.augeas.
Augeas
New Augeas instance with only the flags.
Augeas(String, String, int)
- Constructor for class net.augeas.
Augeas
Constructs a new Augeas connection
AugeasException
- Exception in
net.augeas
Runtime Exception used by the Augeas API.
AugeasException()
- Constructor for exception net.augeas.
AugeasException
AugeasException(String, Throwable)
- Constructor for exception net.augeas.
AugeasException
AugeasException(String)
- Constructor for exception net.augeas.
AugeasException
AugeasException(Throwable)
- Constructor for exception net.augeas.
AugeasException
AugLib
- Variable in class net.augeas.
Augeas
The augeas library handle
AugPointer
- Class in
net.augeas.jna
Pointer class to hold a reference to an Augeas structure.
AugPointer()
- Constructor for class net.augeas.jna.
AugPointer
C
check()
- Method in class net.augeas.
Augeas
clear(String)
- Method in class net.augeas.
Augeas
Clear the PATH, i.e.
clearTransforms()
- Method in class net.augeas.
Augeas
Clear all transforms under
/augeas/load
.
close()
- Method in class net.augeas.
Augeas
Write all pending changes to disk
D
defineNode(String, String, String)
- Method in class net.augeas.
Augeas
Define a variable NAME whose value is the result of evaluating EXPR, which must be non-NULL and evaluate to a nodeset.
defineVariable(String, String)
- Method in class net.augeas.
Augeas
Define a variable NAME whose value is the result of evaluating EXPR.
E
exists(String)
- Method in class net.augeas.
Augeas
Returns true if the path exists
G
get(String)
- Method in class net.augeas.
Augeas
Lookup the value associated eith PATH
getLastReturn()
- Method in class net.augeas.
Augeas
Return the result from the last augeas call.
getRaiseExceptions()
- Method in class net.augeas.
Augeas
if exceptions should be raised
I
insert(String, String, boolean)
- Method in class net.augeas.
Augeas
Create a new sibling LABEL for PATH by inserting into the tree just before PATH if BEFORE == 1 or just after PATH if BEFORE == 0.
INSTANCE
- Static variable in interface net.augeas.jna.
Aug
L
lastReturn
- Variable in class net.augeas.
Augeas
The result of the last augeas call.
load()
- Method in class net.augeas.
Augeas
Load files into the tree
M
match(String)
- Method in class net.augeas.
Augeas
Return a list of the nodes which match the path string
move(String, String)
- Method in class net.augeas.
Augeas
Move the node SRC to DST.
N
net.augeas
- package net.augeas
Public interface for the augeas library.
net.augeas.jna
- package net.augeas.jna
JNA mappings for the augeas library.
NO_LOAD
- Static variable in class net.augeas.
Augeas
Do not load the tree from AUG_INIT
NO_MODL_AUTOLOAD
- Static variable in class net.augeas.
Augeas
NO_STDINC
- Static variable in class net.augeas.
Augeas
Do not use the builtin load path for modules
NONE
- Static variable in class net.augeas.
Augeas
Flags to use
P
processLastCall(String)
- Method in class net.augeas.
Augeas
If the user has opted to throw exceptions on failure, this method will do so based on a return code of -1
R
raiseExceptions
- Variable in class net.augeas.
Augeas
If a invalid augeas call (lastReturn = -1) should result in an exception
remove(String)
- Method in class net.augeas.
Augeas
rm(String)
- Method in class net.augeas.
Augeas
Remove path and all its children.
S
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.
setRaiseExceptions(boolean)
- Method in class net.augeas.
Augeas
sets if exceptions should be raised
T
transform(String, String, List<String>, List<String>)
- Method in class net.augeas.
Augeas
Add a transform under
/augeas/load
TYPE_CHECK
- Static variable in class net.augeas.
Augeas
Typecheck lenses; since it can be very expensive it is not done by default
A
C
D
E
G
I
L
M
N
P
R
S
T
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes