public abstract class AbstractUserArgumentProcessor extends Object implements UserArgumentProcessor
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
mandatoryArgs |
static String |
newline |
protected StartupParameters |
params |
static String |
PDB_DIR
the system property PDB_DIR can be used to configure the
default location for PDB files.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractUserArgumentProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract StructureAlignment |
getAlgorithm() |
abstract String |
getDbSearchLegend() |
String |
getDbSearchResult(AFPChain afpChain) |
List<String> |
getMandatoryArgs() |
abstract Object |
getParameters() |
void |
process(String[] argv)
Process user arguments that have been provided from the command line
|
protected StartupParameters params
public static final List<String> mandatoryArgs
public static final String PDB_DIR
protected AbstractUserArgumentProcessor()
public abstract StructureAlignment getAlgorithm()
public abstract Object getParameters()
public abstract String getDbSearchLegend()
public void process(String[] argv)
UserArgumentProcessorprocess in interface UserArgumentProcessorpublic List<String> getMandatoryArgs()
public String getDbSearchResult(AFPChain afpChain)
Copyright © 2012 BioJava. All Rights Reserved.