Uses of Class
com.iparelan.util.annotations.Copyright

Packages that use Copyright
com.iparelan.util Iparelan Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
com.iparelan.util.annotations Iparelan Annotation Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
com.iparelan.util.annotations.idioms Iparelan Idiom Annotation Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
com.iparelan.util.annotations.patterns Iparelan Pattern Annotation Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
com.iparelan.util.beans Iparelan JavaBean Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
com.iparelan.util.logging Iparelan Logging Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
com.iparelan.util.logging.impl Iparelan Logging Utilities Implementation
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
com.iparelan.util.validation Iparelan Validation Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
 

Packages with annotations of type Copyright
com.iparelan.util.annotations.patterns Iparelan Pattern Annotation Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
com.iparelan.util.logging.impl Iparelan Logging Utilities Implementation
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
com.iparelan.util Iparelan Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
com.iparelan.util.beans Iparelan JavaBean Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
com.iparelan.util.validation Iparelan Validation Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
com.iparelan.util.annotations.idioms Iparelan Idiom Annotation Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
com.iparelan.util.logging Iparelan Logging Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
com.iparelan.util.annotations Iparelan Annotation Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
 

Uses of Copyright in com.iparelan.util
 

Classes in com.iparelan.util with annotations of type Copyright
 interface AbstractFactory
          A marker interface that designates a class that implements it as an abstract factory.
 class ConcurrencyTools
          This utility class contains concurrency convenience algorithms.
 class FactoryLoader
          A Service Locator that loads an AbstractFactory.
 class FileMarshallingStrategy
          A strategy for converting a File to a String (serializing).
 class FileUnmarshallingStrategy
          A strategy for parsing a File value that is stored as a String.
 interface ImmutabilityStrategy<T>
          An algorithm for guarding a specified value with respect to value changes.
 class IntegerMarshallingStrategy
          A strategy for converting an Integer to a String (serializing).
 class IntegerUnmarshallingStrategy
          A strategy for parsing an Integer value that is stored as a String.
 interface MarshallingStrategy<T>
          A strategy for converting a value to a String (serializing).
 class MemoryMonitor
          A thread that monitors the JVM heap.
 class Message
          Localized message resource indices for the miscellaneous utility component.
 class PeriodicSuspendableThread
          A periodic background (daemon) task that can be suspended.
 class ProxyTools
          This utility class contains algorithms for proxy support.
 interface SuspendableTask
          A task that can be paused and restarted.
 class ThrowableTools
          This utility contains procedures for Throwable values.
 interface UnmarshallingStrategy<T>
          A strategy for parsing a value that is stored as a String.
(package private)  class UtilLogger
          A specialized Logger that can log messages before a logging service has been started.
 class UtilObject
          Supertype of all objects in the utilities layer.
 class WeakHashSet<T>
          A type-safe alternative to HashSet that guarantees that objects in the set are not excluded from garbage collection because they are elements of the set.
 

Uses of Copyright in com.iparelan.util.annotations
 

Classes in com.iparelan.util.annotations with annotations of type Copyright
 interface AutoBoxing
          Declares that an autoboxing conversion is present.
 interface Copyright
          Declares copyright © information.
 interface DocumentationMissing
          Declares that documentation has not yet been written for the annotated element.
 interface NoBinaryAnnotations
          This annotation exists to solve the problem of unnecessarily invoking the compiler due to the lack of a corresponding object file for a package-info.java file.
 interface SyntheticCodeGeneration
          Declares that the compiler has been know to generate sythetic code near the marked point.
 

Uses of Copyright in com.iparelan.util.annotations.idioms
 

Classes in com.iparelan.util.annotations.idioms with annotations of type Copyright
 interface LazyInitializationHolder
          Marks a class as implementing the lazy initialization holder class idiom.
 

Uses of Copyright in com.iparelan.util.annotations.patterns
 

Classes in com.iparelan.util.annotations.patterns with annotations of type Copyright
 interface DataTransferObject
          Marks a class as a Data Transfer Object (DTO).
 interface Decorator
          Marks a class as implementing the Layer Supertype pattern.
 interface Factory
          Marks a class as implementing the Abstract Factory pattern.
 interface LayerSupertype
          Marks a class as implementing the Layer Supertype pattern.
 interface Singleton
          Marks a class as implementing the Singleton pattern.
 

Uses of Copyright in com.iparelan.util.beans
 

Classes in com.iparelan.util.beans with annotations of type Copyright
 class BeanTools
          This utility class contains JavaBeans convenience algorithms.
 interface PropertyChangeable
          The result of applying the "Extract Interface" refactoring to the portion of PropertyChangeSupport concerned with managing listeners.
 class PropertyChangeableDecorator
          Decorates a PropertyChangeable forwarding all method invocations to the wrapped instance.
 class PropertyChangeSupport
          An alternative to PropertyChangeSupport with these enhancements: It guarantees that registered listeners do not strongly refer to observed beans (see the reference to the book "Hardcore Java" in the "See Also" section below).
 interface PropertyChangeSupportFactory
          Specifies the interface for a factory of PropertyChangeSupport instances.
 interface PropertyFireable
          The result of applying the "Extract Interface" refactoring to the portion of PropertyChangeSupport concerned with firing property changes.
 class PropertyFireableDecorator
          Decorates a PropertyFireable forwarding all method invocations to the wrapped instance.
 

Uses of Copyright in com.iparelan.util.logging
 

Classes in com.iparelan.util.logging with annotations of type Copyright
 interface FactoryInterface
          Specifies the creational methods for a logging factory.
 interface Logger
          A general logger interface
 class LoggingFactory
          A factory for creating logging component objects.
 

Uses of Copyright in com.iparelan.util.logging.impl
 

Classes in com.iparelan.util.logging.impl with annotations of type Copyright
 class ConcreteFactory
          A factory plugin for creating logging objects.
 class LoggerImpl
          A Java Logging API Logger implementation.
 

Uses of Copyright in com.iparelan.util.validation
 

Classes in com.iparelan.util.validation with annotations of type Copyright
 class AbstractValidationStrategy<T>
          Provides logic common to all validation strategies.
 class NonEmptyStringValidationStrategy
          A validator that ensures a string is not empty.
 class NonNullClassValidationStrategy
          A validator that ensures a class is not null.
 class NonNullNonEmptyStringValidationStrategy
          A validator that ensures a string is neither empty nor null.
 class NonNullObjectValidationStrategy
          A validator that ensures an object is not null.
 class NonNullStringValidationStrategy
          A validator that ensures a string is not null.
 class NonNullValidationStrategy<T>
          A validator that ensures an object of some arbitrary type is not null.
 class NoValidationStrategy<T>
          A validator that does no validation.
 class RangeValidationStrategy<T extends Comparable<? super T>>
          A validator that ensures that a value of a total ordering is within some range of values.
 interface ValidationStrategy<T>
          A strategy for validating a value.
 



Copyright © 2008 Iparelan Solutions, LLC. All rights reserved.