Uses of Package
net.sf.staccatocommons.lang.builder

Packages that use net.sf.staccatocommons.lang.builder
net.sf.staccatocommons.lang This package contains Options, SoftExceptions and null handling utilities. 
net.sf.staccatocommons.lang.builder This package defines interfaces, exceptions and abstract classes for implementing a builder 
 

Classes in net.sf.staccatocommons.lang.builder used by net.sf.staccatocommons.lang
Builder
           
BuilderAlreadyUsedException
          Exception that signals that a Builder has being used more than once, but it does not support it.
 

Classes in net.sf.staccatocommons.lang.builder used by net.sf.staccatocommons.lang.builder
AbstractReusableBuilder.DoneCheck
          A Check that throws an ObjectUnderConstructionException when checks fail
Builder
           
BuilderAlreadyUsedException
          Exception that signals that a Builder has being used more than once, but it does not support it.
ObjectUnderConstructionException
          Exception that signals that an object built process has not finished yet
ReusableBuilder
          A ReusableBuilder is a Builder whose ReusableBuilder.build() method can be invoked more than once, thus the same builder can be used to more than one object
 



Copyright © 2010-2012 Staccatocommons. All Rights Reserved.