A B C D E F G H I M N O P R S T W

A

addExceptionListener(ExceptionListener) - Method in interface org.jdtaus.core.lang.ExceptionEventSource
Adds an ExceptionListener to the listener list.
addMessage(Message) - Method in class org.jdtaus.core.text.Messages
Adds a message to the collection.
addMessageListener(MessageListener) - Method in interface org.jdtaus.core.text.MessageEventSource
Adds a MessageListener to the listener list.
addMessages(Messages) - Method in class org.jdtaus.core.text.Messages
Adds messages to the collection.
addMessages(Message[]) - Method in class org.jdtaus.core.text.Messages
Adds an array of messages to the collection.
addStructuredFileListener(StructuredFileListener) - Method in interface org.jdtaus.core.io.StructuredFile
Adds a StructuredFileListener to the listener list.
addTaskListener(TaskListener) - Method in interface org.jdtaus.core.monitor.TaskEventSource
Adds a TaskListener to the listener list.
Argument - Class in org.jdtaus.core.container
Argument meta-data.
Argument() - Constructor for class org.jdtaus.core.container.Argument
 
Arguments - Class in org.jdtaus.core.container
Collection of arguments.
Arguments() - Constructor for class org.jdtaus.core.container.Arguments
 
ASCENDING - Static variable in class org.jdtaus.core.monitor.Task
Comparator for sorting tasks in ascending order of creation time.
ASCENDING - Static variable in class org.jdtaus.core.text.Message
Comparator for sorting messages in ascending order of occurence.

B

blocksDeleted(long, long) - Method in interface org.jdtaus.core.io.StructuredFileListener
Gets called whenever blocks were deleted from the StructuredFile the listener is registered with.
blocksInserted(long, long) - Method in interface org.jdtaus.core.io.StructuredFileListener
Gets called whenever blocks were inserted into the StructuredFile the listener is registered with.

C

CHANGED_STATE - Static variable in class org.jdtaus.core.monitor.TaskEvent
Event constant indicating that state of a Task changed.
clear() - Method in class org.jdtaus.core.text.Messages
Removes all messages from the collection.
clone() - Method in class org.jdtaus.core.container.Argument
Creates and returns a copy of this object.
clone() - Method in class org.jdtaus.core.container.Arguments
Creates and returns a deep copy of this object.
clone() - Method in class org.jdtaus.core.container.Dependencies
Creates and returns a deep copy of this object.
clone() - Method in class org.jdtaus.core.container.Dependency
Creates and returns a copy of this object.
clone() - Method in class org.jdtaus.core.container.Implementation
Creates and returns a copy of this object.
clone() - Method in class org.jdtaus.core.container.Implementations
Creates and returns a deep copy of this object.
clone() - Method in class org.jdtaus.core.container.Message
Creates and returns a copy of this object.
clone() - Method in class org.jdtaus.core.container.Messages
Creates and returns a deep copy of this object.
clone() - Method in class org.jdtaus.core.container.Module
Creates and returns a copy of this object.
clone() - Method in class org.jdtaus.core.container.Modules
Creates and returns a deep copy of this object.
clone() - Method in class org.jdtaus.core.container.Properties
Creates and returns a deep copy of this object.
clone() - Method in class org.jdtaus.core.container.Property
Creates and returns a copy of this object.
clone() - Method in class org.jdtaus.core.container.Specification
Creates and returns a copy of this object.
clone() - Method in class org.jdtaus.core.container.Specifications
Creates and returns a deep copy of this object.
clone() - Method in class org.jdtaus.core.container.Text
Creates and returns a copy of this object.
clone() - Method in class org.jdtaus.core.monitor.Task
Creates and returns a copy of this object.
clone() - Method in class org.jdtaus.core.text.Message
Creates and returns a copy of this object.
clone() - Method in class org.jdtaus.core.text.Messages
Creates and returns a deep copy of this object.
close() - Method in interface org.jdtaus.core.io.FileOperations
Releases any system resources associated with an instance.
close() - Method in interface org.jdtaus.core.io.StructuredFile
Releases any system resources associated with an instance.
Container - Interface in org.jdtaus.core.container
Object container.
ContainerError - Error in org.jdtaus.core.container
Unrecoverable error thrown if no working Container is available in the system.
ContainerError(Throwable) - Constructor for error org.jdtaus.core.container.ContainerError
Creates a new instance of ContainerError taking a causing Throwable.
ContainerError(String) - Constructor for error org.jdtaus.core.container.ContainerError
Creates a new instance of ContainerError taking a message.
ContainerFactory - Class in org.jdtaus.core.container
Factory for the Container singleton.
ContainerFactory() - Constructor for class org.jdtaus.core.container.ContainerFactory
 
Context - Interface in org.jdtaus.core.container
Object context.
ContextError - Error in org.jdtaus.core.container
Unrecoverable error thrown if no working Context is available in the system.
ContextError(Throwable) - Constructor for error org.jdtaus.core.container.ContextError
Creates a new instance of ContextError taking a causing Throwable.
ContextError(String) - Constructor for error org.jdtaus.core.container.ContextError
Creates a new instance of ContextError taking a message.
ContextFactory - Class in org.jdtaus.core.container
Factory for the Context singleton.
ContextFactory() - Constructor for class org.jdtaus.core.container.ContextFactory
 

D

deleteBlocks(long, long) - Method in interface org.jdtaus.core.io.StructuredFile
Removes blocks.
Dependencies - Class in org.jdtaus.core.container
Collection of dependencies.
Dependencies() - Constructor for class org.jdtaus.core.container.Dependencies
 
Dependency - Class in org.jdtaus.core.container
Dependency meta-data.
Dependency() - Constructor for class org.jdtaus.core.container.Dependency
 
