|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.util.JnlpWriterUtil
public class JnlpWriterUtil
Field Summary | |
---|---|
protected String |
cytoDir
|
org.jdom.Document |
document
|
protected String |
fileName
|
String |
libDir
|
protected HashMap<String,String> |
options
|
org.jdom.output.XMLOutputter |
out
|
String |
pluginDir
|
org.jdom.Element |
rootTag
|
protected String |
saveDir
|
protected String |
url
|
Constructor Summary | |
---|---|
JnlpWriterUtil(String[] args)
Creates a new JnlpWriterUtil object. |
Method Summary | |
---|---|
void |
addArguments(ArrayList<String> Args)
|
void |
addJars(String Prefix,
ArrayList<String> Jars,
String Comment)
|
void |
createInfoTag()
DOCUMENT ME! |
void |
createResourcesTag()
DOCUMENT ME! |
ArrayList<String> |
getLibJars()
DOCUMENT ME! |
ArrayList<String> |
getMainClass(ArrayList<String> JarFiles,
String JarDir)
|
ArrayList<String> |
getPluginJars()
DOCUMENT ME! |
String |
getString()
|
static void |
main(String[] args)
DOCUMENT ME! |
void |
writeToFile()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public org.jdom.Document document
public org.jdom.Element rootTag
public org.jdom.output.XMLOutputter out
protected String fileName
protected String cytoDir
protected String url
protected String saveDir
public String libDir
public String pluginDir
protected HashMap<String,String> options
Constructor Detail |
---|
public JnlpWriterUtil(String[] args)
args
- DOCUMENT ME!Method Detail |
---|
public static void main(String[] args) throws Exception
args
- DOCUMENT ME!
Exception
- DOCUMENT ME!public String getString()
public void writeToFile() throws IOException
Loc
- - directory to write xml file
IOException
public void createInfoTag()
public void createResourcesTag()
public void addJars(String Prefix, ArrayList<String> Jars, String Comment)
Prefix
- (append to beginning of jar file name)Jars
- Comment
- public ArrayList<String> getLibJars()
public ArrayList<String> getPluginJars()
public ArrayList<String> getMainClass(ArrayList<String> JarFiles, String JarDir)
JarFiles
- JarDir
-
public void addArguments(ArrayList<String> Args)
Args
- These are all plugin arguments at the moment, only specifies the -p tag between each.
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |