Serialized Form


Package de.smartics.properties.resource.app

Package de.smartics.properties.resource.domain

Class de.smartics.properties.resource.domain.ArtifactId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

groupId

String groupId
The group the artifact belongs to.

 

name

String name
The name of the artifact.

 

version

String version
The version of the artifact.

 

archiveType

String archiveType
The artifact type that is expressed by the artifact's file name extension.

 

classifier

String classifier
The classifier to the artifact. May be null.

 

Class de.smartics.properties.resource.domain.ArtifactRef extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

ArtifactId id
The unique identifier of the artifact.

 

url

URL url
The reference to the physical artifact.

 

Class de.smartics.properties.resource.domain.ClassPathEnvironment extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

index

Map<K,V> index
The map of artifact IDs (GAV concatenated and separated by colons) to the artifact references.


artifactRefs

List<E> artifactRefs
The list of artifact references found on this class path.

 

Class de.smartics.properties.resource.domain.ResourceException extends de.smartics.properties.api.core.app.PropertyRootException implements Serializable

serialVersionUID: 1L


Package de.smartics.properties.resource.heap

Class de.smartics.properties.resource.heap.HeapException extends ResourceException implements Serializable

serialVersionUID: 2L


Package de.smartics.properties.resource.repository

Class de.smartics.properties.resource.repository.RepositoryException extends ResourceException implements Serializable

serialVersionUID: 2L


Package de.smartics.properties.resource.util

Class de.smartics.properties.resource.util.TypeProblemMessageBean extends de.smartics.properties.api.core.app.AbstractBaseMessageBean implements Serializable

serialVersionUID: 1L

Serialized Fields

type

de.smartics.properties.resource.util.TypeProblemMessageBean.OgnlInterfaceFix type
The type that is the cause of the problem.

 

duplicates

List<E> duplicates
The list of duplicates implementations of the same type.

 

errors

List<E> errors
The list of errors encountered while trying to instantiate a service type.

 



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.