DependencyCycleException - Exception in org.jdtaus.core.container
Gets thrown for cyclic dependency graphs.
DependencyCycleException(Implementation, Implementation) - Constructor for exception org.jdtaus.core.container.DependencyCycleException
Creates a new DependencyCycleException taking the involved implementations.
DependencyCycleException(String, String) - Constructor for exception org.jdtaus.core.container.DependencyCycleException
Creates a new DependencyCycleException taking identifiers of the involved implementations.
DESCENDING - Static variable in class org.jdtaus.core.monitor.Task
Comparator for sorting tasks in descending order of creation time.
DESCENDING - Static variable in class org.jdtaus.core.text.Message
Comparator for sorting messages in descending order of occurence.
DuplicateArgumentException - Exception in org.jdtaus.core.container
Gets thrown for duplicate arguments.
DuplicateArgumentException(String) - Constructor for exception org.jdtaus.core.container.DuplicateArgumentException
Creates a new instance of DuplicateArgumentException taking the name of the duplicate argument.
DuplicateDependencyException - Exception in org.jdtaus.core.container
Gets thrown for duplicate dependencies.
DuplicateDependencyException(String) - Constructor for exception org.jdtaus.core.container.DuplicateDependencyException
Creates a new instance of DuplicateDependencyException taking the name of the duplicate dependency.
DuplicateImplementationException - Exception in org.jdtaus.core.container
Gets thrown for duplicate implementations.
DuplicateImplementationException(String) - Constructor for exception org.jdtaus.core.container.DuplicateImplementationException
Creates a new instance of DuplicateImplementationException taking the identifier of the duplicate implementation.
DuplicateMessageException - Exception in org.jdtaus.core.container
Gets thrown for duplicate messages.
DuplicateMessageException(String) - Constructor for exception org.jdtaus.core.container.DuplicateMessageException
Creates a new instance of DuplicateMessageException taking the name of the duplicate message.
DuplicateModuleException - Exception in org.jdtaus.core.container
Gets thrown for duplicate modules.
DuplicateModuleException(String) - Constructor for exception org.jdtaus.core.container.DuplicateModuleException
Creates a new instance of DuplicateModuleException taking the name of the duplicate module.
DuplicatePropertyException - Exception in org.jdtaus.core.container
Gets thrown for duplicate properties.
DuplicatePropertyException(String) - Constructor for exception org.jdtaus.core.container.DuplicatePropertyException
Creates a new instance of DuplicatePropertyException taking the name of the duplicate property.
DuplicateSpecificationException - Exception in org.jdtaus.core.container
Gets thrown for duplicate specifications.
DuplicateSpecificationException(String) - Constructor for exception org.jdtaus.core.container.DuplicateSpecificationException
Creates a new instance of DuplicateSpecificationException taking the identifier of the duplicate specification.

E

ENDED - Static variable in class org.jdtaus.core.monitor.TaskEvent
Event constant indicating the end of a Task.
EOF - Static variable in interface org.jdtaus.core.io.FileOperations
Constant returned by the FileOperations.read(byte[],int,int) method if the end of the file has been reached.
equals(Object) - Method in class org.jdtaus.core.container.Argument
Indicates whether some other object is equal to this one by comparing the values of all properties.
equals(Object) - Method in class org.jdtaus.core.container.Arguments
Indicates whether some other object is equal to this one by comparing the values of all properties.
equals(Object) - Method in class org.jdtaus.core.container.Dependencies
Indicates whether some other object is equal to this one by comparing the values of all properties.
equals(Object) - Method in class org.jdtaus.core.container.Dependency
Indicates whether some other object is equal to this one by comparing the values of all properties.
equals(Object) - Method in class org.jdtaus.core.container.Implementation
Indicates whether some other object is equal to this one by comparing properties identifier and version.
equals(Object) - Method in class org.jdtaus.core.container.Implementations
Indicates whether some other object is equal to this one by comparing the values of all properties.
equals(Object) - Method in class org.jdtaus.core.container.Message
Indicates whether some other object is equal to this one by comparing properties name and moduleName.
equals(Object) - Method in class org.jdtaus.core.container.Messages
Indicates whether some other object is equal to this one by comparing the values of all properties.
equals(Object) - Method in class org.jdtaus.core.container.Module
Indicates whether some other object is equal to this one by comparing properties name and version.
equals(Object) - Method in class org.jdtaus.core.container.Modules
Indicates whether some other object is equal to this one by comparing the values of all properties.
equals(Object) - Method in class org.jdtaus.core.container.Properties
Indicates whether some other object is equal to this one by comparing the values of all properties.
equals(Object) - Method in class org.jdtaus.core.container.Property
Indicates whether some other object is equal to this one by comparing the values of all properties.
equals(Object) - Method in class org.jdtaus.core.container.Specification
Indicates whether some other object is equal to this one by comparing properties identifier and version.
equals(Object) - Method in class org.jdtaus.core.container.Specifications
Indicates whether some other object is equal to this one by comparing the values of all properties.
equals(Object) - Method in class org.jdtaus.core.monitor.Task
Indicates whether some other object is equal to this one.
equals(Object) - Method in class org.jdtaus.core.text.Message
Indicates whether some other object is equal to this one.
ERROR - Static variable in class org.jdtaus.core.text.MessageEvent
Event constant for error messages.
ExceptionEvent - Class in org.jdtaus.core.lang
Event holding an exception.
ExceptionEvent(Object, Thread, Throwable) - Constructor for class org.jdtaus.core.lang.ExceptionEvent
Creates a new ExceptionEvent instance taking an exception and a corresponding thread.
ExceptionEventSource - Interface in org.jdtaus.core.lang
ExceptionEventSource is implemented by classes firing ExceptionEvents.
ExceptionListener - Interface in org.jdtaus.core.lang
Listener to be notified about ExceptionEvents.

F

FileOperations - Interface in org.jdtaus.core.io
Elementary I/O operations.

G

