templates.model_moduleInfo_class_java.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kurento-client Show documentation
Show all versions of kurento-client Show documentation
Kurento Client
The Kurento Client project allows server applications to control media server resources.
<#if module.name != "elements" && module.name != "filters"><#rt>
<#if module.name == "core"><#rt>
${packageToFolder("org.kurento.module")}/KurentoModuleInfo.java
<#else>
${packageToFolder("org.kurento.module")}/${module.name?cap_first}ModuleInfo.java
#if>
/**
* This file is generated with Kurento-maven-plugin.
* Please don't edit.
*/
package org.kurento.module;
<#if module.name == "core"><#rt>
public class KurentoModuleInfo {
<#else>
public class ${module.name?cap_first}ModuleInfo {
#if>
public static String getPackageName () {
return "${module.code.api.java.packageName}";
}
}
#if>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy