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.Objectthe 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.StringgetPath()VaultFsTransaction.TypegetType() 
 - 
 
- 
- 
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()
 
 - 
 
 -