getAllocatedPercent() - Method in interface org.jdtaus.core.lang.Runtime
Computes the amount of allocated memory in percent.
getArgument(String) - Method in class org.jdtaus.core.container.Arguments
Gets an argument for a name.
getArgument(int) - Method in class org.jdtaus.core.container.Arguments
Gets an argument for an index.
getArguments() - Method in class org.jdtaus.core.container.Arguments
Gets the arguments of the collection.
getArguments() - Method in class org.jdtaus.core.container.Message
Gets the arguments of the message.
getAvailableBooleans() - Method in interface org.jdtaus.core.lang.Runtime
Computes the maximum number of boolean values currently being available to allocation.
getAvailableBytes() - Method in interface org.jdtaus.core.lang.Runtime
Computes the maximum number of byte values currently being available to allocation.
getAvailableChars() - Method in interface org.jdtaus.core.lang.Runtime
Computes the maximum number of char values currently being available to allocation.
getAvailableDoubles() - Method in interface org.jdtaus.core.lang.Runtime
Computes the maximum number of double values currently being available to allocation.
getAvailableFloats() - Method in interface org.jdtaus.core.lang.Runtime
Computes the maximum number of float values currently being available to allocation.
getAvailableIntegers() - Method in interface org.jdtaus.core.lang.Runtime
Computes the maximum number of integer values currently being available to allocation.
getAvailableLongs() - Method in interface org.jdtaus.core.lang.Runtime
Computes the maximum number of long values currently being available to allocation.
getAvailableShorts() - Method in interface org.jdtaus.core.lang.Runtime
Computes the maximum number of short values currently being available to allocation.
getBlockCount() - Method in interface org.jdtaus.core.io.StructuredFile
Reads the total amount of existing blocks.
getBlockSize() - Method in interface org.jdtaus.core.io.StructuredFile
Reads the length of one block in byte.
getContainer() - Static method in class org.jdtaus.core.container.ContainerFactory
Gets the Container singleton.
getContext() - Static method in class org.jdtaus.core.container.ContextFactory
Gets the Context singleton.
getDeclaredDependencies() - Method in class org.jdtaus.core.container.Implementation
Gets the declared dependencies of the implementation.
getDeclaredImplementedSpecifications() - Method in class org.jdtaus.core.container.Implementation
Gets the specifications the implementation declares to implement.
getDeclaredMessages() - Method in class org.jdtaus.core.container.Implementation
Gets the declared messages of the implementation.
getDeclaredProperties() - Method in class org.jdtaus.core.container.Dependency
Gets the declared properties of the dependency.
getDeclaredProperties() - Method in class org.jdtaus.core.container.Implementation
Gets the declared properties of the implementation.
getDependencies() - Method in class org.jdtaus.core.container.Dependencies
Gets all dependencies of the collection.
getDependencies() - Method in class org.jdtaus.core.container.Implementation
Gets the dependencies of the implementation.
getDependency(Object, String) - Method in interface org.jdtaus.core.container.Container
Gets an instance of a dependency of an object.
getDependency(String) - Method in class org.jdtaus.core.container.Dependencies
Gets a dependency for a name.
getDependency(int) - Method in class org.jdtaus.core.container.Dependencies
Gets a dependency for an index.
getDependencyName() - Method in exception org.jdtaus.core.container.PropertyOverwriteConstraintException
Gets the name of the dependency defined for the implementation identified by the value of property implementationIdentifier violating the constraint.
getDescription() - Method in class org.jdtaus.core.monitor.Task
Getter for property description.
getDocumentation() - Method in class org.jdtaus.core.container.ModelObject
Gets the documentation of the object.
getException() - Method in class org.jdtaus.core.lang.ExceptionEvent
Getter for property exception.
getExceptionListeners() - Method in interface org.jdtaus.core.lang.ExceptionEventSource
Gets all currently registered ExceptionListeners.
getExpectedType() - Method in exception org.jdtaus.core.container.IllegalDependencyTypeException
Gets the expected type of the dependency.
getExpectedType() - Method in exception org.jdtaus.core.container.IllegalPropertyTypeException
Gets the expected type of the property.
getFilePointer() - Method in interface org.jdtaus.core.io.FileOperations
Returns the current offset in the file.
getFormatArguments(Locale) - Method in class org.jdtaus.core.text.Message
Getter for property formatArguments.
getIdentifier() - Method in exception org.jdtaus.core.container.DuplicateImplementationException
Gets the identifier of the duplicate implementation.
getIdentifier() - Method in exception org.jdtaus.core.container.DuplicateSpecificationException
Gets the identifier of the duplicate specification.
getIdentifier() - Method in class org.jdtaus.core.container.Implementation
Gets the identifier of the implementation.
getIdentifier() - Method in exception org.jdtaus.core.container.InstantiationException
Gets the identifier of the implementation for which creating an instance failed.
getIdentifier() - Method in exception org.jdtaus.core.container.MissingDependencyException
Gets the identifier of the missing dependency.
getIdentifier() - Method in exception org.jdtaus.core.container.MissingImplementationException
Gets the identifier of the missing implementation.
getIdentifier() - Method in exception org.jdtaus.core.container.MissingSpecificationException
Gets the identifier of the missing specification.
getIdentifier() - Method in class org.jdtaus.core.container.Specification
Gets the identifier of the specification.
getImplementation() - Method in class org.jdtaus.core.container.Dependency
Gets the implementation of the dependency.
getImplementation() - Method in exception org.jdtaus.core.container.ImplementationException
Gets the failing implementation.
getImplementation(String) - Method in class org.jdtaus.core.container.Implementations
Gets an implementation for an identifier.
getImplementation(int) - Method in class org.jdtaus.core.container.Implementations
Gets an implementation for an index.
getImplementation(String) - Method in class org.jdtaus.core.container.Modules
Gets an implementation for an identifier.
getImplementation(String) - Method in class org.jdtaus.core.container.Specification
Gets an implementation for a name.
getImplementationIdentifier() - Method in exception org.jdtaus.core.container.IllegalDependencyTypeException
Gets the identifier of the implementation with a dependency of illegal type.
getImplementationIdentifier() - Method in exception org.jdtaus.core.container.IncompatibleImplementationException
Gets the identifier of the implementation not implementing the specification version in use.
getImplementationIdentifier() - Method in exception org.jdtaus.core.container.InheritanceConstraintException
Gets the identifier of the implementation violating the constraint.
getImplementationIdentifier() - Method in exception org.jdtaus.core.container.PropertyOverwriteConstraintException
Gets the identifier of the implementation defining a dependency violating the constraint.
getImplementations() - Method in exception org.jdtaus.core.container.DependencyCycleException
Gets the implementation introducing a cycle.
getImplementations() - Method in class org.jdtaus.core.container.Implementations
Gets all implementations of the collection.
getImplementations() - Method in class org.jdtaus.core.container.Module
Gets the implementations of the module.
getImplementations() - Method in class org.jdtaus.core.container.Modules
Gets a collection of all implementations of all modules held by the instance.
getImplementations() - Method in class org.jdtaus.core.container.Specification
Gets all available implementations of the specification.
getImplementedSpecifications() - Method in class org.jdtaus.core.container.Implementation
Gets the specifications the implementation implements.
getImplementedVersion() - Method in exception org.jdtaus.core.container.IncompatibleImplementationException
Gets the implemented version of the specification in use.
getIndex() - Method in class org.jdtaus.core.container.Argument
Gets the index of the argument.
getLength() - Method in interface org.jdtaus.core.io.FileOperations
Gets the length of the file.
getLocales() - Method in class org.jdtaus.core.container.Text
Gets all locales for which the instance holds values.
getMaximum() - Method in class org.jdtaus.core.monitor.Task
Gets the higher end of the progress value.
getMessage(Object, String, Locale, Object) - Method in interface org.jdtaus.core.container.Container
Gets an instance of a message of an object for a given locale.
getMessage(String) - Method in class org.jdtaus.core.container.Messages
Gets a message for a name.
getMessage(int) - Method in class org.jdtaus.core.container.Messages
Gets a message for an index.
getMessage(int) - Method in class org.jdtaus.core.text.Messages
Accessor to an indexed message.
getMessageListeners() - Method in interface org.jdtaus.core.text.MessageEventSource
Gets all currently registered MessageListeners.
getMessages() - Method in class org.jdtaus.core.container.Implementation
Gets the messages of the implementation.
getMessages() - Method in class org.jdtaus.core.container.Messages
Gets the messages of the collection.
getMessages() - Method in class org.jdtaus.core.container.Module
Gets the messages of the module.
getMessages() - Method in class org.jdtaus.core.text.MessageEvent
Getter for property messages.
getMessages() - Method in class org.jdtaus.core.text.Messages
Getter for property messages.
getMessages(Class) - Method in class org.jdtaus.core.text.Messages
Accessor to messages of a given type.
getMinimum() - Method in class org.jdtaus.core.monitor.Task
Gets the lower end of the progress value.
getModel() - Static method in class org.jdtaus.core.container.ModelFactory
Gets the Model singleton.
getModelVersion() - Method in class org.jdtaus.core.container.ModelObject
Gets the model version of the object.
getModule(String) - Method in class org.jdtaus.core.container.Modules
Gets a module for a name.
getModule(int) - Method in class org.jdtaus.core.container.Modules
Gets a module for an index.
getModuleName() - Method in class org.jdtaus.core.container.Implementation
Gets the name of the module holding the implementation.
getModuleName() - Method in class org.jdtaus.core.container.Message
Gets the name of the module holding the message.
getModuleName() - Method in class org.jdtaus.core.container.Specification
Gets the name of the module holding the specification.
getModules() - Method in interface org.jdtaus.core.container.Model
Gets the modules of the model.
getModules() - Method in class org.jdtaus.core.container.Modules
Gets the modules of the collection.
getMultiplicity() - Method in class org.jdtaus.core.container.Specification
Gets the implementation multiplicity of the specification.
getName() - Method in class org.jdtaus.core.container.Argument
Gets the name of the argument.
getName() - Method in class org.jdtaus.core.container.Dependency
Gets the name of the dependency.
getName() - Method in exception org.jdtaus.core.container.DuplicateArgumentException
Gets the name of the duplicate argument.
getName() - Method in exception org.jdtaus.core.container.DuplicateDependencyException
Gets the name of the duplicate dependency.
getName() - Method in exception org.jdtaus.core.container.DuplicateMessageException
Gets the name of the duplicate message.
getName() - Method in exception org.jdtaus.core.container.DuplicateModuleException
Gets the name of the duplicate module.
getName() - Method in exception org.jdtaus.core.container.DuplicatePropertyException
Gets the name of the duplicate property.
getName() - Method in exception org.jdtaus.core.container.IllegalDependencyTypeException
Gets the name of the dependency with illegal type.
getName() - Method in exception org.jdtaus.core.container.IllegalPropertyTypeException
Gets the name of the property with illegal type.
getName() - Method in class org.jdtaus.core.container.Implementation
Gets the name of the implementation.
getName() - Method in class org.jdtaus.core.container.Message
Gets the name of the message.
getName() - Method in exception org.jdtaus.core.container.MissingArgumentException
Gets the name of the missing argument.
getName() - Method in exception org.jdtaus.core.container.MissingMessageException
Gets the name of the missing message.
getName() - Method in exception org.jdtaus.core.container.MissingModuleException
Gets the name of the missing module.
getName() - Method in exception org.jdtaus.core.container.MissingPropertyException
Gets the name of the missing property.
getName() - Method in class org.jdtaus.core.container.Module
Gets the name of the module.
getName() - Method in class org.jdtaus.core.container.Property
Gets the name of the property.
getName() - Method in exception org.jdtaus.core.container.PropertyException
Gets the name of the invalid property.
getObject(Class) - Method in interface org.jdtaus.core.container.Container
Gets an instance of an implementation of a specification.
getObject(Class, String) - Method in interface org.jdtaus.core.container.Container
Gets an instance of an implementation of a specification.
getObject(String) - Method in interface org.jdtaus.core.container.Context
Gets an object from the context.
getObjectKeys() - Method in interface org.jdtaus.core.container.Context
Gets a collection containing all object keys from the context.
getParent() - Method in class org.jdtaus.core.container.Implementation
Gets the parent implementation the implementation inherits from.
getProgress() - Method in class org.jdtaus.core.monitor.Task
Gets the progress of the task.
getProgressDescription() - Method in class org.jdtaus.core.monitor.Task
Getter for property progressDescription.
getProperties() - Method in class org.jdtaus.core.container.Dependency
Gets the properties of the dependency.
getProperties() - Method in class org.jdtaus.core.container.Implementation
Gets the properties of the implementation.
getProperties() - Method in class org.jdtaus.core.container.Module
Gets the properties of the module.
getProperties() - Method in class org.jdtaus.core.container.Properties
Gets the properties of the collection.
getProperties() - Method in class org.jdtaus.core.container.Specification
Gets the properties of the specification.
getProperty(Object, String) - Method in interface org.jdtaus.core.container.Container
Gets an instance of a property of an object.
getProperty(String) - Method in class org.jdtaus.core.container.Properties
Gets a property for a name.
getProperty(int) - Method in class org.jdtaus.core.container.Properties
Gets a property for an index.
getPropertyName() - Method in exception org.jdtaus.core.container.PropertyOverwriteConstraintException
Gets the name of the property not implemented by the implementation.
getRequiredVersion() - Method in exception org.jdtaus.core.container.IncompatibleImplementationException
Gets the required version of the specification in use.
getRootCause() - Method in class org.jdtaus.core.lang.ExceptionEvent
Gets the root cause of the event's exception by traversing up the chained exception hierarchy.
getScope() - Method in class org.jdtaus.core.container.Specification
Gets the scope the specification applies to.
getSpecification() - Method in class org.jdtaus.core.container.Dependency
Gets the specification of the dependency.
getSpecification(String) - Method in class org.jdtaus.core.container.Modules
Gets a specification for an identifier.
getSpecification(String) - Method in class org.jdtaus.core.container.Specifications
Gets a specification for an identifier.
getSpecification(int) - Method in class org.jdtaus.core.container.Specifications
Gets a specification for an index.
getSpecificationIdentifier() - Method in exception org.jdtaus.core.container.IncompatibleImplementationException
Gets the identifier of the specification.
getSpecificationIdentifier() - Method in exception org.jdtaus.core.container.MultiplicityConstraintException
Gets the identifier of the specification for which the multiplicity constraint is violated.
getSpecificationIdentifier() - Method in exception org.jdtaus.core.container.PropertyOverwriteConstraintException
Gets the identifier of the specification defining a property not implemented by the implementation.
getSpecifications() - Method in class org.jdtaus.core.container.Module
Gets the specifications of the module.
getSpecifications() - Method in class org.jdtaus.core.container.Modules
Gets a collection of all specifications of all modules.
getSpecifications() - Method in class org.jdtaus.core.container.Specifications
Gets the specifications of the collection.
getSpecifiedVersion() - Method in exception org.jdtaus.core.container.IncompatibleImplementationException
Gets the version of the specification in use.
getStructuredFileListeners() - Method in interface org.jdtaus.core.io.StructuredFile
Gets all currently registered StructuredFileListeners.
getTask() - Method in class org.jdtaus.core.monitor.TaskEvent
Gets the Task producing the event.
getTaskListeners() - Method in interface org.jdtaus.core.monitor.TaskEventSource
Gets all currently registered TaskListeners.
getTemplate() - Method in class org.jdtaus.core.container.Message
Gets the template of the message.
getText(Locale) - Method in class org.jdtaus.core.text.Message
Gets the formatted message text.
getThread() - Method in class org.jdtaus.core.lang.ExceptionEvent
Getter for property thread.
getTimestamp() - Method in class org.jdtaus.core.monitor.Task
Getter for property timestamp.
getTimestamp() - Method in class org.jdtaus.core.text.Message
Getter for property timestamp.
getType() - Method in class org.jdtaus.core.container.Argument
Gets the type of the argument.
getType() - Method in exception org.jdtaus.core.container.IllegalDependencyTypeException
Gets the illegal type of the dependency.
getType() - Method in exception org.jdtaus.core.container.IllegalPropertyTypeException
Gets the illegal type of the property.
getType() - Method in class org.jdtaus.core.container.Property
Gets the type of the property.
getType() - Method in class org.jdtaus.core.monitor.TaskEvent
Getter for property type.
getType() - Method in class org.jdtaus.core.text.MessageEvent
Getter for property type.
getValue() - Method in class org.jdtaus.core.container.Property
Gets the value of the property.
getValue() - Method in exception org.jdtaus.core.container.PropertyException
Gets the value of the invalid property.
getValue() - Method in class org.jdtaus.core.container.Text
Gets the value of the text for the default language.
getValue(Locale) - Method in class org.jdtaus.core.container.Text
Gets the value of the text for a given locale.
getVendor() - Method in class org.jdtaus.core.container.Implementation
Gets the vendor of the implementation.
getVendor() - Method in class org.jdtaus.core.container.Specification
Gets the vendor of the specification.
getVersion() - Method in class org.jdtaus.core.container.Implementation
Gets the version of the implementation.
getVersion() - Method in class org.jdtaus.core.container.Module
Gets the version of the module.
getVersion() - Method in class org.jdtaus.core.container.Specification
Gets the version of the specification.

