Interface AbstractFileViewMBean

All Superinterfaces:
SelfEmailingMBean
All Known Subinterfaces:
AbstractPropertiesManagerMBean, DirViewMBean, FileViewerMBean, ManagedDirViewMBean, PropertiesEditorMBean, PropertiesManagerMBean
All Known Implementing Classes:
wt.jmx.core.mbeans.AbstractFileView, DirView, EnigmaLogsDirViewer, JBossServerLogsDirViewer, LogsDirViewer, ManagedDirView, PsiInstallerDirViewer, SciInstallerDirViewer, ServletLogsDirViewer, SimpleDirViewer, WebServerLogsDirViewer

public interface AbstractFileViewMBean extends SelfEmailingMBean
Base interface for file viewing MBeans

Supported API: true

Extendable: true
  • Method Details

    • getName

      String getName()
      Name of file

      Supported API: true
    • getPath

      String getPath()
      Full path of file

      Supported API: true
    • isExists

      boolean isExists()
      Whether file currently exists

      Supported API: true
    • getLastModifiedTime

      Timestamp getLastModifiedTime()
      Time at which file was last modified

      Supported API: true