Class LogFileCallable

java.lang.Object
org.idempiere.server.cluster.callable.LogFileCallable
Direct Known Subclasses:
GetLogInfoCallable, ReadLogCallable

public abstract class LogFileCallable extends Object
Author:
hengsin
  • Field Details

  • Constructor Details

    • LogFileCallable

      public LogFileCallable()
      default constructor
  • Method Details

    • getDirAcessList

      protected ArrayList<File> getDirAcessList()
      Returns:
      list of files accessible
    • isAccessible

      protected boolean isAccessible(File file) throws IOException
      Parameters:
      file -
      Returns:
      true if log file is accessible, false otherwise
      Throws:
      IOException