|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fhcrc.cpl.viewer.commandline.modules.BaseCommandLineModuleImpl
org.fhcrc.cpl.viewer.commandline.modules.DumpWindow2DCommandLineModule
public class DumpWindow2DCommandLineModule
Dump a 2D window (scans in rows, m/z in columns) around each feature. Only for use by D0/D3 quantitation code; this will be going away.
| Field Summary | |
|---|---|
protected static org.apache.log4j.Logger |
_log
|
protected java.io.File |
featureFile
|
protected java.io.File |
mzXmlFile
|
protected java.io.File |
outFile
|
| Fields inherited from class org.fhcrc.cpl.viewer.commandline.modules.BaseCommandLineModuleImpl |
|---|
mArgumentDefs, mArgumentValues, mArgumentValueStrings, mCommandName, mHelpMessage, mShortDescription, mUsageMessage |
| Fields inherited from interface org.fhcrc.cpl.toolbox.commandline.CommandLineModule |
|---|
MODULE_HELP_AUTOMATIC, MODULE_USAGE_AUTOMATIC, UNNAMED_ARG_SERIES_SEPARATOR |
| Constructor Summary | |
|---|---|
DumpWindow2DCommandLineModule()
|
|
| Method Summary | |
|---|---|
void |
assignArgumentValues()
the first step in invoking your module. |
void |
execute()
do the actual work |
protected void |
init()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.fhcrc.cpl.toolbox.commandline.CommandLineModule |
|---|
digestArguments, getAdvancedArgumentDefinitions, getArgumentDefinition, getArgumentDefinitions, getArgumentDefinitionsSortedForDisplay, getArgumentValueStrings, getBasicArgumentDefinitions, getCommandName, getFullHelp, getHelpMessage, getHtmlHelpFragment, getShortDescription, getUsage, invoke |
| Field Detail |
|---|
protected static org.apache.log4j.Logger _log
protected java.io.File mzXmlFile
protected java.io.File featureFile
protected java.io.File outFile
| Constructor Detail |
|---|
public DumpWindow2DCommandLineModule()
| Method Detail |
|---|
protected void init()
public void assignArgumentValues()
throws org.fhcrc.cpl.toolbox.commandline.arguments.ArgumentValidationException
org.fhcrc.cpl.toolbox.commandline.CommandLineModule
assignArgumentValues in interface org.fhcrc.cpl.toolbox.commandline.CommandLineModuleorg.fhcrc.cpl.toolbox.commandline.arguments.ArgumentValidationException
public void execute()
throws org.fhcrc.cpl.toolbox.commandline.CommandLineModuleExecutionException
execute in interface org.fhcrc.cpl.toolbox.commandline.CommandLineModuleorg.fhcrc.cpl.toolbox.commandline.CommandLineModuleExecutionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||