Grafeas v1 API - Class FileLocation (3.10.0)

public sealed class FileLocation : IMessage<FileLocation>, IEquatable<FileLocation>, IDeepCloneable<FileLocation>, IBufferMessage, IMessage

Reference documentation and code samples for the Grafeas v1 API class FileLocation.

Indicates the location at which a package was found.

Inheritance

object > FileLocation

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

FileLocation()

public FileLocation()

FileLocation(FileLocation)

public FileLocation(FileLocation other)
Parameter
Name Description
other FileLocation

Properties

FilePath

public string FilePath { get; set; }

For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.

Property Value
Type Description
string

LayerDetails

public LayerDetails LayerDetails { get; set; }

Each package found in a file should have its own layer metadata (that is, information from the origin layer of the package).

Property Value
Type Description
LayerDetails