Class SFSExtensionFilter

  • All Implemented Interfaces:
    IFilter

    public abstract class SFSExtensionFilter
    extends java.lang.Object
    implements IFilter
    For a quick introduction see:
    See Also:
    IFilter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Get the filter name
      void init​(SFSExtension ext)
      Initialize the Filter
      void setName​(java.lang.String name)
      Set the name of the filter
      protected void trace​(ExtensionLogLevel level, java.lang.Object... args)
      Trace a message to the console and log files using the specified logging level
      protected void trace​(java.lang.Object... args)
      Allows to trace messages to the console and log files using the Logger INFO level
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • SFSExtensionFilter

        public SFSExtensionFilter()
    • Method Detail

      • init

        public void init​(SFSExtension ext)
        Initialize the Filter
        Specified by:
        init in interface IFilter
        Parameters:
        ext - a reference to the related Extension
      • getName

        public java.lang.String getName()
        Get the filter name
        Returns:
        the filter name
      • setName

        public void setName​(java.lang.String name)
        Set the name of the filter
        Parameters:
        name - the filter name
      • trace

        protected void trace​(java.lang.Object... args)
        Allows to trace messages to the console and log files using the Logger INFO level
        Parameters:
        args - any number of strings/object to trace
      • trace

        protected void trace​(ExtensionLogLevel level,
                             java.lang.Object... args)
        Trace a message to the console and log files using the specified logging level
        Parameters:
        level - the logging level
        args - any number of object to trace