Class VaultFsTransaction.Info
- java.lang.Object
-
- org.apache.jackrabbit.vault.fs.api.VaultFsTransaction.Info
-
- Enclosing interface:
- VaultFsTransaction
public static class VaultFsTransaction.Info extends java.lang.Object
the transaction info
-
-
Constructor Summary
Constructors Constructor Description Info(VaultFsTransaction.Type type, java.lang.String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPath()
VaultFsTransaction.Type
getType()
-
-
-
Constructor Detail
-
Info
public Info(VaultFsTransaction.Type type, java.lang.String path)
-
-
Method Detail
-
getPath
public java.lang.String getPath()
-
getType
public VaultFsTransaction.Type getType()
-
-