H

hashCode() - Method in class org.jdtaus.core.container.Argument
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.core.container.Arguments
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.core.container.Dependencies
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.core.container.Dependency
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.core.container.Implementation
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.core.container.Implementations
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.core.container.Message
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.core.container.Messages
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.core.container.Module
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.core.container.Modules
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.core.container.Properties
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.core.container.Property
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.core.container.Specification
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.core.container.Specifications
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.core.monitor.Task
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.core.text.Message
Returns a hash code value for this object.

I

IllegalDependencyTypeException - Exception in org.jdtaus.core.container
Gets thrown for type collisions of inherited dependencies.
IllegalDependencyTypeException(String, String, String, String) - Constructor for exception org.jdtaus.core.container.IllegalDependencyTypeException
Creates a new instance of IllegalDependencyTypeException taking information about the dependency with illegal type.
IllegalPropertyTypeException - Exception in org.jdtaus.core.container
Gets thrown for type collisions of inherited properties, implemented properties, or dependency properties.
IllegalPropertyTypeException(String, Class, Class) - Constructor for exception org.jdtaus.core.container.IllegalPropertyTypeException
Creates a new instance of IllegalPropertyTypeException taking a property name and the illegal type.
Implementation - Class in org.jdtaus.core.container
Implementation meta-data.
Implementation() - Constructor for class org.jdtaus.core.container.Implementation
 
