Uses of Class
net.thevpc.nsh.cmd.impl.util.NNumberedObject
Packages that use NNumberedObject
Package
Description
-
Uses of NNumberedObject in net.thevpc.nsh.cmd.impl.posix.grep
Methods in net.thevpc.nsh.cmd.impl.posix.grep with parameters of type NNumberedObjectModifier and TypeMethodDescriptionvoidGrepResultCollector.acceptLine(NNumberedObject<String> line) -
Uses of NNumberedObject in net.thevpc.nsh.cmd.impl.util
Classes in net.thevpc.nsh.cmd.impl.util that implement interfaces with type arguments of type NNumberedObjectMethods in net.thevpc.nsh.cmd.impl.util that return NNumberedObject -
Uses of NNumberedObject in net.thevpc.nsh.cmd.impl.util.filter
Classes in net.thevpc.nsh.cmd.impl.util.filter that implement interfaces with type arguments of type NNumberedObjectModifier and TypeClassDescriptionclassclassclassclassclassMethods in net.thevpc.nsh.cmd.impl.util.filter that return types with arguments of type NNumberedObjectModifier and TypeMethodDescriptionEndsWithWindowFilter.copy()GlobWindowFilter.copy()JavaExceptionWindowFilter.copy()RegexpWindowFilter.copy()StartsWithWindowFilter.copy()Methods in net.thevpc.nsh.cmd.impl.util.filter with parameters of type NNumberedObjectModifier and TypeMethodDescriptionbooleanEndsWithWindowFilter.accept(NNumberedObject<String> line) booleanGlobWindowFilter.accept(NNumberedObject<String> line) booleanJavaExceptionWindowFilter.accept(NNumberedObject<String> line) booleanRegexpWindowFilter.accept(NNumberedObject<String> line) booleanStartsWithWindowFilter.accept(NNumberedObject<String> line) booleanJavaExceptionWindowFilter.acceptNext(NNumberedObject<String> line, NNumberedObject<String> pivot, int pivotIndex, List<NNumberedObject<String>> all) booleanJavaExceptionWindowFilter.acceptPrevious(NNumberedObject<String> line, NNumberedObject<String> pivot, int pivotIndex, List<NNumberedObject<String>> all) Method parameters in net.thevpc.nsh.cmd.impl.util.filter with type arguments of type NNumberedObjectModifier and TypeMethodDescriptionbooleanJavaExceptionWindowFilter.acceptNext(NNumberedObject<String> line, NNumberedObject<String> pivot, int pivotIndex, List<NNumberedObject<String>> all) booleanJavaExceptionWindowFilter.acceptPrevious(NNumberedObject<String> line, NNumberedObject<String> pivot, int pivotIndex, List<NNumberedObject<String>> all) voidJavaExceptionWindowFilter.prepare(List<NNumberedObject<String>> all, int pivotIndex)