| Package | Description |
|---|---|
| eu.simuline.util |
Utility classes: very inhomogeneous.
|
| Modifier and Type | Field and Description |
|---|---|
private Finder.Callable |
Finder.ExecJavaFilter.callable
The instance to be executed to decide
whether a given file passes the filter
invoking
call(File). |
| Modifier and Type | Method and Description |
|---|---|
Finder |
Finder.execJava(Finder.Callable callable)
Convenience method: adds a java execution filter to this finder.
|
static Finder.Filter |
Finder.execJavaFilter(Finder.Callable callable)
Returns a filter invoking method
call(File)
of the given callable. |
| Constructor and Description |
|---|
ExecJavaFilter(Finder.Callable callable)
Creates a java execution filter
from the given
Finder.Callable. |
Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.