net.sourceforge.squirrel_sql.plugins.userscript.kernel
Class ClassPathEntry

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.userscript.kernel.ClassPathEntry

public class ClassPathEntry
extends Object

This class exeist because of a bug in the XMLBeanReader. It can't read a String[] into a bean.


Constructor Summary
ClassPathEntry()
           
ClassPathEntry(String entry)
           
 
Method Summary
 String getEntry()
           
 void setEntry(String entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassPathEntry

public ClassPathEntry(String entry)

ClassPathEntry

public ClassPathEntry()
Method Detail

getEntry

public String getEntry()

setEntry

public void setEntry(String entry)


Copyright © 2001-2013. All Rights Reserved.