Class DirView

java.lang.Object
javax.management.StandardMBean
wt.jmx.core.StandardMBean
wt.jmx.core.SelfAwareMBean
wt.jmx.core.mbeans.AbstractFileView
wt.jmx.core.mbeans.DirView
All Implemented Interfaces:
DynamicMBean, MBeanRegistration, BaseObjectNamed, AbstractFileViewMBean, DirViewMBean, SelfEmailingMBean
Direct Known Subclasses:
ManagedDirView, SimpleDirViewer

public class DirView extends wt.jmx.core.mbeans.AbstractFileView implements DirViewMBean
MBean that provides a simple view of a file system directory.

Supported API: true

Extendable: false
  • Method Details

    • newDirView

      public static DirView newDirView(File dir, String[] fileExtensions)
      Static factory method.

      Supported API: true
    • newDirView

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

      Supported API: true
    • newDirView

      public static DirView newDirView(File dir, String fileMatchingExpression, boolean refreshOnStart)
      Static factory method.

      Supported API: true