C# Class Universe.Framework.Utilities.CapsUtil

Capabilities utility methods
Exibir arquivo Open project: Virtual-Universe/Virtual-Universe

Public Methods

Method Description
CreateCAPS ( string method, string appendedPath ) : string
GetCapsPathFromCapsSeed ( string capsSeedPath ) : string

Retrieve the CapsPath from a CapsSeed

GetCapsSeedPath ( string capsObjectPath ) : string

Generate a CAPS seed path using a previously generated CAPS object path component

GetRandomCapsObjectPath ( ) : string

Get a random CAPS object path component that will be used as the identifying part of all future CAPS requests

Method Details

CreateCAPS() public static method

public static CreateCAPS ( string method, string appendedPath ) : string
method string
appendedPath string
return string

GetCapsPathFromCapsSeed() public static method

Retrieve the CapsPath from a CapsSeed
public static GetCapsPathFromCapsSeed ( string capsSeedPath ) : string
capsSeedPath string Should be in the form of "/CAPS/CapsPath/
return string

GetCapsSeedPath() public static method

Generate a CAPS seed path using a previously generated CAPS object path component
public static GetCapsSeedPath ( string capsObjectPath ) : string
capsObjectPath string
return string

GetRandomCapsObjectPath() public static method

Get a random CAPS object path component that will be used as the identifying part of all future CAPS requests
public static GetRandomCapsObjectPath ( ) : string
return string