gov.nih.nci.cagrid.introduce.extensions.metadata.codegen
Class MetadataCodegenPreProcessor

java.lang.Object
  extended by gov.nih.nci.cagrid.introduce.extensions.metadata.codegen.MetadataCodegenPreProcessor
All Implemented Interfaces:
CodegenExtensionPreProcessor

public class MetadataCodegenPreProcessor
extends java.lang.Object
implements CodegenExtensionPreProcessor

Just sets the metadata filelocation if its not set.

Author:
oster

Field Summary
protected static org.apache.commons.logging.Log LOG
           
 
Constructor Summary
MetadataCodegenPreProcessor()
           
 
Method Summary
 void preCodegen(ServiceExtensionDescriptionType desc, ServiceInformation info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static org.apache.commons.logging.Log LOG
Constructor Detail

MetadataCodegenPreProcessor

public MetadataCodegenPreProcessor()
Method Detail

preCodegen

public void preCodegen(ServiceExtensionDescriptionType desc,
                       ServiceInformation info)
                throws CodegenExtensionException
Specified by:
preCodegen in interface CodegenExtensionPreProcessor
Throws:
CodegenExtensionException