ImplementationException - Exception in org.jdtaus.core.container
Gets thrown when an implementation fails to operate.
ImplementationException(Implementation) - Constructor for exception org.jdtaus.core.container.ImplementationException
Creates a new instance of ImplementationException taking meta-data of the failing implementation.
ImplementationException(Implementation, Throwable) - Constructor for exception org.jdtaus.core.container.ImplementationException
Creates a new instance of ImplementationException taking a causing Throwable.
ImplementationException(Implementation, String) - Constructor for exception org.jdtaus.core.container.ImplementationException
Creates a new instance of ImplementationException taking a message.
Implementations - Class in org.jdtaus.core.container
Collection of implementations.
Implementations() - Constructor for class org.jdtaus.core.container.Implementations
 
IncompatibleImplementationException - Exception in org.jdtaus.core.container
Gets thrown for implementation incompatibilities.
IncompatibleImplementationException(String, String, String, String, String) - Constructor for exception org.jdtaus.core.container.IncompatibleImplementationException
Creates a new IncompatibleImplementationException instance taking the implementation not implementing the specification version in use or depending on a specification version incompatible to the version in use.
INFORMATION - Static variable in class org.jdtaus.core.text.MessageEvent
Event constant for information messages.
InheritanceConstraintException - Exception in org.jdtaus.core.container
Gets thrown for inheritance constraint violations.
InheritanceConstraintException(String) - Constructor for exception org.jdtaus.core.container.InheritanceConstraintException
Creates a new InheritanceConstraintException instance taking the identifier of the implementation violating the constraint.
insertBlocks(long, long) - Method in interface org.jdtaus.core.io.StructuredFile
Inserts new blocks.
InstantiationException - Exception in org.jdtaus.core.container
Gets thrown when creating an instance of an implementation fails.
InstantiationException(String, Throwable) - Constructor for exception org.jdtaus.core.container.InstantiationException
Creates a new InstantiationException instance.
isApi() - Method in class org.jdtaus.core.container.Property
Gets the flag indicating if the property is part of a public API.
isBound() - Method in class org.jdtaus.core.container.Dependency
Gets the flag indicating if the dependency is bound to a requesting implementation.
isCancelable() - Method in class org.jdtaus.core.monitor.Task
Flag indicating that the task supports property cancelled.
isCancelled() - Method in class org.jdtaus.core.monitor.Task
Flag indicating that the task is cancelled.
isFinal() - Method in class org.jdtaus.core.container.Implementation
Gets a flag indicating if the implementation is a final node in an inheritance hierarchy.
isIndeterminate() - Method in class org.jdtaus.core.monitor.Task
Flag indicating if the task supports properties minimum, maximum and progress.
isStateless() - Method in class org.jdtaus.core.container.Specification
Gets the flag indicating if state need not be retained across method invocations for implementations to operate as specified.

M

Message - Class in org.jdtaus.core.container
Message meta-data.
Message() - Constructor for class org.jdtaus.core.container.Message
 
