Package org.apache.hop.history
Class AuditList
- java.lang.Object
-
- org.apache.hop.history.AuditList
-
public class AuditList extends Object
This is simply a list of things you want to store using the audit manager. You can store a list of filenames for example. You can store the list per group and you can specify the type of list.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getNames()Gets namesvoidsetNames(List<String> names)
-