MCPcopy
hub / github.com/kestra-io/kestra / get

Method get

core/src/main/java/io/kestra/core/runners/LocalPath.java:29–29  ·  view source on GitHub ↗

Get an InputStream of a local file denoted by this URI. @param uri a file URI @throws SecurityException if the file is not allowed globally or specifically for this plugin.

(URI uri)

Source from the content-addressed store, hash-verified

27 * @throws SecurityException if the file is not allowed globally or specifically for this plugin.
28 */
29 InputStream get(URI uri) throws IOException;
30
31 /**
32 * Return true if the local file denoted by this URI exists.

Callers 15

allMethod · 0.65
scheduleMethod · 0.65
retroScheduleMethod · 0.65
backfillMethod · 0.65
disabledMethod · 0.65
stopAfterScheduleMethod · 0.65
pollingTriggerMethod · 0.65
failedEvaluationTestMethod · 0.65
scheduleMethod · 0.65

Implementers 3

AbstractLocalPathcore/src/main/java/io/kestra/core/runn
StorageTestSuitetests/src/main/java/io/kestra/core/sto
LocalStoragestorage-local/src/main/java/io/kestra/

Calls

no outgoing calls

Tested by 15

allMethod · 0.52
scheduleMethod · 0.52
retroScheduleMethod · 0.52
backfillMethod · 0.52
disabledMethod · 0.52
stopAfterScheduleMethod · 0.52
pollingTriggerMethod · 0.52
failedEvaluationTestMethod · 0.52
scheduleMethod · 0.52