Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.embl.ebi.escience.baclava
Class Baclava  view Baclava download Baclava.java

java.lang.Object
  extended byorg.embl.ebi.escience.baclava.Baclava

public abstract class Baclava
extends java.lang.Object

Provides general functionality, mostly in the form of static methods, for bundling and unbundling the myGrid data document format.


Field Summary
static org.jdom.Namespace BaclavaNS
          The namespace prefix for tags in the myGrid data document format
(package private) static java.util.Map handlerClassForClass
           
 
Constructor Summary
Baclava()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handlerClassForClass

static java.util.Map handlerClassForClass

BaclavaNS

public static org.jdom.Namespace BaclavaNS
The namespace prefix for tags in the myGrid data document format

Constructor Detail

Baclava

public Baclava()