C# 클래스 Google.VersionHandler.ManifestReferences

Stores current and obsolete file references for a package.
파일 보기 프로젝트 열기: googlesamples/unity-jar-resolver

공개 프로퍼티들

프로퍼티 타입 설명
currentFiles HashSet
currentMetadata FileMetadata
filenameCanonical string
obsoleteFiles HashSet

공개 메소드들

메소드 설명
FindAndReadManifests ( FileMetadataSet metadataSet ) : List

Find and read all package manifests.

ManifestReferences ( ) : UnityEngine

Create an instance.

ParseManifests ( FileMetadataByVersion metadataByVersion, FileMetadataSet metadataSet ) : bool

Parse current and obsolete file references from a package's manifest files.

메소드 상세

FindAndReadManifests() 공개 정적인 메소드

Find and read all package manifests.
public static FindAndReadManifests ( FileMetadataSet metadataSet ) : List
metadataSet FileMetadataSet Set to query for manifest files.
리턴 List

ManifestReferences() 공개 메소드

Create an instance.
public ManifestReferences ( ) : UnityEngine
리턴 UnityEngine

ParseManifests() 공개 메소드

Parse current and obsolete file references from a package's manifest files.
public ParseManifests ( FileMetadataByVersion metadataByVersion, FileMetadataSet metadataSet ) : bool
metadataByVersion FileMetadataByVersion Metadata for files ordered by /// version number. If the metadata does not have the isManifest /// attribute it is ignored.
metadataSet FileMetadataSet Set of all metadata files in the /// project. This is used to handle file renaming in the parsed /// manifest. If the manifest contains files that have been /// renamed it's updated with the new filenames.
리턴 bool

프로퍼티 상세

currentFiles 공개적으로 프로퍼티

Set of current files in this package.
public HashSet currentFiles
리턴 HashSet

currentMetadata 공개적으로 프로퍼티

Metadata which references the most recent version metadata file.
public FileMetadata currentMetadata
리턴 FileMetadata

filenameCanonical 공개적으로 프로퍼티

Name of this package.
public string filenameCanonical
리턴 string

obsoleteFiles 공개적으로 프로퍼티

Set of obsolete files in this package.
public HashSet obsoleteFiles
리턴 HashSet