| Package | Description |
|---|---|
| org.lsst.ccs.utilities.beanutils |
Codes that enables non-bean classes to be "seen" as standard beans.
|
| org.lsst.ccs.utilities.logging |
This package provides proxies to the standard java.util.logging package.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Optional<T> |
Optional.empty() |
static <T> Optional<T> |
Optional.of(T value) |
static <T> Optional<T> |
Optional.ofNullable(T value) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<LogManager> |
LogPropertiesLoader.getSystemLoaderLogManager()
this method guarantees that the LogProperties Loader has been initialized
(in the context of the current ClassLoader)
|
Copyright © 2014 LSST. All rights reserved.