Serialized Form
-
Package net.thevpc.common.prs
-
Class net.thevpc.common.prs.Version
class Version extends Object implements Serializable-
Serialized Fields
-
value
String value
-
-
-
-
Package net.thevpc.common.prs.artset
-
Exception Class net.thevpc.common.prs.artset.InvalidArtSetException
class InvalidArtSetException extends RuntimeException implements Serializable
-
-
Package net.thevpc.common.prs.factory
-
Class net.thevpc.common.prs.factory.FactoryEvent
class FactoryEvent extends EventObject implements Serializable-
Serialized Fields
-
configuration
ExtensionDescriptor configuration
-
extensionFactoryDescriptor
ImplementationFactoryDescriptor extensionFactoryDescriptor
-
implementation
ImplementationDescriptor implementation
-
instance
Object instance
-
newValue
Object newValue
-
oldValue
Object oldValue
-
owner
Object owner
-
property
String property
-
-
-
Exception Class net.thevpc.common.prs.factory.FactoryVetoException
class FactoryVetoException extends RuntimeException implements Serializable
-
-
Package net.thevpc.common.prs.iconset
-
Exception Class net.thevpc.common.prs.iconset.IconNotFoundException
class IconNotFoundException extends NoSuchElementException implements Serializable -
Exception Class net.thevpc.common.prs.iconset.IconSetNotFoundException
class IconSetNotFoundException extends NoSuchElementException implements Serializable -
Exception Class net.thevpc.common.prs.iconset.InvalidIconSetException
class InvalidIconSetException extends NoSuchElementException implements Serializable -
Exception Class net.thevpc.common.prs.iconset.InvalidMessageSetException
class InvalidMessageSetException extends RuntimeException implements Serializable
-
-
Package net.thevpc.common.prs.messageset
-
Class net.thevpc.common.prs.messageset.MessageSetChangeEvent
class MessageSetChangeEvent extends EventObject implements Serializable -
Exception Class net.thevpc.common.prs.messageset.MessageSetNotFoundException
class MessageSetNotFoundException extends NoSuchElementException implements Serializable
-
-
Package net.thevpc.common.prs.plugin
-
Exception Class net.thevpc.common.prs.plugin.DisabledPluginException
class DisabledPluginException extends PluginException implements Serializable -
Exception Class net.thevpc.common.prs.plugin.InvalidPluginException
class InvalidPluginException extends PluginException implements Serializable -
Exception Class net.thevpc.common.prs.plugin.PluginAlreadyRegistredException
class PluginAlreadyRegistredException extends PluginException implements Serializable -
Class net.thevpc.common.prs.plugin.PluginDependency
class PluginDependency extends Object implements Serializable-
Serialized Fields
-
id
String id
-
versionInterval
VersionInterval versionInterval
-
-
-
Class net.thevpc.common.prs.plugin.PluginDescriptor
class PluginDescriptor extends Object implements Serializable-
Serialized Fields
-
allResources
URL[] allResources
-
applicationVersion
VersionInterval applicationVersion
-
author
String author
-
binarySize
long binarySize
-
binaryUrl
String binaryUrl
-
category
String category
-
className
String className
-
contributors
String contributors
-
CRC
String CRC
-
defaultId
String defaultId
-
dependencies
PluginDependency[] dependencies
-
description
String description
-
dynamicLoading
boolean dynamicLoading
-
extendedResources
URL[] extendedResources
-
forUninstall
boolean forUninstall
-
homeUrl
String homeUrl
-
id
String id
-
implementations
Map<String, Set<String>> implementations
-
implementationsFactories
Map<String, Set<String>> implementationsFactories
-
interfaces
Set<String> interfaces
-
loaded
boolean loaded
-
pluginURL
URL pluginURL
-
resources
URL[] resources
-
reverseDependencies
String[] reverseDependencies
-
sourceSize
long sourceSize
-
sourceUrl
String sourceUrl
-
system
boolean system
-
title
String title
-
updated
boolean updated
true if the plugin has been updated externally (new version or invalid CRC) -
valid
boolean valid
-
version
Version version
-
workingDirectory
File workingDirectory
-
-
-
Exception Class net.thevpc.common.prs.plugin.PluginException
class PluginException extends RuntimeException implements Serializable-
Serialized Fields
-
plugin
String plugin
-
-
-
Class net.thevpc.common.prs.plugin.PluginManagerCache
class PluginManagerCache extends Object implements Serializable- serialVersionUID:
- -1961088227968987704L
-
Serialized Fields
-
allExtensions
Set<String> allExtensions
-
allImplementations
List<PluginManagerCache.ImplementationCache> allImplementations
-
classes
Map<String, PluginManagerCache.ClassCache> classes
-
implementationFactories
List<PluginManagerCache.ImplementationCache> implementationFactories
-
implFactIndex
int implFactIndex
-
implIndex
int implIndex
-
plugins
Map<String, PluginManagerCache.PluginCache> plugins
-
-
Class net.thevpc.common.prs.plugin.PluginManagerCache.ClassCache
class ClassCache extends Object implements Serializable- serialVersionUID:
- -1961088227968987708L
-
Serialized Fields
-
fields
LinkedHashMap<String, List<PluginManagerCache.FieldCache>> fields
-
methods
LinkedHashMap<String, List<PluginManagerCache.MethodCache>> methods
-
-
Class net.thevpc.common.prs.plugin.PluginManagerCache.FieldCache
class FieldCache extends Object implements Serializable- serialVersionUID:
- -1961088227968987705L
-
Class net.thevpc.common.prs.plugin.PluginManagerCache.ImplementationCache
class ImplementationCache extends Object implements Serializable- serialVersionUID:
- -1961088227968987709L
-
Serialized Fields
-
extensionName
String extensionName
-
implementationName
String implementationName
-
index
int index
-
pluginCache
PluginManagerCache.PluginCache pluginCache
-
priority
int priority
-
-
Class net.thevpc.common.prs.plugin.PluginManagerCache.MethodCache
class MethodCache extends Object implements Serializable- serialVersionUID:
- -1961088227968987706L
-
Class net.thevpc.common.prs.plugin.PluginManagerCache.PluginCache
class PluginCache extends Object implements Serializable- serialVersionUID:
- -1961088227968496604L
-
Serialized Fields
-
enableLoading
boolean enableLoading
-
extensions
Set<String> extensions
-
iconSet
String iconSet
-
id
String id
-
implementations
Map<String, Set<PluginManagerCache.ImplementationCache>> implementations
-
implFactories
Map<String, Set<PluginManagerCache.ImplementationCache>> implFactories
-
messageSet
String messageSet
-
pluginClassName
String pluginClassName
-
-
Class net.thevpc.common.prs.plugin.PluginRepositoryInfo
class PluginRepositoryInfo extends Object implements Serializable-
Serialized Fields
-
enabled
boolean enabled
-
id
String id
-
-
-
Class net.thevpc.common.prs.plugin.PluginsList
class PluginsList extends Object implements Serializable-
Serialized Fields
-
dataMap
HashMap<String, PluginDescriptor> dataMap
-
-
-
Exception Class net.thevpc.common.prs.plugin.RequiredPluginException
class RequiredPluginException extends PluginException implements Serializable-
Serialized Fields
-
requiredPlugin
String requiredPlugin
-
-
-
Exception Class net.thevpc.common.prs.plugin.UnknownPluginException
class UnknownPluginException extends PluginException implements Serializable -
Class net.thevpc.common.prs.plugin.VersionInterval
class VersionInterval extends Object implements Serializable
-
-
Package net.thevpc.common.prs.softreflect
-
Exception Class net.thevpc.common.prs.softreflect.CancelVisitException
class CancelVisitException extends RuntimeException implements Serializable -
Exception Class net.thevpc.common.prs.softreflect.SoftClassNotFoundException
class SoftClassNotFoundException extends RuntimeException implements Serializable
-
-
Package net.thevpc.common.prs.util
-
Package net.thevpc.common.prs.xml
-
Exception Class net.thevpc.common.prs.xml.XmlSerializationException
class XmlSerializationException extends RuntimeException implements Serializable -
Exception Class net.thevpc.common.prs.xml.XmlSerializationHandlerNotFoundException
class XmlSerializationHandlerNotFoundException extends RuntimeException implements Serializable
-