Serialized Form


Package nl.uva.vlet.exception

Class nl.uva.vlet.exception.AccessDeniedException extends ResourceException implements Serializable

serialVersionUID: -1997351222964662386L

Class nl.uva.vlet.exception.AttributeNotEditableException extends VlException implements Serializable

serialVersionUID: -5716888731202918685L

Class nl.uva.vlet.exception.AuthenticationException extends VlException implements Serializable

serialVersionUID: -3432982318417803312L

Class nl.uva.vlet.exception.InitializationException extends VlException implements Serializable

serialVersionUID: -4486738847955149984L

Class nl.uva.vlet.exception.InterfaceMismatchException extends VlException implements Serializable

serialVersionUID: -5643226572986844910L

Class nl.uva.vlet.exception.LinkTargetException extends VlException implements Serializable

serialVersionUID: -1997351222964662386L

Class nl.uva.vlet.exception.NotEditableException extends VlException implements Serializable

serialVersionUID: -6546720746289422778L

Class nl.uva.vlet.exception.NotImplementedException extends VlException implements Serializable

serialVersionUID: 7894288947696995846L

Class nl.uva.vlet.exception.ReadAccessDeniedException extends AccessDeniedException implements Serializable

serialVersionUID: -1997351222964662386L

Class nl.uva.vlet.exception.ResourceAlreadyExistsException extends ResourceException implements Serializable

serialVersionUID: -4749406987489027971L

Class nl.uva.vlet.exception.ResourceCreationFailedException extends ResourceException implements Serializable

serialVersionUID: -2011249376460824842L

Class nl.uva.vlet.exception.ResourceDeletionFailedException extends ResourceException implements Serializable

serialVersionUID: -5697916428807131886L

Class nl.uva.vlet.exception.ResourceException extends VlException implements Serializable

Class nl.uva.vlet.exception.ResourceNotFoundException extends ResourceException implements Serializable

serialVersionUID: -4451313345246528097L

Class nl.uva.vlet.exception.ResourceToBigException extends ResourceException implements Serializable

serialVersionUID: 4212619986099429089L

Class nl.uva.vlet.exception.ResourceTypeMismatchException extends ResourceException implements Serializable

serialVersionUID: -3699997598346607422L

Class nl.uva.vlet.exception.ResourceTypeNotSupportedException extends ResourceException implements Serializable

serialVersionUID: 5258586546115247787L

Class nl.uva.vlet.exception.ServiceTypeMismatchException extends VlException implements Serializable

serialVersionUID: -2353773667783748083L

Class nl.uva.vlet.exception.VlException extends java.lang.Exception implements Serializable

serialVersionUID: 1338724960830976888L

Serialized Fields

name

java.lang.String name
Human Readable Name of the Exception

Class nl.uva.vlet.exception.VlInterruptedException extends VlException implements Serializable

serialVersionUID: -8949394855257743405L

Class nl.uva.vlet.exception.VlIOException extends VlException implements Serializable

serialVersionUID: 857296791130965746L

Class nl.uva.vlet.exception.VlServerException extends VlException implements Serializable

serialVersionUID: -7642588247123924146L

Class nl.uva.vlet.exception.VlURISyntaxException extends VlException implements Serializable

serialVersionUID: 857296791130965746L

Class nl.uva.vlet.exception.WriteAccessDeniedException extends AccessDeniedException implements Serializable

serialVersionUID: -1331279123455086302L


Package nl.uva.vlet.util

Class nl.uva.vlet.util.VAttribute extends java.lang.Object implements Serializable

serialVersionUID: 6729623290452678587L

Serialized Fields

type

VAttribute.VAttributeType type
The type of the VAttribute


name

java.lang.String name
The name of the attribute


value

java.lang.String value
Current implementation is to store the VAttribute value as a String


editable

boolean editable
Whether attribute is editable


enumValues

java.lang.String[] enumValues
List of enum values, index enumValue determines which enum value is set


enumIndex

int enumIndex
index into enumValues[] so that: enumAvalues[enumIndex]==value


helpText

java.lang.String helpText
Optional dynamic help text


changed

boolean changed

Class nl.uva.vlet.util.VAttributeGroup extends VAttributeSet implements Serializable

serialVersionUID: -647182205081679713L

Serialized Fields

groups

java.util.Vector<E> groups
child groups


parent

VAttributeGroup parent
parent group, if contained in another VAttributeGroup

Class nl.uva.vlet.util.VAttributeSet extends java.util.Hashtable<java.lang.String,VAttribute> implements Serializable

serialVersionUID: -4407735257687000157L

Serialized Fields

name

java.lang.String name
Optional set Name


Package nl.uva.vlet.vrl

Class nl.uva.vlet.vrl.VRL extends java.lang.Object implements Serializable

serialVersionUID: -2053510137022543863L

Serialized Fields

scheme

java.lang.String scheme
Mandatory scheme (file://, srb://) part of VRL URI


userInfo

java.lang.String userInfo
Optional UserInfo


hostname

java.lang.String hostname

port

int port
Optional port number of server


path

java.lang.String path
Decoded path component of VRL: always starts with '/' end never ends with one.


query

java.lang.String query
Only set when the URI specifies it


fragment

java.lang.String fragment