Serialized Form


Package org.andromda.core

Class org.andromda.core.ModelValidationException extends RuntimeException implements Serializable


Package org.andromda.core.metafacade

Class org.andromda.core.metafacade.MetafacadeException extends RuntimeException implements Serializable

Class org.andromda.core.metafacade.MetafacadeFactoryException extends RuntimeException implements Serializable

Class org.andromda.core.metafacade.MetafacadeImplsException extends RuntimeException implements Serializable

Class org.andromda.core.metafacade.MetafacadeMappingsException extends RuntimeException implements Serializable

Class org.andromda.core.metafacade.ModelValidationMessage extends Object implements Serializable

Serialized Fields

name

String name
Stores the actual name of the constraint (if there is one).


message

String message
Stores the actual message text.


metafacade

MetafacadeBase metafacade
Stores the actual metafacade to which this validation message applies.


metafacadeName

String metafacadeName
Stores the metafacade name which is only constructed the very first time.


metafacadeClass

Class metafacadeClass
Stores the metafacade class displayed within the message, this is only retrieved the very first time.


Package org.andromda.core.common

Class org.andromda.core.common.ClassUtilsException extends RuntimeException implements Serializable

Class org.andromda.core.common.ComponentContainerException extends RuntimeException implements Serializable

Class org.andromda.core.common.IntrospectorException extends RuntimeException implements Serializable

Class org.andromda.core.common.MergerException extends RuntimeException implements Serializable

Class org.andromda.core.common.PluginException extends RuntimeException implements Serializable

Class org.andromda.core.common.ResourceFinderException extends RuntimeException implements Serializable

Class org.andromda.core.common.TemplateObjectException extends RuntimeException implements Serializable

Class org.andromda.core.common.XmlObjectFactoryException extends RuntimeException implements Serializable


Package org.andromda.core.translation

Class org.andromda.core.translation.ExpressionException extends RuntimeException implements Serializable

Class org.andromda.core.translation.TranslatorException extends RuntimeException implements Serializable


Package org.andromda.core.translation.library

Class org.andromda.core.translation.library.LibraryException extends RuntimeException implements Serializable


Package org.andromda.core.cartridge

Class org.andromda.core.cartridge.CartridgeException extends RuntimeException implements Serializable


Package org.andromda.core.cartridge.template

Class org.andromda.core.cartridge.template.TemplateException extends RuntimeException implements Serializable


Package org.andromda.core.configuration

Class org.andromda.core.configuration.Configuration extends Object implements Serializable

Serialized Fields

repositories

Collection repositories
Stores the repositories for this Configuration instance.


namespaces

Collection namespaces
Stores the configuration namespaces.


properties

Collection properties
Stores the properties for this configuration (these gobally configure AndroMDA).


server

Server server
Stores the AndroMDA server configuration information.


mappingsSearchLocations

Collection mappingsSearchLocations
The locations in which to search for mappings.


contents

String contents
Stores the contents of the configuration as a string.

Class org.andromda.core.configuration.ConfigurationException extends RuntimeException implements Serializable

Class org.andromda.core.configuration.Filter extends Object implements Serializable

Serialized Fields

value

String value

apply

boolean apply
The flag indicating whether or not this filter should be applied.

Class org.andromda.core.configuration.Filters extends Object implements Serializable

Serialized Fields

applyAll

boolean applyAll
The flag indicating whether or not all filter should be applied.


filters

Collection filters
Stores the filters as they're added.

Class org.andromda.core.configuration.Location extends Object implements Serializable

Serialized Fields

path

String path
The path of the location.


patterns

String patterns
The patterns (a comma seperated list) to include in the path search

Class org.andromda.core.configuration.Model extends Object implements Serializable

Serialized Fields

lastModifiedCheck

boolean lastModifiedCheck
Stores whether or not a last modified check should be performed.


packages

Filters packages
Stores the informationj about what packages should and shouldn't be processed.


constraints

Filters constraints
Stores the informationj about what constraints should and shouldn't be enforced.


uris

List uris
The URL to the model.


urisAsStrings

String[] urisAsStrings
Caches the urisAsStrings value (so we don't need to do the conversion more than once).


transformations

Collection transformations
Stores the transformations for this Configuration instance.


moduleSearchLocations

Collection moduleSearchLocations
The locations in which to search for module.


type

String type
The type of model (i.e. uml-1.4, uml-2.0, etc).


moduleSearchLocationPaths

String[] moduleSearchLocationPaths
Stores the path for each module search location in this configuration.


moduleSearchLocationResources

URL[] moduleSearchLocationResources
Stores all resources including all resources found within the module search locations as well as a resource for the Model.getUris().


key

String key
The unique key that identifies this model.


repository

Repository repository
The repository to which this model belongs.

Class org.andromda.core.configuration.Namespace extends Object implements Serializable

Serialized Fields

name

String name
The namespace name.


properties

Map properties
Stores the collected properties

Class org.andromda.core.configuration.Namespaces extends Object implements Serializable

Serialized Fields

namespaces

Map namespaces
Stores all namespaces.


registries

Map registries
Stores the namespace registries

Class org.andromda.core.configuration.NamespacesException extends RuntimeException implements Serializable

Class org.andromda.core.configuration.Property extends Object implements Serializable

Serialized Fields

name

String name
The property name.


value

String value
The property value.


ignore

boolean ignore
Stores whether or not this property should be ignored.

Class org.andromda.core.configuration.Repository extends Object implements Serializable

Serialized Fields

name

String name
Stores the unique name of this repository.


models

Collection models
The models loaded by this repository.

Class org.andromda.core.configuration.Server extends Object implements Serializable

Serialized Fields

port

int port
Stores the port the server should be run on.


host

String host
The host the server is running on.


loadInterval

int loadInterval
The interval at which the server loads model(s) (if a load is required).


maximumFailedLoadAttempts

int maximumFailedLoadAttempts
The maximum number of failed model load attempts that can occur before we fail.

Class org.andromda.core.configuration.Transformation extends Object implements Serializable

Serialized Fields

uri

String uri
The URL location of the transformation.


outputLocation

String outputLocation
Stores the optional output location.


Package org.andromda.core.namespace

Class org.andromda.core.namespace.NamespaceComponentsException extends RuntimeException implements Serializable


Package org.andromda.core.transformation

Class org.andromda.core.transformation.XslTransformerException extends RuntimeException implements Serializable


Package org.andromda.core.server

Class org.andromda.core.server.ClientException extends RuntimeException implements Serializable

Class org.andromda.core.server.ServerException extends RuntimeException implements Serializable


Package org.andromda.core.mapping

Class org.andromda.core.mapping.MappingsException extends RuntimeException implements Serializable


Package org.andromda.core.engine

Class org.andromda.core.engine.ModelProcessorException extends RuntimeException implements Serializable


Package org.andromda.core.templateengine

Class org.andromda.core.templateengine.TemplateEngineException extends RuntimeException implements Serializable


Package org.andromda.core.profile

Class org.andromda.core.profile.ProfileException extends RuntimeException implements Serializable


Package org.andromda.core.repository

Class org.andromda.core.repository.RepositoryException extends RuntimeException implements Serializable

Class org.andromda.core.repository.RepositoryFacadeException extends RuntimeException implements Serializable



Copyright © 2003-2006 The AndroMDA Team. All Rights Reserved.