T
- public abstract class Builder<T> extends Object
Builder
is used to build instances of <T>
from values
configured by the setters.
Builders can be reused, clear()
resets all fields to their default values.
public T build() throws BuilderException
T
after validating the values.BuilderException
- if something goes wrong during build"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"