public interface

IOptionDefinition

com.pnfsoftware.jeb.core.IOptionDefinition
Known Indirect Subclasses

Class Overview

Simple definition for a type-less option, containing a name and a description.

Summary

Public Methods
abstract String getDefaultValue()
abstract String getDescription()
Get the option description.
abstract String getName()
Get the definition name.

Public Methods

public abstract String getDefaultValue ()

public abstract String getDescription ()

Get the option description.

Returns
  • the optional (but strongly recommended) definition description

public abstract String getName ()

Get the definition name. If name is null, then this option is a simple description field.

Returns
  • the mandatory definition name