impls package contains implementations of the types defined
by this artifact.See: Description
| Class | Description |
|---|---|
| RuntimePropertiesImpl |
The
RuntimePropertiesImpl load the first properties file found (with
"key=value" entries) in one of several default locations determined by the
RuntimeUtility.toAppConfigDirs() method. |
impls package contains implementations of the types defined
by this artifact. The types with which this artifact's codes work usually are
represented by interfaces (as of interface based programming); the
impls package groups the (implementation specific)
implementations of those types (and moves the implementations out of focus to
enforce the usage of the interfaces).http://en.wikipedia.org/wiki/Interface-based_programmingCopyright © 2017. All rights reserved.