PuppetResourceFormatLoader.getResourceType_

Gets the resource type to create for a given path string.

class PuppetResourceFormatLoader
@nogc override
String
getResourceType_
(
String path
)

Parameters

path String

The path to the file that is to be loaded.

Return Value

Type: String

The name of the resource that should be loaded, or a nil string if that file extension is not handled.

Meta