Uses of Interface
com.github.searls.jasmine.model.ScriptSearch
-
Packages that use ScriptSearch Package Description com.github.searls.jasmine.config com.github.searls.jasmine.io.scripts com.github.searls.jasmine.model -
-
Uses of ScriptSearch in com.github.searls.jasmine.config
Methods in com.github.searls.jasmine.config that return ScriptSearch Modifier and Type Method Description ScriptSearchImmutableJasmineConfiguration. getSources()abstract ScriptSearchJasmineConfiguration. getSources()ScriptSearchImmutableJasmineConfiguration. getSpecs()abstract ScriptSearchJasmineConfiguration. getSpecs()Methods in com.github.searls.jasmine.config with parameters of type ScriptSearch Modifier and Type Method Description ImmutableJasmineConfiguration.BuilderImmutableJasmineConfiguration.Builder. sources(ScriptSearch sources)Initializes the value for thesourcesattribute.ImmutableJasmineConfiguration.BuilderImmutableJasmineConfiguration.Builder. specs(ScriptSearch specs)Initializes the value for thespecsattribute.ImmutableJasmineConfigurationImmutableJasmineConfiguration. withSources(ScriptSearch value)Copy the current immutable object by setting a value for thesourcesattribute.ImmutableJasmineConfigurationImmutableJasmineConfiguration. withSpecs(ScriptSearch value)Copy the current immutable object by setting a value for thespecsattribute. -
Uses of ScriptSearch in com.github.searls.jasmine.io.scripts
Methods in com.github.searls.jasmine.io.scripts with parameters of type ScriptSearch Modifier and Type Method Description List<String>FindsScriptLocationsInDirectory. find(ScriptSearch search)Constructors in com.github.searls.jasmine.io.scripts with parameters of type ScriptSearch Constructor Description BasicScriptResolver(ResolvesLocationOfPreloadSources resolvesPreloadSources, FindsScriptLocationsInDirectory findsScriptLocations, File baseDirectory, ScriptSearch sourceScriptSearch, ScriptSearch specScriptSearch, List<String> preloadList) -
Uses of ScriptSearch in com.github.searls.jasmine.model
Classes in com.github.searls.jasmine.model that implement ScriptSearch Modifier and Type Class Description classImmutableScriptSearchImmutable implementation ofScriptSearch.Methods in com.github.searls.jasmine.model with parameters of type ScriptSearch Modifier and Type Method Description static ImmutableScriptSearchImmutableScriptSearch. copyOf(ScriptSearch instance)Creates an immutable copy of aScriptSearchvalue.ImmutableScriptSearch.BuilderImmutableScriptSearch.Builder. from(ScriptSearch instance)Fill a builder with attribute values from the providedScriptSearchinstance.
-