Class ManagedDirView

All Implemented Interfaces:
DynamicMBean, MBeanRegistration, BaseObjectNamed, AbstractFileViewMBean, DirViewMBean, ManagedDirViewMBean, SelfEmailingMBean
Direct Known Subclasses:
LogsDirViewer

public class ManagedDirView extends DirView implements ManagedDirViewMBean
Extension of DirView that provides basic functionality for managing old files.

Supported API: true

Extendable: false
  • Method Details

    • newManagedDirView

      public static ManagedDirView newManagedDirView(File dir, String[] fileExtensions)
      Static factory method.

      Supported API: true
    • newManagedDirView

      public static ManagedDirView newManagedDirView(File dir, String[] fileExtensions, boolean allowNumericSuffixes, boolean refreshOnStart)
      Static factory method.

      Supported API: true
    • newManagedDirView

      public static ManagedDirView newManagedDirView(File dir, String fileMatchingExpression, boolean refreshOnStart)
      Static factory method.

      Supported API: true