org.objectweb.fractal.aokell.tools.content
Class ContentResolverHelper

java.lang.Object
  extended by org.objectweb.fractal.aokell.tools.content.ContentResolverHelper

public class ContentResolverHelper
extends Object

This class contains helper methods with an implementation which differs depending on the choosen version of the glue feature. These methods are used by the content resolver tool.

Author:
Lionel Seinturier

Constructor Summary
ContentResolverHelper()
           
 
Method Summary
 void epilogue()
           
 void generateClause(Object contentDesc, Object ctrlDesc)
           
 void newFile(String generatedDirname, String packagename, String classname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentResolverHelper

public ContentResolverHelper()
Method Detail

newFile

public void newFile(String generatedDirname,
                    String packagename,
                    String classname)
             throws IOException
Throws:
IOException

generateClause

public void generateClause(Object contentDesc,
                           Object ctrlDesc)
                    throws IOException
Throws:
IOException

epilogue

public void epilogue()
              throws IOException
Throws:
IOException