org.mybatis.generator.eclipse.ui.content
Class ConfigurationFileAdapter

java.lang.Object
  extended by org.mybatis.generator.eclipse.ui.content.ConfigurationFileAdapter

public class ConfigurationFileAdapter
extends java.lang.Object

This is the adapter class for files that are generator configuration files.

Author:
Jeff Butler

Constructor Summary
ConfigurationFileAdapter(IFile baseFile)
           
 
Method Summary
 IFile getBaseFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationFileAdapter

public ConfigurationFileAdapter(IFile baseFile)
Method Detail

getBaseFile

public IFile getBaseFile()