Message - Class in org.jdtaus.core.text
Application message.
Message() - Constructor for class org.jdtaus.core.text.Message
Creates a new Message instance.
MessageEvent - Class in org.jdtaus.core.text
Event holding messages.
MessageEvent(Object, Message, int) - Constructor for class org.jdtaus.core.text.MessageEvent
Creates a new MessageEvent instance taking a single message.
MessageEvent(Object, Message[], int) - Constructor for class org.jdtaus.core.text.MessageEvent
Creates a new MessageEvent instance taking multiple messages.
MessageEventSource - Interface in org.jdtaus.core.text
MessageEventSource is implemented by classes firing MessageEvents.
MessageListener - Interface in org.jdtaus.core.text
Listener to be notified about MessageEvents.
Messages - Class in org.jdtaus.core.container
Collection of messages.
Messages() - Constructor for class org.jdtaus.core.container.Messages
 
Messages - Class in org.jdtaus.core.text
Collection of messages.
Messages() - Constructor for class org.jdtaus.core.text.Messages
 
MissingArgumentException - Exception in org.jdtaus.core.container
Gets thrown when argument meta-data is missing.
MissingArgumentException(String) - Constructor for exception org.jdtaus.core.container.MissingArgumentException
Creates a new instance of MissingArgumentException taking the name of the missing argument.
MissingDependencyException - Exception in org.jdtaus.core.container
Gets thrown when dependency meta-data is missing.
MissingDependencyException(String) - Constructor for exception org.jdtaus.core.container.MissingDependencyException
Creates a new instance of MissingDependencyException taking the identifier of the missing dependency.
MissingImplementationException - Exception in org.jdtaus.core.container
Gets thrown when implementation meta-data is missing.
MissingImplementationException(String) - Constructor for exception org.jdtaus.core.container.MissingImplementationException
Creates a new instance of MissingImplementationException taking the identifier of the missing implementation.
MissingMessageException - Exception in org.jdtaus.core.container
Gets thrown when message meta-data is missing.
MissingMessageException(String) - Constructor for exception org.jdtaus.core.container.MissingMessageException
Creates a new instance of MissingMessageException taking the name of the missing message.
MissingModuleException - Exception in org.jdtaus.core.container
Gets thrown when module meta-data is missing.
MissingModuleException(String) - Constructor for exception org.jdtaus.core.container.MissingModuleException
Creates a new instance of MissingModuleException taking the name of the missing module.
MissingPropertyException - Exception in org.jdtaus.core.container
Gets thrown when property meta-data is missing.
MissingPropertyException(String) - Constructor for exception org.jdtaus.core.container.MissingPropertyException
Creates a new instance of MissingPropertyException taking the name of the missing property.
MissingSpecificationException - Exception in org.jdtaus.core.container
Gets thrown when specification meta-data is missing.
MissingSpecificationException(String) - Constructor for exception org.jdtaus.core.container.MissingSpecificationException
Creates a new instance of MissingSpecificationException taking the identifier of the missing specification.
Model - Interface in org.jdtaus.core.container
Object management and configuration model.
ModelError - Error in org.jdtaus.core.container
Unrecoverable error thrown if no working Model is available in the system.
ModelError(Throwable) - Constructor for error org.jdtaus.core.container.ModelError
Creates a new instance of ModelError taking a causing Throwable.
ModelError(String) - Constructor for error org.jdtaus.core.container.ModelError
Creates a new instance of ModelError taking a message.
ModelFactory - Class in org.jdtaus.core.container
Factory for the Model singleton.
ModelFactory() - Constructor for class org.jdtaus.core.container.ModelFactory
 
ModelObject - Class in org.jdtaus.core.container
Base model object.
ModelObject() - Constructor for class org.jdtaus.core.container.ModelObject
 
Module - Class in org.jdtaus.core.container
Module meta-data.
Module() - Constructor for class org.jdtaus.core.container.Module
 
Modules - Class in org.jdtaus.core.container
Collection of modules.
Modules() - Constructor for class org.jdtaus.core.container.Modules
 
MULTIPLICITY_MANY - Static variable in class org.jdtaus.core.container.Specification
Constant for property multiplicity.
MULTIPLICITY_ONE - Static variable in class org.jdtaus.core.container.Specification
Constant for property multiplicity.
MultiplicityConstraintException - Exception in org.jdtaus.core.container
Gets thrown for multiplicity constraint violations.
MultiplicityConstraintException(String) - Constructor for exception org.jdtaus.core.container.MultiplicityConstraintException
Creates a new MultiplicityConstraintException taking the identifier of the specification for which the multiplicity constraint is violated.

N

newContainer() - Static method in class org.jdtaus.core.container.ContainerFactory
Creates a new instance of the Container singleton implementation.
newContext() - Static method in class org.jdtaus.core.container.ContextFactory
Creates a new instance of the configured Context implementation.
newModel() - Static method in class org.jdtaus.core.container.ModelFactory
Creates a new instance of the configured Model implementation.
NOTIFICATION - Static variable in class org.jdtaus.core.text.MessageEvent
Event constant for notification messages.

O

onException(ExceptionEvent) - Method in interface org.jdtaus.core.lang.ExceptionListener
Called when an exception occured.
onMessage(MessageEvent) - Method in interface org.jdtaus.core.text.MessageListener
Called when a message is available.
onTaskEvent(TaskEvent) - Method in interface org.jdtaus.core.monitor.TaskListener
Called for events produced by Tasks.
org.jdtaus.core.container - package org.jdtaus.core.container
Object management and configuration.
org.jdtaus.core.io - package org.jdtaus.core.io
System input and output.
org.jdtaus.core.lang - package org.jdtaus.core.lang
Runtime environment.
org.jdtaus.core.monitor - package org.jdtaus.core.monitor
Task monitoring.
org.jdtaus.core.text - package org.jdtaus.core.text
Internationalization and localization.

P

Properties - Class in org.jdtaus.core.container
Collection of properties.
Properties() - Constructor for class org.jdtaus.core.container.Properties
 
Property - Class in org.jdtaus.core.container
Property meta-data.
Property() - Constructor for class org.jdtaus.core.container.Property
 
PropertyException - Exception in org.jdtaus.core.container
Gets thrown for illegal property values.
PropertyException(String, Object) - Constructor for exception org.jdtaus.core.container.PropertyException
Creates a new instance of PropertyException taking a property name and the invalid value.
PropertyException(String, Object, Throwable) - Constructor for exception org.jdtaus.core.container.PropertyException
Creates a new instance of PropertyException taking a property name, the invalid value and a causing throwable.
PropertyOverwriteConstraintException - Exception in org.jdtaus.core.container
Gets thrown for property overwrite constraint violations.
PropertyOverwriteConstraintException(String, String) - Constructor for exception org.jdtaus.core.container.PropertyOverwriteConstraintException
Creates a new PropertyOverwriteConstraintException instance taking the identifier of an implementation defining a dependency providing property values although the specification does not apply to the multiton scope.
PropertyOverwriteConstraintException(String, String, String) - Constructor for exception org.jdtaus.core.container.PropertyOverwriteConstraintException
Creates a new PropertyOverwriteConstraintException instance taking the identifier of an implementation not implementing a specification property together with information regarding the unimplemented property.

