public class NewsCommandLine extends RouterCommandLine
Provides access to various news processing and blocklist management tools through a unified command interface. Not intended as a public API - applications and plugins should use the specific classes for direct integration.
Supports execution of news parsing, blocklist generation, and XML processing utilities with proper argument handling and usage documentation.
| Modifier and Type | Field and Description |
|---|---|
protected static List<String> | NCLASSESAdditional command classes for news and blocklist management |
RCLASSESCLASSES| Modifier | Constructor and Description |
|---|---|
protected | NewsCommandLine()Protected constructor to prevent instantiation |
| Modifier and Type | Method and Description |
|---|---|
static void | main(String[] args)Main entry point. |
static void | usage(List<String> classes)Print usage information. |
exec, printCommands