Class 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.
    • Constructor Detail

      • AuditList

        public AuditList()
      • AuditList

        public AuditList​(List<String> names)
    • Method Detail

      • getNames

        public List<String> getNames()
        Gets names
        Returns:
        value of names
      • setNames

        public void setNames​(List<String> names)
        Parameters:
        names - The names to set