Asistant class
configure(object: any,properties: any,): any
createObject<T>(clazz: { [key: string]: any; classType: new () => T; }): T
Create an object with the specified configuration
createObjectAsString(classPath: string,parameters?: any,): Promise<any>
Create an object with the specified class path
deletePathAlias(alias: string): void
Delete a path alias
getPathAlias(alias: string): string
Get the actual path of alias
setPathAlias(): void
Register a path alias
toFilePath(absolutePath: string): string