| Package | Description |
|---|---|
| com.github.searls.jasmine.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableScriptSearch |
ImmutableScriptSearch.Builder.build()
Builds a new
ImmutableScriptSearch. |
static ImmutableScriptSearch |
ImmutableScriptSearch.copyOf(ScriptSearch instance)
Creates an immutable copy of a
ScriptSearch value. |
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. |
Copyright © 2010–2018 Justin Searls. All rights reserved.