R

read(byte[], int, int) - Method in interface org.jdtaus.core.io.FileOperations
Reads up to len bytes of data from the file into an array of bytes.
read(OutputStream) - Method in interface org.jdtaus.core.io.FileOperations
Reads all data from the file to some OutputStream.
readBlock(long, int, byte[]) - Method in interface org.jdtaus.core.io.StructuredFile
Reads buf.length byte starting at position off in block.
readBlock(long, int, byte[], int, int) - Method in interface org.jdtaus.core.io.StructuredFile
Reads length byte starting at position off in block into buf starting at index inclusive.
removeExceptionListener(ExceptionListener) - Method in interface org.jdtaus.core.lang.ExceptionEventSource
Removes a ExceptionListener from the listener list.
removeMessage(Message) - Method in class org.jdtaus.core.text.Messages
Removes a message from the collection.
removeMessageListener(MessageListener) - Method in interface org.jdtaus.core.text.MessageEventSource
Removes a MessageListener from the listener list.
removeMessages(Messages) - Method in class org.jdtaus.core.text.Messages
Removes messages from the collection.
removeMessages(Class) - Method in class org.jdtaus.core.text.Messages
Removes messages of a given type.
removeObject(String) - Method in interface org.jdtaus.core.container.Context
Removes an object from the context.
removeStructuredFileListener(StructuredFileListener) - Method in interface org.jdtaus.core.io.StructuredFile
Removes a StructuredFileListener from the listener list.
removeTaskListener(TaskListener) - Method in interface org.jdtaus.core.monitor.TaskEventSource
Removes a TaskListener from the listener list.
Runtime - Interface in org.jdtaus.core.lang
Implementation runtime.

S

SCOPE_CONTEXT - Static variable in class org.jdtaus.core.container.Specification
Constant for property scope.
SCOPE_MULTITON - Static variable in class org.jdtaus.core.container.Specification
Constant for property scope.
SCOPE_SINGLETON - Static variable in class org.jdtaus.core.container.Specification
Constant for property scope.
setApi(boolean) - Method in class org.jdtaus.core.container.Property
Setter for property api.
setArguments(Argument[]) - Method in class org.jdtaus.core.container.Arguments
Setter for property arguments.
setArguments(Arguments) - Method in class org.jdtaus.core.container.Message
Setter for property arguments.
setBound(boolean) - Method in class org.jdtaus.core.container.Dependency
Setter for property bound.
setCancelled(boolean) - Method in class org.jdtaus.core.monitor.Task
Setter for property cancelled.
setDependencies(Dependency[]) - Method in class org.jdtaus.core.container.Dependencies
Setter for property dependencies.
setDependencies(Dependencies) - Method in class org.jdtaus.core.container.Implementation
Setter for property dependencies.
setDocumentation(Text) - Method in class org.jdtaus.core.container.ModelObject
Setter for property documentation.
setFilePointer(long) - Method in interface org.jdtaus.core.io.FileOperations
Sets the file-pointer offset, measured from the beginning of the file, at which the next read or write occurs.
setFinal(boolean) - Method in class org.jdtaus.core.container.Implementation
Setter for property final.
setIdentifier(String) - Method in class org.jdtaus.core.container.Implementation
Setter for property identifier.
setIdentifier(String) - Method in class org.jdtaus.core.container.Specification
Setter for property identifier.
setImplementation(Implementation) - Method in class org.jdtaus.core.container.Dependency
Setter for property implementation.
setImplementations(Implementation[]) - Method in class org.jdtaus.core.container.Implementations
Setter for property implementations.
setImplementations(Implementations) - Method in class org.jdtaus.core.container.Module
Setter for property implementations.
setImplementations(Implementations) - Method in class org.jdtaus.core.container.Specification
Setter for property implementations.
setImplementedSpecifications(Specifications) - Method in class org.jdtaus.core.container.Implementation
Setter for property implementedSpecifications.
setIndex(int) - Method in class org.jdtaus.core.container.Argument
Setter for property index.
setLength(long) - Method in interface org.jdtaus.core.io.FileOperations
Sets the length of the file.
setMessages(Messages) - Method in class org.jdtaus.core.container.Implementation
Setter for property messages.
setMessages(Message[]) - Method in class org.jdtaus.core.container.Messages
Setter for property messages.
setMessages(Messages) - Method in class org.jdtaus.core.container.Module
Setter for property messages.
setModelVersion(String) - Method in class org.jdtaus.core.container.ModelObject
Setter for property modelVersion.
setModuleName(String) - Method in class org.jdtaus.core.container.Implementation
Setter for property moduleName.
setModuleName(String) - Method in class org.jdtaus.core.container.Message
Setter for property moduleName.
setModuleName(String) - Method in class org.jdtaus.core.container.Specification
Setter for property moduleName.
setModules(Module[]) - Method in class org.jdtaus.core.container.Modules
Setter for property modules.
setMultiplicity(int) - Method in class org.jdtaus.core.container.Specification
Setter for property multiplicity.
setName(String) - Method in class org.jdtaus.core.container.Argument
Setter for property name.
setName(String) - Method in class org.jdtaus.core.container.Dependency
Setter for property name.
setName(String) - Method in class org.jdtaus.core.container.Implementation
Setter for property name.
setName(String) - Method in class org.jdtaus.core.container.Message
Setter for property name.
setName(String) - Method in class org.jdtaus.core.container.Module
Setter for property name.
setName(String) - Method in class org.jdtaus.core.container.Property
Setter for property name.
setObject(String, Object) - Method in interface org.jdtaus.core.container.Context
Sets an object in the context.
setParent(Implementation) - Method in class org.jdtaus.core.container.Implementation
Setter for property parent.
setProperties(Properties) - Method in class org.jdtaus.core.container.Dependency
Setter for property properties.
setProperties(Properties) - Method in class org.jdtaus.core.container.Implementation
Setter for property properties.
setProperties(Properties) - Method in class org.jdtaus.core.container.Module
Setter for property properties.
setProperties(Property[]) - Method in class org.jdtaus.core.container.Properties
Setter for property properties.
setProperties(Properties) - Method in class org.jdtaus.core.container.Specification
Setter for property properties.
setProperty(Property) - Method in class org.jdtaus.core.container.Properties
Setter for a named property from property properties.
setScope(int) - Method in class org.jdtaus.core.container.Specification
Setter for property scope.
setSpecification(Specification) - Method in class org.jdtaus.core.container.Dependency
Setter for property specification.
setSpecifications(Specifications) - Method in class org.jdtaus.core.container.Module
Setter for property specifications.
setSpecifications(Specification[]) - Method in class org.jdtaus.core.container.Specifications
Setter for property specifications.
setStateless(boolean) - Method in class org.jdtaus.core.container.Specification
Setter for property stateless.
setTemplate(Text) - Method in class org.jdtaus.core.container.Message
Setter for property template.
setType(int) - Method in class org.jdtaus.core.container.Argument
Setter for property type.
setType(Class) - Method in class org.jdtaus.core.container.Property
Setter for property type.
setValue(Object) - Method in class org.jdtaus.core.container.Property
Setter for property value.
setValue(String) - Method in class org.jdtaus.core.container.Text
Setter for property value.
setValue(Locale, String) - Method in class org.jdtaus.core.container.Text
Setter for property value for a given locale.
setVendor(String) - Method in class org.jdtaus.core.container.Implementation
Setter for property name.
setVendor(String) - Method in class org.jdtaus.core.container.Specification
Setter for property vendor.
setVersion(String) - Method in class org.jdtaus.core.container.Implementation
Setter for property version.
setVersion(String) - Method in class org.jdtaus.core.container.Module
Setter for property version.
setVersion(String) - Method in class org.jdtaus.core.container.Specification
Setter for property version.
size() - Method in class org.jdtaus.core.container.Arguments
Gets the number of arguments held by the instance.
size() - Method in class org.jdtaus.core.container.Dependencies
Gets the number of dependencies held by the instance.
size() - Method in class org.jdtaus.core.container.Implementations
Gets the number of implementations held by the instance.
size() - Method in class org.jdtaus.core.container.Messages
Gets the number of messages held by the instance.
size() - Method in class org.jdtaus.core.container.Modules
Gets the number of modules held by the instance.
size() - Method in class org.jdtaus.core.container.Properties
Gets the number of properties held by the instance.
size() - Method in class org.jdtaus.core.container.Specifications
Gets the number of specifications held by the instance.
size() - Method in class org.jdtaus.core.text.Messages
Getter for property size.
Specification - Class in org.jdtaus.core.container
Specification meta-data.
Specification() - Constructor for class org.jdtaus.core.container.Specification
 
