- 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.
- maximum - Variable in class org.jdtaus.core.monitor.Task
-
The upper bound of the range.
- Message - Class in org.jdtaus.core.container
-
Message meta-data.
- Message() - Constructor for class org.jdtaus.core.container.Message
-
Creates a new Message instance.
- 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
-
Creates a new Messages instance.
- Messages - Class in org.jdtaus.core.text
-
Collection of messages.
- Messages() - Constructor for class org.jdtaus.core.text.Messages
-
Creates a new Messages instance.
- minimum - Variable in class org.jdtaus.core.monitor.Task
-
The lower bound of the range.
- 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
-
Creates a new ModelObject instance.
- Module - Class in org.jdtaus.core.container
-
Module meta-data.
- Module() - Constructor for class org.jdtaus.core.container.Module
-
Creates a new Module instance.
- Modules - Class in org.jdtaus.core.container
-
Collection of modules.
- Modules() - Constructor for class org.jdtaus.core.container.Modules
-
Creates a new Modules instance.
- 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.
- 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
-
Creates a new Specification instance.
- Specifications - Class in org.jdtaus.core.container
-
Collection of specifications.
- Specifications() - Constructor for class org.jdtaus.core.container.Specifications
-
Creates a new Specifications instance.
- 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.