Class GrepService

java.lang.Object
net.thevpc.nsh.cmd.impl.posix.grep.GrepService

public class GrepService extends Object
  • Constructor Details

    • GrepService

      public GrepService()
  • Method Details

    • run

      public void run(net.thevpc.nsh.cmd.impl.posix.grep.GrepOptions options, NSession session)
    • grepFile

      protected boolean grepFile(FileInfo f, GrepFilter p, net.thevpc.nsh.cmd.impl.posix.grep.GrepOptions options, NSession session, boolean prefixFileName, GrepResultCollector results)
    • selectionStyle

      public NTextStyles selectionStyle(net.thevpc.nsh.cmd.impl.posix.grep.GrepOptions options)