Package io.openlineage.client.transports
Class FileConfig
- java.lang.Object
-
- io.openlineage.client.transports.FileConfig
-
- All Implemented Interfaces:
TransportConfig
public final class FileConfig extends java.lang.Object implements TransportConfig
-
-
Constructor Summary
Constructors Constructor Description FileConfig()
FileConfig(java.lang.String location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLocation()
void
setLocation(java.lang.String location)
java.lang.String
toString()
FileConfig
withLocation(java.lang.String location)
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
withLocation
public FileConfig withLocation(java.lang.String location)
- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-
getLocation
public java.lang.String getLocation()
-
setLocation
public void setLocation(java.lang.String location)
-
-