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, waitcreateSteppublic String getName()
public String getUsage()
ProcessingFiltergetUsage in interface ProcessingFilterpublic String getDescription()
ProcessingFiltergetDescription in interface ProcessingFilterprotected 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.