public class FileSourceInfo extends Object
| Constructor and Description |
|---|
FileSourceInfo(String filePath) |
FileSourceInfo(String filePath,
UUID sourceId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilePath() |
UUID |
getSourceId() |
Map<String,String> |
getTracingAttributes() |
void |
setFilePath(String filePath) |
void |
setSourceId(UUID sourceId) |
void |
validate()
Checks that this SourceInfo is defined appropriately.
|
public FileSourceInfo(String filePath)
public String getFilePath()
public void setFilePath(String filePath)
public void validate()
SourceInfopublic Map<String,String> getTracingAttributes()
getTracingAttributes in interface TraceableAttributespublic UUID getSourceId()
getSourceId in interface SourceInfopublic void setSourceId(UUID sourceId)
setSourceId in interface SourceInfoCopyright © 2025. All rights reserved.