Serialized Form


Package org.jdtaus.core.monitor

Class org.jdtaus.core.monitor.Task extends Object implements Serializable

Serialized Fields

uid

UID uid
Unique task identifier.

 

minimum

int minimum
The lower bound of the range.

 

maximum

int maximum
The upper bound of the range.

 

progress

int progress
Indicates the progress of the task.

 

indeterminate

boolean indeterminate
Flag indicating if the operations performed by the task are of unknown length.

 

Class org.jdtaus.core.monitor.TaskEvent extends EventObject implements Serializable

Serialized Fields

type

int type
Event type.

 


Package org.jdtaus.core.text

Class org.jdtaus.core.text.Message extends Object implements Serializable

Serialized Fields

uid

UID uid
Unique message identifier.

 

timestamp

long timestamp
The timestamp this message got created.

 

Class org.jdtaus.core.text.MessageEvent extends EventObject implements Serializable

Serialized Fields

message

Message message
Message causing this event.

 

type

int type
Type of the event.

 

Class org.jdtaus.core.text.Messages extends Object implements Serializable

Serialized Fields

messages

Collection messages
Value of property .

 


Package org.jdtaus.core.container

Class org.jdtaus.core.container.ContainerError extends Error implements Serializable

Class org.jdtaus.core.container.ContextError extends Error implements Serializable

Class org.jdtaus.core.container.Dependencies extends Object implements Serializable

Serialized Fields

dependencies

Dependency[] dependencies
The dependencies held by the instance.

 

names

Map names
Maps dependency names to dependencies.

 

hashCode

int hashCode
Hash code.

 

Class org.jdtaus.core.container.Dependency extends Object implements Serializable

Serialized Fields

name

String name
The name of the dependency.

 

specification

Specification specification
The specification of the dependency.

 

implementation

Implementation implementation
The implementation of the dependency.

 

properties

Properties properties
The properties of the dependency.

 

bound

boolean bound
Flag indicating if the dependency is bound to the requesting implementation.

 

Class org.jdtaus.core.container.DuplicateDependencyException extends IllegalArgumentException implements Serializable

Serialized Fields

name

String name
The name of the duplicate dependency.

 

Class org.jdtaus.core.container.DuplicateImplementationException extends IllegalArgumentException implements Serializable

Serialized Fields

identifier

String identifier
The identifier of the duplicate implementation.

 

Class org.jdtaus.core.container.DuplicateModuleException extends IllegalArgumentException implements Serializable

Serialized Fields

name

String name
The name of the duplicate module.

 

Class org.jdtaus.core.container.DuplicatePropertyException extends IllegalArgumentException implements Serializable

Serialized Fields

name

String name
The name of the duplicate property.

 

Class org.jdtaus.core.container.DuplicateSpecificationException extends IllegalArgumentException implements Serializable

Serialized Fields

identifier

String identifier
The identifier of the duplicate specification.

 

Class org.jdtaus.core.container.Implementation extends Object implements Serializable

Serialized Fields

parent

Implementation parent
The parent to inherit from.

 

moduleName

String moduleName
The name of the module holding the implementation.

 

implementedSpecifications

Specifications implementedSpecifications
The specifications the implementation implements.

 

dependencies

Dependencies dependencies
The dependencies of the implementation.

 

properties

Properties properties
The properties of the implementation.

 

identifier

String identifier
The identifier of the implementation.

 

name

String name
The name of the implementation.

 

vendor

String vendor
The vendor of the implementation.

 

version

String version
The version of the implementation.

 

Class org.jdtaus.core.container.ImplementationException extends IllegalStateException implements Serializable

Serialized Fields

implementation

Implementation implementation
The failing implementation.

 

Class org.jdtaus.core.container.Implementations extends Object implements Serializable

Serialized Fields

implementations

Implementation[] implementations
The implementations held by the instance.

 

identifiers

Map identifiers
Maps implementation identifiers to implementations.

 

hashCode

int hashCode
Hash code.

 

Class org.jdtaus.core.container.InstantiationException extends IllegalStateException implements Serializable

Serialized Fields

identifier

String identifier
The identifier of the implementation for which creating an instance failed.

 

Class org.jdtaus.core.container.MissingDependencyException extends IllegalStateException implements Serializable

Serialized Fields

identifier

String identifier
The identifier of the missing dependency.

 

Class org.jdtaus.core.container.MissingImplementationException extends IllegalStateException implements Serializable

Serialized Fields

identifier

String identifier
The identifier of the missing implementation.

 

Class org.jdtaus.core.container.MissingModuleException extends IllegalStateException implements Serializable

Serialized Fields

name

String name
The name of the missing module.

 

Class org.jdtaus.core.container.MissingPropertyException extends IllegalStateException implements Serializable

Serialized Fields

name

String name
The name of the missing property.

 

Class org.jdtaus.core.container.MissingSpecificationException extends IllegalStateException implements Serializable

Serialized Fields

identifier

String identifier
The identifier of the missing specification.

 

Class org.jdtaus.core.container.ModelError extends Error implements Serializable

Class org.jdtaus.core.container.Module extends Object implements Serializable

Serialized Fields

specifications

Specifications specifications
The specifications of the module.

 

implementations

Implementations implementations
The implementations of the module.

 

properties

Properties properties
The properties of the module.

 

description

String description
The description of the module.

 

name

String name
The name of the module.

 

version

String version
The version of the module.

 

Class org.jdtaus.core.container.Modules extends Object implements Serializable

Serialized Fields

modules

Module[] modules
The modules held by the instance.

 

specifications

Specifications specifications
The specifications of all modules.

 

implementations

Implementations implementations
The implementations of all modules.

 

names

Map names
Maps module names to modules.

 

specificationMap

Map specificationMap
Maps specification identifiers to specifications.

 

implementationMap

Map implementationMap
Maps implementation identifiers to implementations.

 

hashCode

int hashCode
Hash code.

 

Class org.jdtaus.core.container.Properties extends Object implements Serializable

Serialized Fields

properties

Property[] properties
The properties held by the instance.

 

names

Map names
Maps property names to properties.

 

hashCode

int hashCode
Hash code.

 

Class org.jdtaus.core.container.Property extends Object implements Serializable

Serialized Fields

name

String name
The name of the property.

 

type

Class type
The type of the property.

 

value

Object value
The value of the property.

 

api

boolean api
Flag indicating that the property is part of a public API.

 

Class org.jdtaus.core.container.PropertyException extends IllegalStateException implements Serializable

Serialized Fields

name

String name
The name of the invalid property.

 

value

Object value
The value of the invalid property.

 

Class org.jdtaus.core.container.Specification extends Object implements Serializable

Serialized Fields

moduleName

String moduleName
The name of the module holding the specification.

 

description

String description
The description of the specification.

 

identifier

String identifier
The identifier of the specification.

 

singleton

boolean singleton
The flag indicating that instance of the specification should be created using a singleton strategy.

 

vendor

String vendor
The vendor of the specification.

 

version

String version
The version of the specification.

 

implementations

Implementations implementations
The implementations available for the specification.

 

implementationNames

Map implementationNames
Maps implementation names to implementations.

 

Class org.jdtaus.core.container.Specifications extends Object implements Serializable

Serialized Fields

specifications

Specification[] specifications
The specifications of the collection.

 

identifiers

Map identifiers
Maps specification identifiers to specifications.

 

hashCode

int hashCode
Hash code.

 



Copyright © 2005-2007 jDTAUS. All Rights Reserved.