net.sourceforge.squirrel_sql.plugins.hibernate.server
Class ClassPathItem

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.hibernate.server.ClassPathItem
All Implemented Interfaces:
Serializable

public class ClassPathItem
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ClassPathItem()
           
 
Method Summary
 String getPath()
           
 boolean isJarDir()
           
 void setJarDir(boolean b)
           
 void setPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassPathItem

public ClassPathItem()
Method Detail

setPath

public void setPath(String path)

setJarDir

public void setJarDir(boolean b)

isJarDir

public boolean isJarDir()

getPath

public String getPath()


Copyright © 2001-2012. All Rights Reserved.