Specifications - Class in org.jdtaus.core.container
Collection of specifications.
Specifications() - Constructor for class org.jdtaus.core.container.Specifications
 
STARTED - Static variable in class org.jdtaus.core.monitor.TaskEvent
Event constant indicating the start of a Task.
StructuredFile - Interface in org.jdtaus.core.io
Block oriented I/O operations.
StructuredFileListener - Interface in org.jdtaus.core.io
Listener for structural changes of StructuredFiles.

T

Task - Class in org.jdtaus.core.monitor
A task of execution.
Task() - Constructor for class org.jdtaus.core.monitor.Task
Creates a new Task instance.
TaskEvent - Class in org.jdtaus.core.monitor
Event produced by a Task.
TaskEvent(Task, int) - Constructor for class org.jdtaus.core.monitor.TaskEvent
Creates a new instance of TaskEvent.
TaskEventSource - Interface in org.jdtaus.core.monitor
TaskEventSource is implemented by classes firing TaskEvents.
TaskListener - Interface in org.jdtaus.core.monitor
Listener to be notified about TaskEvents.
Text - Class in org.jdtaus.core.container
Localized text.
Text() - Constructor for class org.jdtaus.core.container.Text
 
toString() - Method in class org.jdtaus.core.container.Argument
Returns a string representation of the object.
toString() - Method in class org.jdtaus.core.container.Arguments
Returns a string representation of the object.
toString() - Method in class org.jdtaus.core.container.Dependencies
Returns a string representation of the object.
toString() - Method in class org.jdtaus.core.container.Dependency
Returns a string representation of the object.
toString() - Method in class org.jdtaus.core.container.Implementation
Returns a string representation of the object.
toString() - Method in class org.jdtaus.core.container.Implementations
Returns a string representation of the object.
toString() - Method in class org.jdtaus.core.container.Message
Returns a string representation of the object.
toString() - Method in class org.jdtaus.core.container.Messages
Returns a string representation of the object.
toString() - Method in class org.jdtaus.core.container.Module
Returns a string representation of the object.
toString() - Method in class org.jdtaus.core.container.Modules
Returns a string representation of the object.
toString() - Method in class org.jdtaus.core.container.Properties
Returns a string representation of the object.
toString() - Method in class org.jdtaus.core.container.Property
Returns a string representation of the object.
toString() - Method in class org.jdtaus.core.container.Specification
Returns a string representation of the object.
toString() - Method in class org.jdtaus.core.container.Specifications
Returns a string representation of the object.
toString() - Method in class org.jdtaus.core.container.Text
Returns a string representation of the object.
toString() - Method in class org.jdtaus.core.lang.ExceptionEvent
Returns a string representation of the object.
toString() - Method in class org.jdtaus.core.monitor.Task
Returns a string representation of the object.
toString() - Method in class org.jdtaus.core.monitor.TaskEvent
Returns a string representation of the object.
toString() - Method in class org.jdtaus.core.text.Message
Returns a string representation of the object.
toString() - Method in class org.jdtaus.core.text.MessageEvent
Returns a string representation of the object.
TYPE_DATE - Static variable in class org.jdtaus.core.container.Argument
Constant for property type.
TYPE_NUMBER - Static variable in class org.jdtaus.core.container.Argument
Constant for property type.
TYPE_TEXT - Static variable in class org.jdtaus.core.container.Argument
Constant for property type.
TYPE_TIME - Static variable in class org.jdtaus.core.container.Argument
Constant for property type.

W

WARNING - Static variable in class org.jdtaus.core.text.MessageEvent
Event constant for warning messages.
write(byte[], int, int) - Method in interface org.jdtaus.core.io.FileOperations
Writes len bytes from the specified byte array starting at offset off to the file.
write(InputStream) - Method in interface org.jdtaus.core.io.FileOperations
Writes all data available from some InputStream.
writeBlock(long, int, byte[]) - Method in interface org.jdtaus.core.io.StructuredFile
Writes buf.length byte from buf into block starting at off inclusive.
writeBlock(long, int, byte[], int, int) - Method in interface org.jdtaus.core.io.StructuredFile
Writes length byte from buf starting at index inclusive into block starting at off inclusive.

A B C D E F G H I M N O P R S T W

Copyright © 2005-2009 jDTAUS. All Rights Reserved.