org.biojava.bio.structure.align.webstart
Class WebStartMain

java.lang.Object
  extended by org.biojava.bio.structure.align.webstart.WebStartMain

public class WebStartMain
extends Object


Constructor Summary
WebStartMain()
           
 
Method Summary
static UserConfiguration getDefaultConfig()
           
static UserConfiguration getWebStartConfig()
           
static void main(String[] args)
          If no arguments, shows AlignmentGui for pairwise alignments.
static void persistConfig(UserConfiguration config)
           
static UserConfiguration requestUserConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebStartMain

public WebStartMain()
Method Detail

main

public static void main(String[] args)
If no arguments, shows AlignmentGui for pairwise alignments. if 1 argument: dbmenu shows the DBSearchGUI, otherwise the AlignentGUI is shown. if more than 3 arguments takes the following arguments arg0 : fatcat or biojava . arg1 : pdb1.X arg2 ; pdb2.X The 4th argument is optional and it could be the serverLocation which the client should talk to.

Parameters:
args -

getWebStartConfig

public static UserConfiguration getWebStartConfig()

getDefaultConfig

public static UserConfiguration getDefaultConfig()

persistConfig

public static void persistConfig(UserConfiguration config)

requestUserConfig

public static UserConfiguration requestUserConfig()