| Package | Description |
|---|---|
| net.nicholaswilliams.java.licensing.licensor.interfaces.cli | |
| net.nicholaswilliams.java.licensing.licensor.interfaces.cli.spi |
| Constructor and Description |
|---|
ConsoleLicenseGenerator(TextInterfaceDevice textInterfaceDevice,
CommandLineParser cliParser) |
ConsoleRSAKeyPairGenerator(RSAKeyPairGeneratorInterface generator,
TextInterfaceDevice textInterfaceDevice,
CommandLineParser cliParser) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTextInterfaceDevice
An abstract implementation of
TextInterfaceDevice that implements any common utilities among all interface
devices. |
class |
ConsoleInterfaceDevice
The default implementation of
TextInterfaceDevice. |
| Modifier and Type | Field and Description |
|---|---|
static TextInterfaceDevice |
TextInterfaceDevice.CONSOLE |
| Modifier and Type | Method and Description |
|---|---|
TextInterfaceDevice |
TextInterfaceDevice.format(String format,
Object... arguments)
Writes a formatted string to this device's output stream using the specified format string and arguments.
|
TextInterfaceDevice |
ConsoleInterfaceDevice.format(String format,
Object... arguments)
Writes a formatted string to this device's output stream using the specified format string and arguments.
|
TextInterfaceDevice |
TextInterfaceDevice.printf(String format,
Object... arguments)
A convenience method to write a formatted string to this device's output stream using the specified format
string and arguments.
|
TextInterfaceDevice |
ConsoleInterfaceDevice.printf(String format,
Object... arguments)
A convenience method to write a formatted string to this device's output stream using the specified format
string and arguments.
|
Copyright © 2010-2013 NWTS Java Code. All Rights Reserved. Licensed Under the Apache License version 2.0.