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.
Implements
IMessageFileLocation, IEquatableFileLocation, IDeepCloneableFileLocation, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
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 |