org.basex.query.util.pkg
Class JarDesc

java.lang.Object
  extended by org.basex.query.util.pkg.JarDesc

public final class JarDesc
extends java.lang.Object

Jar descriptor.

Author:
BaseX Team 2005-12, BSD License, Rositsa Shadura

Field Summary
 TokenList jars
          List of jar files.
 
Constructor Summary
JarDesc()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jars

public final TokenList jars
List of jar files.

Constructor Detail

JarDesc

public JarDesc()