Documentation

File
in

Interface for files processed by the ProjectFactory

Table of Contents

getContents()  : string
Returns the content of the file as a string.
md5()  : string
Returns md5 hash of the file.
path()  : string
Returns an relative path to the file.

Methods

getContents()

Returns the content of the file as a string.

public getContents() : string
Return values
string

md5()

Returns md5 hash of the file.

public md5() : string
Return values
string

path()

Returns an relative path to the file.

public path() : string
Return values
string

Search results