org.gedcomx.build.enunciate
Class IsOfProjectMethod

java.lang.Object
  extended by org.gedcomx.build.enunciate.IsOfProjectMethod
All Implemented Interfaces:
freemarker.template.TemplateMethodModel, freemarker.template.TemplateMethodModelEx, freemarker.template.TemplateModel

public class IsOfProjectMethod
extends Object
implements freemarker.template.TemplateMethodModelEx

Author:
Ryan Heaton

Field Summary
 
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
 
Constructor Summary
IsOfProjectMethod(Map<String,org.codehaus.enunciate.config.SchemaInfo> namespacesToSchemas, String currentProjectId)
           
 
Method Summary
 Object exec(List list)
           
static boolean isOfProject(org.codehaus.enunciate.config.SchemaInfo schemaInfo, String projectId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsOfProjectMethod

public IsOfProjectMethod(Map<String,org.codehaus.enunciate.config.SchemaInfo> namespacesToSchemas,
                         String currentProjectId)
Method Detail

exec

public Object exec(List list)
            throws freemarker.template.TemplateModelException
Specified by:
exec in interface freemarker.template.TemplateMethodModel
Specified by:
exec in interface freemarker.template.TemplateMethodModelEx
Throws:
freemarker.template.TemplateModelException

isOfProject

public static boolean isOfProject(org.codehaus.enunciate.config.SchemaInfo schemaInfo,
                                  String projectId)


Copyright © 2016. All rights reserved.