ImmutableScriptSearch |
ImmutableScriptSearch.Builder.build() |
|
static ImmutableScriptSearch |
ImmutableScriptSearch.copyOf(ScriptSearch instance) |
|
ImmutableScriptSearch |
ImmutableScriptSearch.withDirectory(File value) |
Copy the current immutable object by setting a value for the directory attribute.
|
ImmutableScriptSearch |
ImmutableScriptSearch.withExcludes(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of excludes.
|
ImmutableScriptSearch |
ImmutableScriptSearch.withExcludes(String... elements) |
Copy the current immutable object with elements that replace the content of excludes.
|
ImmutableScriptSearch |
ImmutableScriptSearch.withIncludes(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of includes.
|
ImmutableScriptSearch |
ImmutableScriptSearch.withIncludes(String... elements) |
Copy the current immutable object with elements that replace the content of includes.
|