C# Class Universe.Framework.Serialization.ArchiveConstants

Constants for the archiving module
ファイルを表示 Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
ASSET_TYPE_TO_EXTENSION string>.IDictionary
EXTENSION_TO_ASSET_TYPE AssetType>.IDictionary

Public Methods

Method Description
CreateOarObjectFilename ( string objectName, UUID uuid, System.Vector3 pos ) : string

Create the filename used to store an object in an OpenSim Archive.

CreateOarObjectPath ( string objectName, UUID uuid, System.Vector3 pos ) : string

Create the path used to store an object in an OpenSim Archives.

ExtractPlainPathFromIarPath ( string iarPath ) : string

Extract a plain path from an IAR path

Private Methods

Method Description
ArchiveConstants ( ) : System

Method Details

CreateOarObjectFilename() public static method

Create the filename used to store an object in an OpenSim Archive.
public static CreateOarObjectFilename ( string objectName, UUID uuid, System.Vector3 pos ) : string
objectName string
uuid UUID
pos System.Vector3
return string

CreateOarObjectPath() public static method

Create the path used to store an object in an OpenSim Archives.
public static CreateOarObjectPath ( string objectName, UUID uuid, System.Vector3 pos ) : string
objectName string
uuid UUID
pos System.Vector3
return string

ExtractPlainPathFromIarPath() public static method

Extract a plain path from an IAR path
public static ExtractPlainPathFromIarPath ( string iarPath ) : string
iarPath string
return string

Property Details

ASSET_TYPE_TO_EXTENSION public_oe static_oe property

public static IDictionary ASSET_TYPE_TO_EXTENSION
return string>.IDictionary

EXTENSION_TO_ASSET_TYPE public_oe static_oe property

public static IDictionary EXTENSION_TO_ASSET_TYPE
return AssetType>.IDictionary