Skip navigation links

org.refcodes:refcodes-console 0.3.0 API

Packages 
Package Description
org.refcodes.console
Getting started: Consider you have a tool called "foo-bar" to be invoked with the below allowed argument combinations (syntax): foo-bar [{ -a | -d }] -f <file> "foo-bar" can be invoked either with an optional "-a" or with an optional "-d" switch, but not both of them at the same time, and a file "-f <file>" must be provided, else the passed arguments are rejected as not being valid.
org.refcodes.console.consts
Constants: The const package contains enumerations and static final interface variables (constants) being the invariants as used by this artifact.
org.refcodes.console.impls
Implementations: The impls package contains implementations of the types defined by this artifact.
org.refcodes.console.mixins
Mixins: A mixin from the point of view of this artifact represents a snippet of functionality which can be mixed into a type.
org.refcodes.console.statics
Static imports: Utility code provided by this artifact intended to be statically imported via import static org.refcodes...
org.refcodes.console.traps
Exceptions: Erroneous cases during code execution are signaled with the according exceptions being thrown; the traps package groups the erroneous signals specific to this artifact.
org.refcodes.console.utils
Utilities: A utility class from this artifact's point of view provides functionality nor requiring any state neither any member variables.
Skip navigation links

Copyright © 2015. All rights reserved.