Class WebAppArtifactReader
An Artifact Reader for reading a JObject from a json file called data.appref.
Namespace: Workspace.XBR.Xperiflow.Routines.Io
Assembly: Xperiflow.dll
Declaration
public class WebAppArtifactReader : IArtifactReader<JObject>
Implements:
Workspace.XBR.Xperiflow.Routines.Io.IArtifactReader<Newtonsoft.Json.Linq.JObject>
Methods
IsApplicable(List<ArtifactFileAnnotation>)
Determines whether the artifact is applicable for reading as a JObject that represents metadata about a web application reference.
Declaration
public bool IsApplicable(List<ArtifactFileAnnotation> artifactFileAnnotations)
Returns
System.Boolean
Parameters
| Type | Name |
|---|---|
System.Collections.Generic.List< Workspace.XBR.Xperiflow.Routines.Artifacts.ArtifactFileAnnotation > | artifactFileAnnotations |