public abstract class BasicFilter extends Object implements ProcessingFilter
Modifier | Constructor and Description |
---|---|
protected |
BasicFilter(String name,
String usage)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static String |
explainSyntax(String[] usages)
Returns a snippet of XML explaining use of the syntax of some given
usage-type example arguments.
|
String |
getDescription()
Description for this filter.
|
protected abstract String[] |
getDescriptionLines() |
String |
getName() |
String |
getUsage()
Usage message for this filter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createStep
public String getName()
public String getUsage()
ProcessingFilter
getUsage
in interface ProcessingFilter
public String getDescription()
ProcessingFilter
getDescription
in interface ProcessingFilter
protected abstract String[] getDescriptionLines()
public static String explainSyntax(String[] usages)
usages
- array of formal arguments to be explainedCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.