Package proper.core

The core package includes classes and interfaces most classes in Proper extend or implement.

See:
          Description

Interface Summary
Assignable For instances of classes that can retrieve the "inner" state of another object and update their own "inner" state.
CommandLineInterface This interface specifies some methods for command line handling.
ProperInterface This interface implements some behavior for verbose string handling and redirecting output.
All methods with the prefix debug have the same functionality as the ones without, only used to distinguish distinguish output during development that should not be included in a release.
 

Class Summary
ArgumentObject This abstract class adds some functionality for classes that handle arguments.
ProperObject This abstract class serves only for some common functionality of most classes.
 

Package proper.core Description

The core package includes classes and interfaces most classes in Proper extend or implement.