Grafeas v1 API - Class FileLocation (3.2.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

GrafeasV1

Assembly

Grafeas.V1.dll

Constructors

FileLocation()

public FileLocation()

FileLocation(FileLocation)

public FileLocation(FileLocation other)
Parameter
NameDescription
otherFileLocation

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
TypeDescription
string