|
|||||||||
| Home >> All >> org >> emboss >> [ jemboss overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.emboss.jemboss
Class JembossJarUtil

java.lang.Objectorg.emboss.jemboss.JembossJarUtil
- public class JembossJarUtil
- extends java.lang.Object
Unpacks a Jar file into a Hashtable
| Field Summary | |
private java.util.Hashtable |
jarStore
Hashtable containing the unpacked contents of the jar file |
| Constructor Summary | |
JembossJarUtil(java.lang.String jarFile)
Given the path to a jar file unpack to a hashtable |
|
| Method Summary | |
java.lang.Object |
getElement(java.lang.String el)
Return an element of the hashtable |
java.util.Hashtable |
getHash()
Return the hashtable |
boolean |
writeByteFile(java.lang.String el,
java.lang.String f)
Write contents of an element in the hashtable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
jarStore
private java.util.Hashtable jarStore
- Hashtable containing the unpacked contents of the jar file
| Constructor Detail |
JembossJarUtil
public JembossJarUtil(java.lang.String jarFile) throws java.lang.Exception
- Given the path to a jar file unpack to a hashtable
| Method Detail |
getHash
public java.util.Hashtable getHash()
- Return the hashtable
getElement
public java.lang.Object getElement(java.lang.String el)
- Return an element of the hashtable
writeByteFile
public boolean writeByteFile(java.lang.String el, java.lang.String f)
- Write contents of an element in the hashtable
|
|||||||||
| Home >> All >> org >> emboss >> [ jemboss overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.emboss.jemboss.JembossJarUtil