'STRAP:multiple sequence alignments '

charite.christo
Class ChEnv

java.lang.Object
  extended by charite.christo.ChEnv

public class ChEnv
extends java.lang.Object

In Java1.4 the shell variables are read by calling the command "set". In Java1.5 the method System.getenv(s); is user.


Field Summary
static int WITH_DOLLAR
           
static int WITH_FILEPATH
           
static int WITHOUT_DOLLAR
           
 
Method Summary
static BA asText()
           
static java.lang.String[] execPath()
           
static boolean[] executablesExist(java.lang.String[] ee)
           
static java.lang.String[] executablesReorder(java.lang.String[] ee)
           
static java.lang.String get(java.lang.String s)
           
static java.lang.String[] getNames(int i)
           
static BA propertiesAsText()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WITHOUT_DOLLAR

public static final int WITHOUT_DOLLAR
See Also:
Constant Field Values

WITH_DOLLAR

public static final int WITH_DOLLAR
See Also:
Constant Field Values

WITH_FILEPATH

public static final int WITH_FILEPATH
See Also:
Constant Field Values
Method Detail

getNames

public static java.lang.String[] getNames(int i)

get

public static java.lang.String get(java.lang.String s)

propertiesAsText

public static BA propertiesAsText()

asText

public static BA asText()

execPath

public static java.lang.String[] execPath()

executablesExist

public static boolean[] executablesExist(java.lang.String[] ee)

executablesReorder

public static java.lang.String[] executablesReorder(java.lang.String[] ee)

'STRAP:multiple sequence alignments '

'The most important classes are StrapAlign, Protein and StrapEvent.'