51Degrees Pipeline for Java

fiftyone.pipeline.util.FiftyOneLookup Class Reference

Detailed Description

Used for Interpolation of ${variable} in PipelineOptions and elsewhere.

Classes

class  EnvSysLookup
 Try to find a value from environment variable (first) or Java System Property.
class  FilePathLookup
 Try to find a file according to the process described at FileFinder#getFilePath, which matches files ending in the key, as long as the key describes whole file path components.
class  FiftyOneStringSubstitutor
 Subclass to obtain variable resolution behaviour that we want, which is that if no key is specified then we want to run envsys:. More...

Static Public Member Functions

static StringSubstitutor getSubstitutor ()

Static Public Attributes

static StringLookup FIFTYONE_LOOKUP

Member Data Documentation

◆ FIFTYONE_LOOKUP

StringLookup fiftyone.pipeline.util.FiftyOneLookup.FIFTYONE_LOOKUP
static
Initial value:
=
StringLookupFactory.INSTANCE.interpolatorStringLookup(customLookups,null,true)