public abstract class AbstractIdentificationParametersCli
extends java.lang.Object
implements java.util.concurrent.Callable
| Constructor and Description |
|---|
AbstractIdentificationParametersCli() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
call()
Calling this method will run the configured SearchCLI process.
|
protected abstract void |
createOptionsCLI(org.apache.commons.cli.Options options)
Provides the options left to the user.
|
protected abstract java.io.File |
getEnzymeFile()
Returns the enzyme file needed to initiate the factory.
|
static java.lang.String |
getHeader()
IdentificationParametersCLI header message when printing the usage.
|
protected abstract java.io.File |
getModificationsFile()
Returns the modification file needed to initiate the factory.
|
protected abstract java.lang.String |
getOptionsAsString()
Returns the options left to the user as a string.
|
protected abstract java.io.File |
getUserModificationsFile()
Returns the user modification file needed to initiate the factory.
|
void |
initiate(java.lang.String[] args)
Initiates the IdentificationParametersCli.
|
void |
printModifications()
Prints the available modifications on the screen.
|
public void initiate(java.lang.String[] args)
args - the command line argumentspublic java.lang.Object call()
call in interface java.util.concurrent.Callablepublic void printModifications()
protected abstract java.io.File getModificationsFile()
protected abstract java.io.File getUserModificationsFile()
protected abstract java.io.File getEnzymeFile()
protected abstract void createOptionsCLI(org.apache.commons.cli.Options options)
options - the options object where the options will be addedprotected abstract java.lang.String getOptionsAsString()
public static java.lang.String getHeader()
Copyright © 2014. All Rights Reserved.