Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
| Interface | Description |
|---|---|
| Disposable |
Any object that should be disposed programatically.
|
| Class | Description |
|---|---|
| ApplicationResources |
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
|
| ApplicationResources_ja |
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
|
| EnumUtils |
Utilities that help when working with Enums.
|
| ObjectUtils |
Utilities that help when working with objects.
|
| ProcessResult |
Contains the result of executing a process, including return code, standard output, and standard error.
|
| RuntimeUtils |
Runtime utilities that enhance behavior of java.lang.Runtime.
|
| SysExits |
POSIX-compatible process exit values.
|
| Exception | Description |
|---|---|
| DisposedException |
A method has been invoked on a disposed object.
|
| LocalizedIllegalArgumentException |
Extends
IllegalArgumentException to provide exceptions in user locale error messages. |
| NotImplementedException |
Indicates some part of the code has not been implemented yet.
|
| NullArgumentException |
Indicates a null argument was passed where not allowed.
|
Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.