RMS.ArtifactsManagement.getClassNameForArtifact()

Signature

String getClassNameForArtifact(String artifactPath)

Domain

Description

Get fully qualified class name of the generated artifact.

Parameters

NameTypeDescription
projectNameStringName of the managed project.
artifactPathStringThe fully qualified name of the BE resource.
artifactExtensionStringFile Extension of the artifact.

Returns

TypeDescription
AString representing the fully qualified name of the java class.

Cautions

none