Package org.refcodes.runtime

This package contains runtime related interfaces and enumerations. Runtime related functionality is e.g. represented by the OperatingSystem enumeration with which to determine the host's OS or the Shell enumeration with which to determine the underlying shell.

The types with which this artifact's codes work usually are represented by interfaces (as of interface based programming).