org.mybatis.generator.eclipse.ui.buildpath
Class MyBatisContainer

java.lang.Object
  extended by org.mybatis.generator.eclipse.ui.buildpath.MyBatisContainer

public class MyBatisContainer
extends java.lang.Object


Constructor Summary
MyBatisContainer(IPath path, IJavaProject project)
           
 
Method Summary
 IClasspathEntry[] getClasspathEntries()
           
 java.lang.String getDescription()
           
 int getKind()
           
 IPath getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyBatisContainer

public MyBatisContainer(IPath path,
                        IJavaProject project)
Method Detail

getClasspathEntries

public IClasspathEntry[] getClasspathEntries()

getDescription

public java.lang.String getDescription()

getKind

public int getKind()

getPath

public IPath getPath()