redback/components/apidocs/reference/current.xml (9,675 lines of code) (raw):
<api>
<package name="org.apache.archiva.redback.components.apacheds"
>
<interface name="ApacheDs"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="addPartition"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="name" type="java.lang.String">
</parameter>
<parameter name="root" type="java.lang.String">
</parameter>
<parameter name="indexedAttributes" type="java.util.Set">
</parameter>
<parameter name="partitionAttributes" type="javax.naming.directory.Attributes">
</parameter>
<exception name="NamingException" type="javax.naming.NamingException">
</exception>
</method>
<method name="addPartition"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="partition" type="org.apache.archiva.redback.components.apacheds.Partition">
</parameter>
<exception name="NamingException" type="javax.naming.NamingException">
</exception>
</method>
<method name="addSimplePartition"
return="org.apache.archiva.redback.components.apacheds.Partition"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="name" type="java.lang.String">
</parameter>
<parameter name="domainComponents" type="java.lang.String[]">
</parameter>
<exception name="NamingException" type="javax.naming.NamingException">
</exception>
</method>
<method name="getAdminContext"
return="javax.naming.directory.InitialDirContext"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="NamingException" type="javax.naming.NamingException">
</exception>
</method>
<method name="getPort"
return="int"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getSystemContext"
return="javax.naming.directory.InitialDirContext"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="NamingException" type="javax.naming.NamingException">
</exception>
</method>
<method name="isStopped"
return="boolean"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setBasedir"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="basedir" type="java.io.File">
</parameter>
</method>
<method name="setEnableNetworking"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="enableNetworking" type="boolean">
</parameter>
</method>
<method name="setPort"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="port" type="int">
</parameter>
</method>
<method name="startServer"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
<method name="stopServer"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
<method name="sync"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
</interface>
<class name="DefaultApacheDs"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.apacheds.ApacheDs">
</implements>
<constructor name="DefaultApacheDs"
type="org.apache.archiva.redback.components.apacheds.DefaultApacheDs"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="addPartition"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="name" type="java.lang.String">
</parameter>
<parameter name="root" type="java.lang.String">
</parameter>
<parameter name="indexedAttributes" type="java.util.Set">
</parameter>
<parameter name="partitionAttributes" type="javax.naming.directory.Attributes">
</parameter>
<exception name="NamingException" type="javax.naming.NamingException">
</exception>
</method>
<method name="addPartition"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="partition" type="org.apache.archiva.redback.components.apacheds.Partition">
</parameter>
<exception name="NamingException" type="javax.naming.NamingException">
</exception>
</method>
<method name="addSimplePartition"
return="org.apache.archiva.redback.components.apacheds.Partition"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="name" type="java.lang.String">
</parameter>
<parameter name="domainComponents" type="java.lang.String[]">
</parameter>
<exception name="NamingException" type="javax.naming.NamingException">
</exception>
</method>
<method name="getAdminContext"
return="javax.naming.directory.InitialDirContext"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="NamingException" type="javax.naming.NamingException">
</exception>
</method>
<method name="getPassword"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getPort"
return="int"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getSystemContext"
return="javax.naming.directory.InitialDirContext"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="NamingException" type="javax.naming.NamingException">
</exception>
</method>
<method name="isStopped"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setBasedir"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="basedir" type="java.io.File">
</parameter>
</method>
<method name="setEnableNetworking"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="enableNetworking" type="boolean">
</parameter>
</method>
<method name="setPassword"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="password" type="java.lang.String">
</parameter>
</method>
<method name="setPort"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="port" type="int">
</parameter>
</method>
<method name="startServer"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
<method name="stop"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="stopServer"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
<method name="sync"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
</class>
<class name="Partition"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="Partition"
type="org.apache.archiva.redback.components.apacheds.Partition"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getContextAttributes"
return="javax.naming.directory.Attributes"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getIndexedAttributes"
return="java.util.Set"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getName"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getSuffix"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setContextAttributes"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="contextAttributes" type="javax.naming.directory.Attributes">
</parameter>
</method>
<method name="setIndexedAttributes"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="indexedAttributes" type="java.util.Set">
</parameter>
</method>
<method name="setName"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="name" type="java.lang.String">
</parameter>
</method>
<method name="setSuffix"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="suffix" type="java.lang.String">
</parameter>
</method>
</class>
</package>
<package name="org.apache.archiva.redback.components.cache"
>
<class name="AbstractCache"
extends="java.lang.Object"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.cache.Cache">
</implements>
<constructor name="AbstractCache"
type="org.apache.archiva.redback.components.cache.AbstractCache"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getMaxElementsInMemory"
return="int"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getMaxElementsOnDisk"
return="int"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getTimeToIdleSeconds"
return="int"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getTimeToLiveSeconds"
return="int"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setMaxElementsInMemory"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="maxElementsInMemory" type="int">
</parameter>
</method>
<method name="setMaxElementsOnDisk"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="maxElementsOnDisk" type="int">
</parameter>
</method>
<method name="setTimeToIdleSeconds"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="timeToIdleSeconds" type="int">
</parameter>
</method>
<method name="setTimeToLiveSeconds"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="timeToLiveSeconds" type="int">
</parameter>
</method>
</class>
<class name="AbstractCacheStatistics"
extends="java.lang.Object"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.cache.CacheStatistics">
</implements>
<constructor name="AbstractCacheStatistics"
type="org.apache.archiva.redback.components.cache.AbstractCacheStatistics"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="clear"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getCacheHitRate"
return="double"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getCacheHits"
return="long"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getCacheMiss"
return="long"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getInMemorySize"
return="long"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getSize"
return="long"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="hit"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="miss"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
</class>
<interface name="Cache"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="clear"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="get"
return="T"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
</method>
<method name="getMaxElementsInMemory"
return="int"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getMaxElementsOnDisk"
return="int"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getStatistics"
return="org.apache.archiva.redback.components.cache.CacheStatistics"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getTimeToIdleSeconds"
return="int"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getTimeToLiveSeconds"
return="int"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="hasKey"
return="boolean"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
</method>
<method name="put"
return="T"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
<parameter name="value" type="T">
</parameter>
</method>
<method name="register"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
<parameter name="value" type="T">
</parameter>
</method>
<method name="remove"
return="T"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
</method>
<method name="setMaxElementsInMemory"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="maxElementsInMemory" type="int">
</parameter>
</method>
<method name="setMaxElementsOnDisk"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="maxElementsOnDisk" type="int">
</parameter>
</method>
<method name="setTimeToIdleSeconds"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="timeToIdleSeconds" type="int">
</parameter>
</method>
<method name="setTimeToLiveSeconds"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="timeToLiveSeconds" type="int">
</parameter>
</method>
</interface>
<class name="CacheException"
extends="java.lang.Exception"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="CacheException"
type="org.apache.archiva.redback.components.cache.CacheException"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<constructor name="CacheException"
type="org.apache.archiva.redback.components.cache.CacheException"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="message" type="java.lang.String">
</parameter>
<parameter name="cause" type="java.lang.Throwable">
</parameter>
</constructor>
<constructor name="CacheException"
type="org.apache.archiva.redback.components.cache.CacheException"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="message" type="java.lang.String">
</parameter>
</constructor>
<constructor name="CacheException"
type="org.apache.archiva.redback.components.cache.CacheException"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="cause" type="java.lang.Throwable">
</parameter>
</constructor>
</class>
<class name="CacheHints"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="CacheHints"
type="org.apache.archiva.redback.components.cache.CacheHints"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getDiskOverflowPath"
return="java.io.File"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getIdleExpirationSeconds"
return="int"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getMaxElements"
return="int"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getMaxSecondsInCache"
return="int"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getName"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isOverflowToDisk"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setDiskOverflowPath"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="diskOverflowPath" type="java.io.File">
</parameter>
</method>
<method name="setIdleExpirationSeconds"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="idleExpirationSeconds" type="int">
</parameter>
</method>
<method name="setMaxElements"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="maxElements" type="int">
</parameter>
</method>
<method name="setMaxSecondsInCache"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="maxSecondsInCache" type="int">
</parameter>
</method>
<method name="setName"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="name" type="java.lang.String">
</parameter>
</method>
<method name="setOverflowToDisk"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="overflowToDisk" type="boolean">
</parameter>
</method>
</class>
<interface name="CacheStatistics"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="clear"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getCacheHitRate"
return="double"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getCacheHits"
return="long"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getCacheMiss"
return="long"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getInMemorySize"
return="long"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getSize"
return="long"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
</interface>
<class name="CacheableWrapper"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="CacheableWrapper"
type="org.apache.archiva.redback.components.cache.CacheableWrapper"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="value" type="T">
</parameter>
<parameter name="storedTime" type="long">
</parameter>
</constructor>
<method name="getStoredTime"
return="long"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getValue"
return="T"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setStoredTime"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="storedTime" type="long">
</parameter>
</method>
<method name="setValue"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="value" type="T">
</parameter>
</method>
</class>
</package>
<package name="org.apache.archiva.redback.components.cache.builder"
>
<interface name="CacheBuilder"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="getCache"
return="org.apache.archiva.redback.components.cache.Cache<V, T>"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="roleHint" type="java.lang.String">
</parameter>
</method>
<method name="getCache"
return="org.apache.archiva.redback.components.cache.Cache<V, T>"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="clazz" type="java.lang.Class">
</parameter>
</method>
</interface>
<class name="DefaultCacheBuilder"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.cache.builder.CacheBuilder">
</implements>
<constructor name="DefaultCacheBuilder"
type="org.apache.archiva.redback.components.cache.builder.DefaultCacheBuilder"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="dispose"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getCache"
return="org.apache.archiva.redback.components.cache.Cache<V, T>"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="roleHint" type="java.lang.String">
</parameter>
</method>
<method name="getCache"
return="org.apache.archiva.redback.components.cache.Cache<V, T>"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="clazz" type="java.lang.Class">
</parameter>
</method>
<method name="getDefaultCache"
return="org.apache.archiva.redback.components.cache.Cache<V, T>"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="initialize"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
</class>
</package>
<package name="org.apache.archiva.redback.components.cache.ehcache"
>
<class name="EhcacheCache"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.cache.Cache">
</implements>
<constructor name="EhcacheCache"
type="org.apache.archiva.redback.components.cache.ehcache.EhcacheCache"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="clear"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="dispose"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="get"
return="T"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
</method>
<method name="getDiskExpiryThreadIntervalSeconds"
return="long"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getDiskStorePath"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getMaxBytesLocalHeap"
return="long"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getMaxBytesLocalOffHeap"
return="long"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getMaxElementsInMemory"
return="int"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getMaxElementsOnDisk"
return="int"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getMemoryEvictionPolicy"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getMemoryStoreEvictionPolicy"
return="net.sf.ehcache.store.MemoryStoreEvictionPolicy"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getName"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getStatistics"
return="org.apache.archiva.redback.components.cache.CacheStatistics"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getTimeToIdleSeconds"
return="int"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getTimeToLiveSeconds"
return="int"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="hasKey"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
</method>
<method name="initialize"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isDiskPersistent"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isEternal"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isFailOnDuplicateCache"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isOverflowToDisk"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isOverflowToOffHeap"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isStatisticsEnabled"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="put"
return="T"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
<parameter name="value" type="T">
</parameter>
</method>
<method name="register"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
<parameter name="value" type="T">
</parameter>
</method>
<method name="remove"
return="T"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
</method>
<method name="setDiskExpiryThreadIntervalSeconds"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="diskExpiryThreadIntervalSeconds" type="long">
</parameter>
</method>
<method name="setDiskPersistent"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="diskPersistent" type="boolean">
</parameter>
</method>
<method name="setDiskStorePath"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="diskStorePath" type="java.lang.String">
</parameter>
</method>
<method name="setEternal"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="eternal" type="boolean">
</parameter>
</method>
<method name="setFailOnDuplicateCache"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="failOnDuplicateCache" type="boolean">
</parameter>
</method>
<method name="setMaxBytesLocalHeap"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="maxBytesLocalHeap" type="long">
</parameter>
</method>
<method name="setMaxBytesLocalOffHeap"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="maxBytesLocalOffHeap" type="long">
</parameter>
</method>
<method name="setMaxElementsInMemory"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="maxElementsInMemory" type="int">
</parameter>
</method>
<method name="setMaxElementsOnDisk"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="maxElementsOnDisk" type="int">
</parameter>
</method>
<method name="setMemoryEvictionPolicy"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="memoryEvictionPolicy" type="java.lang.String">
</parameter>
</method>
<method name="setName"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="name" type="java.lang.String">
</parameter>
</method>
<method name="setOverflowToDisk"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="overflowToDisk" type="boolean">
</parameter>
</method>
<method name="setOverflowToOffHeap"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="overflowToOffHeap" type="boolean">
</parameter>
</method>
<method name="setStatisticsEnabled"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="statisticsEnabled" type="boolean">
</parameter>
</method>
<method name="setTimeToIdleSeconds"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="timeToIdleSeconds" type="int">
</parameter>
</method>
<method name="setTimeToLiveSeconds"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="timeToLiveSeconds" type="int">
</parameter>
</method>
</class>
<class name="EhcacheCreator"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.cache.factory.CacheCreator">
</implements>
<constructor name="EhcacheCreator"
type="org.apache.archiva.redback.components.cache.ehcache.EhcacheCreator"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="createCache"
return="org.apache.archiva.redback.components.cache.Cache"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="hints" type="org.apache.archiva.redback.components.cache.CacheHints">
</parameter>
<exception name="CacheException" type="org.apache.archiva.redback.components.cache.CacheException">
</exception>
</method>
</class>
</package>
<package name="org.apache.archiva.redback.components.cache.factory"
>
<interface name="CacheCreator"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="createCache"
return="org.apache.archiva.redback.components.cache.Cache"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="hints" type="org.apache.archiva.redback.components.cache.CacheHints">
</parameter>
<exception name="CacheException" type="org.apache.archiva.redback.components.cache.CacheException">
</exception>
</method>
</interface>
<class name="CacheFactory"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="getCache"
return="org.apache.archiva.redback.components.cache.Cache"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="id" type="java.lang.String">
</parameter>
<parameter name="hints" type="org.apache.archiva.redback.components.cache.CacheHints">
</parameter>
<exception name="CacheException" type="org.apache.archiva.redback.components.cache.CacheException">
</exception>
</method>
<method name="getInstance"
return="org.apache.archiva.redback.components.cache.factory.CacheFactory"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setCacheCreatorFactory"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="creator" type="org.apache.archiva.redback.components.cache.factory.CacheCreator">
</parameter>
</method>
</class>
</package>
<package name="org.apache.archiva.redback.components.cache.hashmap"
>
<class name="HashMapCache"
extends="org.apache.archiva.redback.components.cache.AbstractCache"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.cache.Cache">
</implements>
<constructor name="HashMapCache"
type="org.apache.archiva.redback.components.cache.hashmap.HashMapCache"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="clear"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="get"
return="T"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
</method>
<method name="getCacheHitRatio"
return="double"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getCacheMaxSize"
return="int"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getRefreshTime"
return="int"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getStatistics"
return="org.apache.archiva.redback.components.cache.CacheStatistics"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getStats"
return="org.apache.archiva.redback.components.cache.hashmap.HashMapCache.Stats"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="hasKey"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
</method>
<method name="initialize"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isCacheAvailable"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="protected"
>
</method>
<method name="needRefresh"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="protected"
>
<parameter name="cacheableWrapper" type="org.apache.archiva.redback.components.cache.CacheableWrapper">
</parameter>
</method>
<method name="put"
return="T"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
<parameter name="value" type="T">
</parameter>
</method>
<method name="register"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
<parameter name="value" type="T">
</parameter>
</method>
<method name="remove"
return="T"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
</method>
<method name="setCacheHitRatio"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="cacheHitRatio" type="double">
</parameter>
</method>
<method name="setCacheMaxSize"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="cacheMaxSize" type="int">
</parameter>
</method>
<method name="setRefreshTime"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="refreshTime" type="int">
</parameter>
</method>
</class>
<class name="HashMapCacheCreator"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.cache.factory.CacheCreator">
</implements>
<constructor name="HashMapCacheCreator"
type="org.apache.archiva.redback.components.cache.hashmap.HashMapCacheCreator"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="createCache"
return="org.apache.archiva.redback.components.cache.Cache"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="cacheHint" type="org.apache.archiva.redback.components.cache.CacheHints">
</parameter>
<exception name="CacheException" type="org.apache.archiva.redback.components.cache.CacheException">
</exception>
</method>
</class>
</package>
<package name="org.apache.archiva.redback.components.cache.impl"
>
<class name="NoCacheCache"
extends="org.apache.archiva.redback.components.cache.AbstractCache"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.cache.Cache">
</implements>
<constructor name="NoCacheCache"
type="org.apache.archiva.redback.components.cache.impl.NoCacheCache"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="clear"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="get"
return="T"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
</method>
<method name="getStatistics"
return="org.apache.archiva.redback.components.cache.CacheStatistics"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="hasKey"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
</method>
<method name="put"
return="T"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
<parameter name="value" type="T">
</parameter>
</method>
<method name="register"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
<parameter name="value" type="T">
</parameter>
</method>
<method name="remove"
return="T"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
</method>
</class>
</package>
<package name="org.apache.archiva.redback.components.cache.oscache"
>
<class name="OsCacheCache"
extends="org.apache.archiva.redback.components.cache.AbstractCache"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.cache.Cache">
</implements>
<constructor name="OsCacheCache"
type="org.apache.archiva.redback.components.cache.oscache.OsCacheCache"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="clear"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="get"
return="T"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
</method>
<method name="getAdditionnalProperties"
return="java.util.Map"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getCacheAlgorithm"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getCacheEventListeners"
return="java.util.List"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getCacheKey"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getCachePath"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getCachePersistenceClass"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getCapacity"
return="int"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getGeneralCacheAdministrator"
return="com.opensymphony.oscache.general.GeneralCacheAdministrator"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getRefreshPeriod"
return="int"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getStatistics"
return="org.apache.archiva.redback.components.cache.CacheStatistics"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="hasKey"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
</method>
<method name="initialize"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isBlockingCache"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isCacheMemory"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isCachePersistenceOverflowOnly"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isCacheUnlimitedDisk"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isCacheUseHostDomainInKey"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="put"
return="T"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
<parameter name="value" type="T">
</parameter>
</method>
<method name="register"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
<parameter name="value" type="T">
</parameter>
</method>
<method name="remove"
return="T"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="V">
</parameter>
</method>
<method name="setAdditionnalProperties"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="additionnalProperties" type="java.util.Map">
</parameter>
</method>
<method name="setBlockingCache"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="blockingCache" type="boolean">
</parameter>
</method>
<method name="setCacheAlgorithm"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="cacheAlgorithm" type="java.lang.String">
</parameter>
</method>
<method name="setCacheEventListeners"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="cacheEventListeners" type="java.util.List">
</parameter>
</method>
<method name="setCacheKey"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="cacheKey" type="java.lang.String">
</parameter>
</method>
<method name="setCacheMemory"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="cacheMemory" type="boolean">
</parameter>
</method>
<method name="setCachePath"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="cachePath" type="java.lang.String">
</parameter>
</method>
<method name="setCachePersistenceClass"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="cachePersistenceClass" type="java.lang.String">
</parameter>
</method>
<method name="setCachePersistenceOverflowOnly"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="cachePersistenceOverflowOnly" type="boolean">
</parameter>
</method>
<method name="setCacheUnlimitedDisk"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="cacheUnlimitedDisk" type="boolean">
</parameter>
</method>
<method name="setCacheUseHostDomainInKey"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="cacheUseHostDomainInKey" type="boolean">
</parameter>
</method>
<method name="setCapacity"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="capacity" type="int">
</parameter>
</method>
<method name="setGeneralCacheAdministrator"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="generalCacheAdministrator" type="com.opensymphony.oscache.general.GeneralCacheAdministrator">
</parameter>
</method>
<method name="setRefreshPeriod"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="refreshPeriod" type="int">
</parameter>
</method>
</class>
<class name="OsCacheCreator"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.cache.factory.CacheCreator">
</implements>
<constructor name="OsCacheCreator"
type="org.apache.archiva.redback.components.cache.oscache.OsCacheCreator"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="createCache"
return="org.apache.archiva.redback.components.cache.Cache"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="hints" type="org.apache.archiva.redback.components.cache.CacheHints">
</parameter>
<exception name="CacheException" type="org.apache.archiva.redback.components.cache.CacheException">
</exception>
</method>
</class>
<class name="OsCacheStatistics"
extends="org.apache.archiva.redback.components.cache.AbstractCacheStatistics"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.cache.CacheStatistics">
</implements>
<constructor name="OsCacheStatistics"
type="org.apache.archiva.redback.components.cache.oscache.OsCacheStatistics"
static="false"
final="false"
deprecated="not deprecated"
visibility="protected"
>
<parameter name="cache" type="com.opensymphony.oscache.base.Cache">
</parameter>
</constructor>
<method name="getSize"
return="long"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
</class>
</package>
<package name="org.apache.archiva.redback.components.cache.test"
>
<class name="AbstractCacheTestCase"
extends="junit.framework.TestCase"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="AbstractCacheTestCase"
type="org.apache.archiva.redback.components.cache.test.AbstractCacheTestCase"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getAlwaysRefresCache"
return="org.apache.archiva.redback.components.cache.Cache<java.lang.String, org.apache.archiva.redback.components.cache.test.examples.wine.Wine>"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
<method name="getCache"
return="org.apache.archiva.redback.components.cache.Cache<java.lang.String, java.lang.Integer>"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getCacheClass"
return="java.lang.Class"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getNeverRefresCache"
return="org.apache.archiva.redback.components.cache.Cache<java.lang.String, org.apache.archiva.redback.components.cache.test.examples.wine.Wine>"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
<method name="getOneSecondRefresCache"
return="org.apache.archiva.redback.components.cache.Cache<java.lang.String, org.apache.archiva.redback.components.cache.test.examples.wine.Wine>"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
<method name="getTwoSecondRefresCache"
return="org.apache.archiva.redback.components.cache.Cache<java.lang.String, org.apache.archiva.redback.components.cache.test.examples.wine.Wine>"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
<method name="setUp"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
<method name="testAlwaysRefresh"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
<method name="testCacheFactory"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="CacheException" type="org.apache.archiva.redback.components.cache.CacheException">
</exception>
</method>
<method name="testLargePutGet"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="testNeverRefresh"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
<method name="testOneSecondRefresh"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
<method name="testSimplePutGet"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="testTwoSecondRefresh"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
<field name="cache"
type="org.apache.archiva.redback.components.cache.Cache"
transient="false"
volatile="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="protected"
>
</field>
</class>
<class name="EnglishNumberFormat"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="EnglishNumberFormat"
type="org.apache.archiva.redback.components.cache.test.EnglishNumberFormat"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="toText"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="number" type="long">
</parameter>
</method>
<field name="basic"
type="java.lang.String[]"
transient="false"
volatile="false"
value="null"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="dreds"
type="java.lang.String[]"
transient="false"
volatile="false"
value="null"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="tens"
type="java.lang.String[]"
transient="false"
volatile="false"
value="null"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
</class>
</package>
<package name="org.apache.archiva.redback.components.cache.test.examples.wine"
>
<class name="AbstractTestWineService"
extends="junit.framework.TestCase"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="AbstractTestWineService"
type="org.apache.archiva.redback.components.cache.test.examples.wine.AbstractTestWineService"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="testBordeaux"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
</class>
<class name="DefaultWineService"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.cache.test.examples.wine.WineService">
</implements>
<constructor name="DefaultWineService"
type="org.apache.archiva.redback.components.cache.test.examples.wine.DefaultWineService"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getWine"
return="org.apache.archiva.redback.components.cache.test.examples.wine.Wine"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="name" type="java.lang.String">
</parameter>
</method>
</class>
<class name="MockWineDao"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.cache.test.examples.wine.WineDao">
</implements>
<constructor name="MockWineDao"
type="org.apache.archiva.redback.components.cache.test.examples.wine.MockWineDao"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getWine"
return="org.apache.archiva.redback.components.cache.test.examples.wine.Wine"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="name" type="java.lang.String">
</parameter>
</method>
</class>
<class name="Wine"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="Wine"
type="org.apache.archiva.redback.components.cache.test.examples.wine.Wine"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="name" type="java.lang.String">
</parameter>
<parameter name="localisation" type="java.lang.String">
</parameter>
</constructor>
<method name="getLocalisation"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getName"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setLocalisation"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="localisation" type="java.lang.String">
</parameter>
</method>
<method name="setName"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="name" type="java.lang.String">
</parameter>
</method>
</class>
<interface name="WineDao"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="getWine"
return="org.apache.archiva.redback.components.cache.test.examples.wine.Wine"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="name" type="java.lang.String">
</parameter>
</method>
</interface>
<interface name="WineService"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="getWine"
return="org.apache.archiva.redback.components.cache.test.examples.wine.Wine"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="name" type="java.lang.String">
</parameter>
</method>
</interface>
</package>
<package name="org.apache.archiva.redback.components.evaluator"
>
<class name="DefaultExpressionEvaluator"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.evaluator.ExpressionEvaluator">
</implements>
<constructor name="DefaultExpressionEvaluator"
type="org.apache.archiva.redback.components.evaluator.DefaultExpressionEvaluator"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="addExpressionSource"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="source" type="org.apache.archiva.redback.components.evaluator.ExpressionSource">
</parameter>
</method>
<method name="expand"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="str" type="java.lang.String">
</parameter>
<exception name="EvaluatorException" type="org.apache.archiva.redback.components.evaluator.EvaluatorException">
</exception>
</method>
<method name="getExpressionSourceList"
return="java.util.List"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="removeExpressionSource"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="source" type="org.apache.archiva.redback.components.evaluator.ExpressionSource">
</parameter>
</method>
</class>
<class name="EvaluatorException"
extends="java.lang.Exception"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="EvaluatorException"
type="org.apache.archiva.redback.components.evaluator.EvaluatorException"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<constructor name="EvaluatorException"
type="org.apache.archiva.redback.components.evaluator.EvaluatorException"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="message" type="java.lang.String">
</parameter>
<parameter name="cause" type="java.lang.Throwable">
</parameter>
</constructor>
<constructor name="EvaluatorException"
type="org.apache.archiva.redback.components.evaluator.EvaluatorException"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="message" type="java.lang.String">
</parameter>
</constructor>
<constructor name="EvaluatorException"
type="org.apache.archiva.redback.components.evaluator.EvaluatorException"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="cause" type="java.lang.Throwable">
</parameter>
</constructor>
</class>
<interface name="ExpressionEvaluator"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="addExpressionSource"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="source" type="org.apache.archiva.redback.components.evaluator.ExpressionSource">
</parameter>
</method>
<method name="expand"
return="java.lang.String"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="str" type="java.lang.String">
</parameter>
<exception name="EvaluatorException" type="org.apache.archiva.redback.components.evaluator.EvaluatorException">
</exception>
</method>
<method name="getExpressionSourceList"
return="java.util.List"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="removeExpressionSource"
return="boolean"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="source" type="org.apache.archiva.redback.components.evaluator.ExpressionSource">
</parameter>
</method>
</interface>
<interface name="ExpressionSource"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="getExpressionValue"
return="java.lang.String"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="expression" type="java.lang.String">
</parameter>
</method>
</interface>
</package>
<package name="org.apache.archiva.redback.components.evaluator.sources"
>
<class name="PropertiesExpressionSource"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.evaluator.ExpressionSource">
</implements>
<constructor name="PropertiesExpressionSource"
type="org.apache.archiva.redback.components.evaluator.sources.PropertiesExpressionSource"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getExpressionValue"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="expression" type="java.lang.String">
</parameter>
</method>
<method name="getProperties"
return="java.util.Properties"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setProperties"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="properties" type="java.util.Properties">
</parameter>
</method>
</class>
<class name="SystemPropertyExpressionSource"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.evaluator.ExpressionSource">
</implements>
<constructor name="SystemPropertyExpressionSource"
type="org.apache.archiva.redback.components.evaluator.sources.SystemPropertyExpressionSource"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getExpressionValue"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="expression" type="java.lang.String">
</parameter>
</method>
</class>
</package>
<package name="org.apache.archiva.redback.components.jdo"
>
<class name="AbstractConfigurableJdoFactory"
extends="java.lang.Object"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.jdo.ConfigurableJdoFactory">
</implements>
<constructor name="AbstractConfigurableJdoFactory"
type="org.apache.archiva.redback.components.jdo.AbstractConfigurableJdoFactory"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getConfigured"
return="java.lang.Boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getOtherProperties"
return="java.util.Properties"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getPersistenceManagerFactory"
return="javax.jdo.PersistenceManagerFactory"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getProperties"
return="java.util.Properties"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="initialize"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setConfigured"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="configured" type="java.lang.Boolean">
</parameter>
</method>
<method name="setOtherProperties"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="otherProperties" type="java.util.Properties">
</parameter>
</method>
<method name="setPersistenceManagerFactoryClass"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="persistenceManagerFactoryClass" type="java.lang.String">
</parameter>
</method>
<method name="setProperty"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
<parameter name="value" type="java.lang.String">
</parameter>
</method>
<method name="setPropertyInner"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="protected"
>
<parameter name="properties" type="java.util.Properties">
</parameter>
<parameter name="key" type="java.lang.String">
</parameter>
<parameter name="value" type="java.lang.String">
</parameter>
</method>
<method name="shutdown"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
<field name="configured"
type="java.lang.Boolean"
transient="false"
volatile="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="protected"
>
</field>
<field name="otherProperties"
type="java.util.Properties"
transient="false"
volatile="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="protected"
>
</field>
<field name="persistenceManagerFactoryClass"
type="java.lang.String"
transient="false"
volatile="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="protected"
>
</field>
<field name="properties"
type="java.util.Properties"
transient="false"
volatile="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="protected"
>
</field>
</class>
<interface name="ConfigurableJdoFactory"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.jdo.JdoFactory">
</implements>
<method name="getProperties"
return="java.util.Properties"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setPersistenceManagerFactoryClass"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="persistenceManagerFactoryClass" type="java.lang.String">
</parameter>
</method>
</interface>
<class name="DataSourceConfigurableJdoFactory"
extends="org.apache.archiva.redback.components.jdo.AbstractConfigurableJdoFactory"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="DataSourceConfigurableJdoFactory"
type="org.apache.archiva.redback.components.jdo.DataSourceConfigurableJdoFactory"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getConnectionFactoryName"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getProperties"
return="java.util.Properties"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getShutdownConnectionFactoryName"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setConnectionFactoryName"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="connectionFactoryName" type="java.lang.String">
</parameter>
</method>
<method name="setShutdownConnectionFactoryName"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="shutdownConnectionFactoryName" type="java.lang.String">
</parameter>
</method>
</class>
<class name="DefaultConfigurableJdoFactory"
extends="org.apache.archiva.redback.components.jdo.AbstractConfigurableJdoFactory"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.jdo.ConfigurableJdoFactory">
</implements>
<constructor name="DefaultConfigurableJdoFactory"
type="org.apache.archiva.redback.components.jdo.DefaultConfigurableJdoFactory"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getDriverName"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getPassword"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getProperties"
return="java.util.Properties"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getUrl"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getUserName"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setDriverName"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="driverName" type="java.lang.String">
</parameter>
</method>
<method name="setPassword"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="password" type="java.lang.String">
</parameter>
</method>
<method name="setUrl"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="url" type="java.lang.String">
</parameter>
</method>
<method name="setUserName"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="userName" type="java.lang.String">
</parameter>
</method>
</class>
<class name="DefaultJdoFactory"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.jdo.JdoFactory">
</implements>
<constructor name="DefaultJdoFactory"
type="org.apache.archiva.redback.components.jdo.DefaultJdoFactory"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="dispose"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getPersistenceManagerFactory"
return="javax.jdo.PersistenceManagerFactory"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="initialize"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="shutdown"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
</class>
<interface name="JdoFactory"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="getPersistenceManagerFactory"
return="javax.jdo.PersistenceManagerFactory"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="shutdown"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
</interface>
<class name="RedbackJdoUtils"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="RedbackJdoUtils"
type="org.apache.archiva.redback.components.jdo.RedbackJdoUtils"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="addObject"
return="java.lang.Object"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="pm" type="javax.jdo.PersistenceManager">
</parameter>
<parameter name="object" type="java.lang.Object">
</parameter>
</method>
<method name="addObject"
return="java.lang.Object"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="pm" type="javax.jdo.PersistenceManager">
</parameter>
<parameter name="object" type="java.lang.Object">
</parameter>
<parameter name="fetchGroups" type="java.lang.String[]">
</parameter>
</method>
<method name="attachAndDelete"
return="void"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="pm" type="javax.jdo.PersistenceManager">
</parameter>
<parameter name="object" type="java.lang.Object">
</parameter>
</method>
<method name="closePersistenceManager"
return="void"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="pm" type="javax.jdo.PersistenceManager">
</parameter>
</method>
<method name="getAllObjectsDetached"
return="java.util.List"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="pm" type="javax.jdo.PersistenceManager">
</parameter>
<parameter name="clazz" type="java.lang.Class">
</parameter>
</method>
<method name="getAllObjectsDetached"
return="java.util.List"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="pm" type="javax.jdo.PersistenceManager">
</parameter>
<parameter name="clazz" type="java.lang.Class">
</parameter>
<parameter name="fetchGroup" type="java.lang.String">
</parameter>
</method>
<method name="getAllObjectsDetached"
return="java.util.List"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="pm" type="javax.jdo.PersistenceManager">
</parameter>
<parameter name="clazz" type="java.lang.Class">
</parameter>
<parameter name="ordering" type="java.lang.String">
</parameter>
<parameter name="fetchGroup" type="java.lang.String">
</parameter>
</method>
<method name="getAllObjectsDetached"
return="java.util.List"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="pm" type="javax.jdo.PersistenceManager">
</parameter>
<parameter name="clazz" type="java.lang.Class">
</parameter>
<parameter name="ordering" type="java.lang.String">
</parameter>
<parameter name="fetchGroups" type="java.util.List">
</parameter>
</method>
<method name="getObjectById"
return="java.lang.Object"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="pm" type="javax.jdo.PersistenceManager">
</parameter>
<parameter name="clazz" type="java.lang.Class">
</parameter>
<parameter name="id" type="java.lang.String">
</parameter>
<exception name="RedbackObjectNotFoundException" type="org.apache.archiva.redback.components.jdo.RedbackObjectNotFoundException">
</exception>
<exception name="RedbackStoreException" type="org.apache.archiva.redback.components.jdo.RedbackStoreException">
</exception>
</method>
<method name="getObjectById"
return="java.lang.Object"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="pm" type="javax.jdo.PersistenceManager">
</parameter>
<parameter name="clazz" type="java.lang.Class">
</parameter>
<parameter name="id" type="java.lang.String">
</parameter>
<parameter name="fetchGroup" type="java.lang.String">
</parameter>
<exception name="RedbackObjectNotFoundException" type="org.apache.archiva.redback.components.jdo.RedbackObjectNotFoundException">
</exception>
<exception name="RedbackStoreException" type="org.apache.archiva.redback.components.jdo.RedbackStoreException">
</exception>
</method>
<method name="getObjectById"
return="java.lang.Object"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="deprecated"
visibility="public"
>
<parameter name="pm" type="javax.jdo.PersistenceManager">
</parameter>
<parameter name="clazz" type="java.lang.Class">
</parameter>
<parameter name="id" type="int">
</parameter>
<exception name="RedbackObjectNotFoundException" type="org.apache.archiva.redback.components.jdo.RedbackObjectNotFoundException">
</exception>
<exception name="RedbackStoreException" type="org.apache.archiva.redback.components.jdo.RedbackStoreException">
</exception>
</method>
<method name="getObjectById"
return="java.lang.Object"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="pm" type="javax.jdo.PersistenceManager">
</parameter>
<parameter name="clazz" type="java.lang.Class">
</parameter>
<parameter name="id" type="long">
</parameter>
<exception name="RedbackObjectNotFoundException" type="org.apache.archiva.redback.components.jdo.RedbackObjectNotFoundException">
</exception>
<exception name="RedbackStoreException" type="org.apache.archiva.redback.components.jdo.RedbackStoreException">
</exception>
</method>
<method name="getObjectById"
return="java.lang.Object"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="deprecated"
visibility="public"
>
<parameter name="pm" type="javax.jdo.PersistenceManager">
</parameter>
<parameter name="clazz" type="java.lang.Class">
</parameter>
<parameter name="id" type="int">
</parameter>
<parameter name="fetchGroup" type="java.lang.String">
</parameter>
<exception name="RedbackObjectNotFoundException" type="org.apache.archiva.redback.components.jdo.RedbackObjectNotFoundException">
</exception>
<exception name="RedbackStoreException" type="org.apache.archiva.redback.components.jdo.RedbackStoreException">
</exception>
</method>
<method name="getObjectById"
return="java.lang.Object"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="pm" type="javax.jdo.PersistenceManager">
</parameter>
<parameter name="clazz" type="java.lang.Class">
</parameter>
<parameter name="id" type="long">
</parameter>
<parameter name="fetchGroup" type="java.lang.String">
</parameter>
<exception name="RedbackObjectNotFoundException" type="org.apache.archiva.redback.components.jdo.RedbackObjectNotFoundException">
</exception>
<exception name="RedbackStoreException" type="org.apache.archiva.redback.components.jdo.RedbackStoreException">
</exception>
</method>
<method name="getObjectFromQuery"
return="java.lang.Object"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="pm" type="javax.jdo.PersistenceManager">
</parameter>
<parameter name="clazz" type="java.lang.Class">
</parameter>
<parameter name="idField" type="java.lang.String">
</parameter>
<parameter name="id" type="java.lang.String">
</parameter>
<parameter name="fetchGroup" type="java.lang.String">
</parameter>
<exception name="RedbackObjectNotFoundException" type="org.apache.archiva.redback.components.jdo.RedbackObjectNotFoundException">
</exception>
<exception name="RedbackStoreException" type="org.apache.archiva.redback.components.jdo.RedbackStoreException">
</exception>
</method>
<method name="makePersistent"
return="java.lang.Object"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="pm" type="javax.jdo.PersistenceManager">
</parameter>
<parameter name="object" type="java.lang.Object">
</parameter>
<parameter name="detach" type="boolean">
</parameter>
</method>
<method name="removeAll"
return="void"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="pm" type="javax.jdo.PersistenceManager">
</parameter>
<parameter name="aClass" type="java.lang.Class">
</parameter>
</method>
<method name="removeObject"
return="void"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="pm" type="javax.jdo.PersistenceManager">
</parameter>
<parameter name="o" type="java.lang.Object">
</parameter>
</method>
<method name="rollbackIfActive"
return="void"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="tx" type="javax.jdo.Transaction">
</parameter>
</method>
<method name="saveObject"
return="java.lang.Object"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="pm" type="javax.jdo.PersistenceManager">
</parameter>
<parameter name="object" type="java.lang.Object">
</parameter>
<parameter name="fetchGroups" type="java.lang.String[]">
</parameter>
<exception name="RedbackStoreException" type="org.apache.archiva.redback.components.jdo.RedbackStoreException">
</exception>
</method>
<method name="updateObject"
return="java.lang.Object"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="pm" type="javax.jdo.PersistenceManager">
</parameter>
<parameter name="object" type="java.lang.Object">
</parameter>
<exception name="RedbackStoreException" type="org.apache.archiva.redback.components.jdo.RedbackStoreException">
</exception>
</method>
</class>
<class name="RedbackObjectNotFoundException"
extends="org.apache.archiva.redback.components.jdo.RedbackStoreException"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="RedbackObjectNotFoundException"
type="org.apache.archiva.redback.components.jdo.RedbackObjectNotFoundException"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="type" type="java.lang.String">
</parameter>
<parameter name="id" type="java.lang.String">
</parameter>
</constructor>
</class>
<class name="RedbackStoreException"
extends="java.lang.Exception"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="RedbackStoreException"
type="org.apache.archiva.redback.components.jdo.RedbackStoreException"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="msg" type="java.lang.String">
</parameter>
</constructor>
<constructor name="RedbackStoreException"
type="org.apache.archiva.redback.components.jdo.RedbackStoreException"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="msg" type="java.lang.String">
</parameter>
<parameter name="ex" type="java.lang.Exception">
</parameter>
</constructor>
</class>
</package>
<package name="org.apache.archiva.redback.components.modello.db"
>
<class name="SQLReservedWords"
extends="org.codehaus.plexus.logging.AbstractLogEnabled"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="SQLReservedWords"
type="org.apache.archiva.redback.components.modello.db.SQLReservedWords"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getKeywordSourceList"
return="java.util.List"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="word" type="java.lang.String">
</parameter>
</method>
<method name="getKeywordSourceString"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="word" type="java.lang.String">
</parameter>
</method>
<method name="initialize"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="InitializationException" type="org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException">
</exception>
</method>
<method name="isKeyword"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="word" type="java.lang.String">
</parameter>
</method>
</class>
<class name="SQLReservedWords.KeywordSource"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="SQLReservedWords.KeywordSource"
type="org.apache.archiva.redback.components.modello.db.SQLReservedWords.KeywordSource"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="name" type="java.lang.String">
</parameter>
<parameter name="severity" type="java.lang.String">
</parameter>
</constructor>
<method name="getName"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getSeverity"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
</class>
</package>
<package name="org.apache.archiva.redback.components.modello.jpox"
>
<class name="JPoxJdoMappingModelloGenerator"
extends="org.codehaus.modello.plugin.AbstractModelloGenerator"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="JPoxJdoMappingModelloGenerator"
type="org.apache.archiva.redback.components.modello.jpox.JPoxJdoMappingModelloGenerator"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="generate"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="model" type="org.codehaus.modello.model.Model">
</parameter>
<parameter name="properties" type="java.util.Properties">
</parameter>
<exception name="ModelloException" type="org.codehaus.modello.ModelloException">
</exception>
</method>
</class>
<class name="JPoxMetadataClassModelloGenerator"
extends="org.apache.archiva.redback.components.modello.plugin.store.AbstractVelocityModelloGenerator"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="JPoxMetadataClassModelloGenerator"
type="org.apache.archiva.redback.components.modello.jpox.JPoxMetadataClassModelloGenerator"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="generate"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="model" type="org.codehaus.modello.model.Model">
</parameter>
<parameter name="parameters" type="java.util.Properties">
</parameter>
<exception name="ModelloException" type="org.codehaus.modello.ModelloException">
</exception>
</method>
</class>
<class name="JPoxStoreModelloGenerator"
extends="org.apache.archiva.redback.components.modello.plugin.store.AbstractVelocityModelloGenerator"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="JPoxStoreModelloGenerator"
type="org.apache.archiva.redback.components.modello.jpox.JPoxStoreModelloGenerator"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="generate"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="model" type="org.codehaus.modello.model.Model">
</parameter>
<parameter name="parameters" type="java.util.Properties">
</parameter>
<exception name="ModelloException" type="org.codehaus.modello.ModelloException">
</exception>
</method>
</class>
</package>
<package name="org.apache.archiva.redback.components.modello.jpox.metadata"
>
<class name="JPoxAssociationMetadata"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.codehaus.modello.metadata.AssociationMetadata">
</implements>
<constructor name="JPoxAssociationMetadata"
type="org.apache.archiva.redback.components.modello.jpox.metadata.JPoxAssociationMetadata"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="isDependent"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isJoin"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setDependent"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="dependent" type="boolean">
</parameter>
</method>
<method name="setJoin"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="join" type="boolean">
</parameter>
</method>
<field name="ID"
type="java.lang.String"
transient="false"
volatile="false"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
</class>
<class name="JPoxClassMetadata"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.codehaus.modello.metadata.ClassMetadata">
</implements>
<constructor name="JPoxClassMetadata"
type="org.apache.archiva.redback.components.modello.jpox.metadata.JPoxClassMetadata"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getColumnPrefix"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getIdentityClass"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getIdentityType"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getNotPersisted"
return="java.util.List"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getTable"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isDetachable"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isEnabled"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setColumnPrefix"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="columnPrefix" type="java.lang.String">
</parameter>
</method>
<method name="setDetachable"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="detachable" type="boolean">
</parameter>
</method>
<method name="setEnabled"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="persisted" type="boolean">
</parameter>
</method>
<method name="setIdentityClass"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="identityClass" type="java.lang.String">
</parameter>
</method>
<method name="setIdentityType"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="identityType" type="java.lang.String">
</parameter>
</method>
<method name="setNotPersisted"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="notPersisted" type="java.util.List">
</parameter>
</method>
<method name="setTable"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="table" type="java.lang.String">
</parameter>
</method>
<method name="setUseIdentifiersAsPrimaryKey"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="userIdentifiersAsIdentity" type="boolean">
</parameter>
</method>
<method name="useIdentifiersAsPrimaryKey"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<field name="ID"
type="java.lang.String"
transient="false"
volatile="false"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
</class>
<class name="JPoxFieldMetadata"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.codehaus.modello.metadata.FieldMetadata">
</implements>
<constructor name="JPoxFieldMetadata"
type="org.apache.archiva.redback.components.modello.jpox.metadata.JPoxFieldMetadata"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getColumnName"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getFetchGroupNames"
return="java.util.List"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getForeignKeyDeferred"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getForeignKeyDeleteAction"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getForeignKeyUpdateAction"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getIndexed"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getJoinTableName"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getMappedBy"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getNullValue"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getPersistenceModifier"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getValueStrategy"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isForeignKey"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isPrimaryKey"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isUnique"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setColumnName"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="columnName" type="java.lang.String">
</parameter>
</method>
<method name="setFetchGroupNames"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="fetchGroupNames" type="java.util.List">
</parameter>
</method>
<method name="setForeignKey"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="foreignKey" type="boolean">
</parameter>
</method>
<method name="setForeignKeyDeferred"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="foreignKeyDeferred" type="java.lang.String">
</parameter>
</method>
<method name="setForeignKeyDeleteAction"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="foreignKeyDeleteAction" type="java.lang.String">
</parameter>
</method>
<method name="setForeignKeyUpdateAction"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="foreignKeyUpdateAction" type="java.lang.String">
</parameter>
</method>
<method name="setIndexed"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="indexed" type="java.lang.String">
</parameter>
</method>
<method name="setJoinTableName"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="joinTableName" type="java.lang.String">
</parameter>
</method>
<method name="setMappedBy"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="mappedBy" type="java.lang.String">
</parameter>
</method>
<method name="setNullValue"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="nullValue" type="java.lang.String">
</parameter>
</method>
<method name="setPersistenceModifier"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="persistenceModifier" type="java.lang.String">
</parameter>
</method>
<method name="setPrimaryKey"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="primaryKey" type="boolean">
</parameter>
</method>
<method name="setUnique"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="unique" type="boolean">
</parameter>
</method>
<method name="setValueStrategy"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="valueStrategy" type="java.lang.String">
</parameter>
</method>
<field name="BOOLEANS"
type="java.lang.String[]"
transient="false"
volatile="false"
value="null"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="FOREIGN_KEY_ACTIONS"
type="java.lang.String[]"
transient="false"
volatile="false"
value="null"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="ID"
type="java.lang.String"
transient="false"
volatile="false"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
</class>
<class name="JPoxMetadataPlugin"
extends="org.codehaus.modello.metadata.AbstractMetadataPlugin"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="JPoxMetadataPlugin"
type="org.apache.archiva.redback.components.modello.jpox.metadata.JPoxMetadataPlugin"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getAssociationMetadata"
return="org.codehaus.modello.metadata.AssociationMetadata"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="association" type="org.codehaus.modello.model.ModelAssociation">
</parameter>
<parameter name="data" type="java.util.Map">
</parameter>
<exception name="ModelloException" type="org.codehaus.modello.ModelloException">
</exception>
</method>
<method name="getClassMetadata"
return="org.codehaus.modello.metadata.ClassMetadata"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="clazz" type="org.codehaus.modello.model.ModelClass">
</parameter>
<parameter name="data" type="java.util.Map">
</parameter>
<exception name="ModelloException" type="org.codehaus.modello.ModelloException">
</exception>
</method>
<method name="getEnumString"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="protected"
>
<parameter name="data" type="java.util.Map">
</parameter>
<parameter name="key" type="java.lang.String">
</parameter>
<parameter name="legalValues" type="java.lang.String[]">
</parameter>
<parameter name="defaultValue" type="java.lang.String">
</parameter>
<exception name="ModelloException" type="org.codehaus.modello.ModelloException">
</exception>
</method>
<method name="getFieldMap"
return="java.util.Map"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="field" type="org.codehaus.modello.model.ModelField">
</parameter>
<parameter name="metadata" type="org.codehaus.modello.metadata.FieldMetadata">
</parameter>
</method>
<method name="getFieldMetadata"
return="org.codehaus.modello.metadata.FieldMetadata"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="field" type="org.codehaus.modello.model.ModelField">
</parameter>
<parameter name="data" type="java.util.Map">
</parameter>
<exception name="ModelloException" type="org.codehaus.modello.ModelloException">
</exception>
</method>
<method name="getInterfaceMetadata"
return="org.codehaus.modello.metadata.InterfaceMetadata"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="modelInterface" type="org.codehaus.modello.model.ModelInterface">
</parameter>
<parameter name="stringStringMap" type="java.util.Map<java.lang.String, java.lang.String>">
</parameter>
<exception name="ModelloException" type="org.codehaus.modello.ModelloException">
</exception>
</method>
<method name="getModelMetadata"
return="org.codehaus.modello.metadata.ModelMetadata"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="model" type="org.codehaus.modello.model.Model">
</parameter>
<parameter name="data" type="java.util.Map">
</parameter>
</method>
<method name="getString"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="protected"
>
<parameter name="data" type="java.util.Map">
</parameter>
<parameter name="key" type="java.lang.String">
</parameter>
<parameter name="defaultValue" type="java.lang.String">
</parameter>
</method>
<field name="COLUMN"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.column""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="COLUMN_PREFIX"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.column-prefix""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="DEPENDENT"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.dependent""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="DETACHABLE"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.detachable""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="ENABLED"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.enabled""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="FETCH_GROUPS"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.fetch-groups""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="FOREIGN_KEY_DEFERRED"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.foreign-key-deferred""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="FOREIGN_KEY_DELETE_ACTION"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.foreign-key-delete-action""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="FOREIGN_KEY_UPDATE_ACTION"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.foreign-key-update-action""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="IDENTITY_CLASS"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.identity-class""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="IDENTITY_TYPE"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.identity-type""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="INDEXED"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.indexed""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="JOIN"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.join""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="JOIN_TABLE"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.join-table""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="MAPPED_BY"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.mapped-by""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="MAPPING_IN_PACKAGE"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.mapping-in-package""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="NOT_PERSISTED_FIELDS"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.not-persisted-fields""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="NULL_VALUE"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.null-value""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="PERSISTENCE_MODIFIER"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.persistence-modifier""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="PRIMARY_KEY"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.primary-key""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="RESERVED_WORD_STRICTNESS"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.reserved-word-strictness""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="TABLE"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.table""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="TABLE_PREFIX"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.table-prefix""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="UNIQUE"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.unique""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="USE_IDENTIFIERS"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.use-identifiers-as-primary-key""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="VALUE_STRATEGY"
type="java.lang.String"
transient="false"
volatile="false"
value=""jpox.value-strategy""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
</class>
<class name="JPoxModelMetadata"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.codehaus.modello.metadata.ModelMetadata">
</implements>
<constructor name="JPoxModelMetadata"
type="org.apache.archiva.redback.components.modello.jpox.metadata.JPoxModelMetadata"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getColumnPrefix"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getReservedWordStrictness"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getTablePrefix"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isMappingInPackage"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setColumnPrefix"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="columnPrefix" type="java.lang.String">
</parameter>
</method>
<method name="setMappingInPackage"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="mappingInPackage" type="boolean">
</parameter>
</method>
<method name="setReservedWordStrictness"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="reservedWordStrictness" type="java.lang.String">
</parameter>
</method>
<method name="setTablePrefix"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="tablePrefix" type="java.lang.String">
</parameter>
</method>
<field name="ERROR"
type="java.lang.String"
transient="false"
volatile="false"
value=""error""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="ID"
type="java.lang.String"
transient="false"
volatile="false"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="WARNING"
type="java.lang.String"
transient="false"
volatile="false"
value=""warning""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
</class>
</package>
<package name="org.apache.archiva.redback.components.modello.plugin.jpox"
>
<class name="HelpMojo"
extends="org.apache.maven.plugin.AbstractMojo"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="HelpMojo"
type="org.apache.archiva.redback.components.modello.plugin.jpox.HelpMojo"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="execute"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="MojoExecutionException" type="org.apache.maven.plugin.MojoExecutionException">
</exception>
</method>
</class>
<class name="ModelloJPoxJdoMappingMojo"
extends="org.codehaus.modello.maven.AbstractModelloGeneratorMojo"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="ModelloJPoxJdoMappingMojo"
type="org.apache.archiva.redback.components.modello.plugin.jpox.ModelloJPoxJdoMappingMojo"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getGeneratorType"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="protected"
>
</method>
<method name="getOutputDirectory"
return="java.io.File"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setOutputDirectory"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="outputDirectory" type="java.io.File">
</parameter>
</method>
</class>
<class name="ModelloJPoxMetadataClassMojo"
extends="org.codehaus.modello.maven.AbstractModelloGeneratorMojo"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="ModelloJPoxMetadataClassMojo"
type="org.apache.archiva.redback.components.modello.plugin.jpox.ModelloJPoxMetadataClassMojo"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getGeneratorType"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="protected"
>
</method>
<method name="getOutputDirectory"
return="java.io.File"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setOutputDirectory"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="outputDirectory" type="java.io.File">
</parameter>
</method>
</class>
<class name="ModelloJPoxStoreMojo"
extends="org.codehaus.modello.maven.AbstractModelloGeneratorMojo"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="ModelloJPoxStoreMojo"
type="org.apache.archiva.redback.components.modello.plugin.jpox.ModelloJPoxStoreMojo"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getGeneratorType"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="protected"
>
</method>
<method name="getOutputDirectory"
return="java.io.File"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setOutputDirectory"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="outputDirectory" type="java.io.File">
</parameter>
</method>
</class>
</package>
<package name="org.apache.archiva.redback.components.modello.plugin.store"
>
<class name="AbstractVelocityModelloGenerator"
extends="org.codehaus.modello.plugin.AbstractModelloGenerator"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="AbstractVelocityModelloGenerator"
type="org.apache.archiva.redback.components.modello.plugin.store.AbstractVelocityModelloGenerator"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="makeStubVelocityContext"
return="org.apache.velocity.context.Context"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="protected"
>
<parameter name="model" type="org.codehaus.modello.model.Model">
</parameter>
<parameter name="version" type="org.codehaus.modello.model.Version">
</parameter>
</method>
<method name="makeStubVelocityContext"
return="org.apache.velocity.context.Context"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="protected"
>
<parameter name="model" type="org.codehaus.modello.model.Model">
</parameter>
<parameter name="version" type="org.codehaus.modello.model.Version">
</parameter>
<parameter name="packageName" type="java.lang.String">
</parameter>
</method>
<method name="writeClass"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="protected"
>
<parameter name="templateName" type="java.lang.String">
</parameter>
<parameter name="basedir" type="java.io.File">
</parameter>
<parameter name="packageName" type="java.lang.String">
</parameter>
<parameter name="className" type="java.lang.String">
</parameter>
<parameter name="context" type="org.apache.velocity.context.Context">
</parameter>
<exception name="ModelloException" type="org.codehaus.modello.ModelloException">
</exception>
</method>
<method name="writeTemplate"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="protected"
>
<parameter name="templateName" type="java.lang.String">
</parameter>
<parameter name="file" type="java.io.File">
</parameter>
<parameter name="context" type="org.apache.velocity.context.Context">
</parameter>
<exception name="ModelloException" type="org.codehaus.modello.ModelloException">
</exception>
</method>
</class>
<class name="StoreModelloGenerator"
extends="org.codehaus.modello.plugin.AbstractModelloGenerator"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="StoreModelloGenerator"
type="org.apache.archiva.redback.components.modello.plugin.store.StoreModelloGenerator"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="generate"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="model" type="org.codehaus.modello.model.Model">
</parameter>
<parameter name="properties" type="java.util.Properties">
</parameter>
<exception name="ModelloException" type="org.codehaus.modello.ModelloException">
</exception>
</method>
</class>
</package>
<package name="org.apache.archiva.redback.components.modello.plugin.store.metadata"
>
<class name="StoreAssociationMetadata"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.codehaus.modello.metadata.AssociationMetadata">
</implements>
<constructor name="StoreAssociationMetadata"
type="org.apache.archiva.redback.components.modello.plugin.store.metadata.StoreAssociationMetadata"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getKeyType"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isPart"
return="java.lang.Boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isStorable"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setKeyType"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="keyType" type="java.lang.String">
</parameter>
</method>
<method name="setPart"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="part" type="java.lang.Boolean">
</parameter>
</method>
<method name="setStorable"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="storable" type="boolean">
</parameter>
</method>
<field name="ID"
type="java.lang.String"
transient="false"
volatile="false"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
</class>
<class name="StoreClassMetadata"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.codehaus.modello.metadata.ClassMetadata">
</implements>
<constructor name="StoreClassMetadata"
type="org.apache.archiva.redback.components.modello.plugin.store.metadata.StoreClassMetadata"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="isStorable"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setStorable"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="storable" type="boolean">
</parameter>
</method>
<field name="ID"
type="java.lang.String"
transient="false"
volatile="false"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
</class>
<class name="StoreFieldMetadata"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.codehaus.modello.metadata.FieldMetadata">
</implements>
<constructor name="StoreFieldMetadata"
type="org.apache.archiva.redback.components.modello.plugin.store.metadata.StoreFieldMetadata"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getMaxSize"
return="int"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isStorable"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setMaxSize"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="maxSize" type="int">
</parameter>
</method>
<method name="setStorable"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="storable" type="boolean">
</parameter>
</method>
<field name="ID"
type="java.lang.String"
transient="false"
volatile="false"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
</class>
<class name="StoreMetadataPlugin"
extends="org.codehaus.modello.metadata.AbstractMetadataPlugin"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="StoreMetadataPlugin"
type="org.apache.archiva.redback.components.modello.plugin.store.metadata.StoreMetadataPlugin"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getAssociationMetadata"
return="org.codehaus.modello.metadata.AssociationMetadata"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="association" type="org.codehaus.modello.model.ModelAssociation">
</parameter>
<parameter name="data" type="java.util.Map">
</parameter>
<exception name="ModelloException" type="org.codehaus.modello.ModelloException">
</exception>
</method>
<method name="getClassMetadata"
return="org.codehaus.modello.metadata.ClassMetadata"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="clazz" type="org.codehaus.modello.model.ModelClass">
</parameter>
<parameter name="data" type="java.util.Map">
</parameter>
<exception name="ModelloException" type="org.codehaus.modello.ModelloException">
</exception>
</method>
<method name="getFieldMap"
return="java.util.Map"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="field" type="org.codehaus.modello.model.ModelField">
</parameter>
<parameter name="metadata" type="org.codehaus.modello.metadata.FieldMetadata">
</parameter>
</method>
<method name="getFieldMetadata"
return="org.codehaus.modello.metadata.FieldMetadata"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="field" type="org.codehaus.modello.model.ModelField">
</parameter>
<parameter name="data" type="java.util.Map">
</parameter>
<exception name="ModelloException" type="org.codehaus.modello.ModelloException">
</exception>
</method>
<method name="getInterfaceMetadata"
return="org.codehaus.modello.metadata.InterfaceMetadata"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="modelInterface" type="org.codehaus.modello.model.ModelInterface">
</parameter>
<parameter name="stringStringMap" type="java.util.Map<java.lang.String, java.lang.String>">
</parameter>
<exception name="ModelloException" type="org.codehaus.modello.ModelloException">
</exception>
</method>
<method name="getModelMetadata"
return="org.codehaus.modello.metadata.ModelMetadata"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="model" type="org.codehaus.modello.model.Model">
</parameter>
<parameter name="data" type="java.util.Map">
</parameter>
</method>
<field name="KEY_TYPE"
type="java.lang.String"
transient="false"
volatile="false"
value=""stash.keyType""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="PART"
type="java.lang.String"
transient="false"
volatile="false"
value=""stash.part""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
</class>
<class name="StoreModelMetadata"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.codehaus.modello.metadata.ModelMetadata">
</implements>
<constructor name="StoreModelMetadata"
type="org.apache.archiva.redback.components.modello.plugin.store.metadata.StoreModelMetadata"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
</class>
</package>
<package name="org.apache.archiva.redback.components.modello.plugin.store.tool"
>
<class name="JavaTool"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="JavaTool"
type="org.apache.archiva.redback.components.modello.plugin.store.tool.JavaTool"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="capitalise"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="s" type="java.lang.String">
</parameter>
</method>
<method name="fail"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="message" type="java.lang.String">
</parameter>
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
<method name="makeGetter"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="field" type="org.codehaus.modello.model.ModelField">
</parameter>
</method>
<method name="makeSetter"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="field" type="org.codehaus.modello.model.ModelField">
</parameter>
</method>
<method name="singular"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="name" type="java.lang.String">
</parameter>
</method>
<method name="uncapitalise"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="s" type="java.lang.String">
</parameter>
</method>
</class>
</package>
<package name="org.apache.archiva.redback.components.registry"
>
<interface name="Registry"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="addChangeListener"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="listener" type="org.apache.archiva.redback.components.registry.RegistryListener">
</parameter>
</method>
<method name="addConfigurationFromFile"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="file" type="java.io.File">
</parameter>
<exception name="RegistryException" type="org.apache.archiva.redback.components.registry.RegistryException">
</exception>
</method>
<method name="addConfigurationFromFile"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="file" type="java.io.File">
</parameter>
<parameter name="prefix" type="java.lang.String">
</parameter>
<exception name="RegistryException" type="org.apache.archiva.redback.components.registry.RegistryException">
</exception>
</method>
<method name="addConfigurationFromResource"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="resource" type="java.lang.String">
</parameter>
<exception name="RegistryException" type="org.apache.archiva.redback.components.registry.RegistryException">
</exception>
</method>
<method name="addConfigurationFromResource"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="resource" type="java.lang.String">
</parameter>
<parameter name="prefix" type="java.lang.String">
</parameter>
<exception name="RegistryException" type="org.apache.archiva.redback.components.registry.RegistryException">
</exception>
</method>
<method name="dump"
return="java.lang.String"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getBoolean"
return="boolean"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
</method>
<method name="getBoolean"
return="boolean"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
<parameter name="defaultValue" type="boolean">
</parameter>
</method>
<method name="getFullKeys"
return="java.util.Collection<java.lang.String>"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getInt"
return="int"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
</method>
<method name="getInt"
return="int"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
<parameter name="defaultValue" type="int">
</parameter>
</method>
<method name="getKeys"
return="java.util.Collection<java.lang.String>"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getList"
return="java.util.List"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
</method>
<method name="getProperties"
return="java.util.Properties"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
</method>
<method name="getSection"
return="org.apache.archiva.redback.components.registry.Registry"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="name" type="java.lang.String">
</parameter>
</method>
<method name="getString"
return="java.lang.String"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
</method>
<method name="getString"
return="java.lang.String"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
<parameter name="defaultValue" type="java.lang.String">
</parameter>
</method>
<method name="getSubset"
return="org.apache.archiva.redback.components.registry.Registry"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
</method>
<method name="getSubsetList"
return="java.util.List"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
</method>
<method name="initialize"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="RegistryException" type="org.apache.archiva.redback.components.registry.RegistryException">
</exception>
</method>
<method name="isEmpty"
return="boolean"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="remove"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
</method>
<method name="removeSubset"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
</method>
<method name="save"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="RegistryException" type="org.apache.archiva.redback.components.registry.RegistryException">
</exception>
<exception name="UnsupportedOperationException" type="java.lang.UnsupportedOperationException">
</exception>
</method>
<method name="setBoolean"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
<parameter name="value" type="boolean">
</parameter>
</method>
<method name="setInt"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
<parameter name="value" type="int">
</parameter>
</method>
<method name="setString"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
<parameter name="value" type="java.lang.String">
</parameter>
</method>
</interface>
<class name="RegistryException"
extends="java.lang.Exception"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="RegistryException"
type="org.apache.archiva.redback.components.registry.RegistryException"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="message" type="java.lang.String">
</parameter>
</constructor>
<constructor name="RegistryException"
type="org.apache.archiva.redback.components.registry.RegistryException"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="message" type="java.lang.String">
</parameter>
<parameter name="cause" type="java.lang.Throwable">
</parameter>
</constructor>
</class>
<interface name="RegistryListener"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="afterConfigurationChange"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="registry" type="org.apache.archiva.redback.components.registry.Registry">
</parameter>
<parameter name="propertyName" type="java.lang.String">
</parameter>
<parameter name="propertyValue" type="java.lang.Object">
</parameter>
</method>
<method name="beforeConfigurationChange"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="registry" type="org.apache.archiva.redback.components.registry.Registry">
</parameter>
<parameter name="propertyName" type="java.lang.String">
</parameter>
<parameter name="propertyValue" type="java.lang.Object">
</parameter>
</method>
</interface>
</package>
<package name="org.apache.archiva.redback.components.registry.commons"
>
<class name="CommonsConfigurationRegistry"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.registry.Registry">
</implements>
<constructor name="CommonsConfigurationRegistry"
type="org.apache.archiva.redback.components.registry.commons.CommonsConfigurationRegistry"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<constructor name="CommonsConfigurationRegistry"
type="org.apache.archiva.redback.components.registry.commons.CommonsConfigurationRegistry"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="configuration" type="org.apache.commons.configuration.Configuration">
</parameter>
</constructor>
<method name="addChangeListener"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="listener" type="org.apache.archiva.redback.components.registry.RegistryListener">
</parameter>
</method>
<method name="addConfigurationFromFile"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="file" type="java.io.File">
</parameter>
<exception name="RegistryException" type="org.apache.archiva.redback.components.registry.RegistryException">
</exception>
</method>
<method name="addConfigurationFromFile"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="file" type="java.io.File">
</parameter>
<parameter name="prefix" type="java.lang.String">
</parameter>
<exception name="RegistryException" type="org.apache.archiva.redback.components.registry.RegistryException">
</exception>
</method>
<method name="addConfigurationFromResource"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="resource" type="java.lang.String">
</parameter>
<exception name="RegistryException" type="org.apache.archiva.redback.components.registry.RegistryException">
</exception>
</method>
<method name="addConfigurationFromResource"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="resource" type="java.lang.String">
</parameter>
<parameter name="prefix" type="java.lang.String">
</parameter>
<exception name="RegistryException" type="org.apache.archiva.redback.components.registry.RegistryException">
</exception>
</method>
<method name="dump"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getBoolean"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
</method>
<method name="getBoolean"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
<parameter name="defaultValue" type="boolean">
</parameter>
</method>
<method name="getFullKeys"
return="java.util.Collection"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getInt"
return="int"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
</method>
<method name="getInt"
return="int"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
<parameter name="defaultValue" type="int">
</parameter>
</method>
<method name="getKeys"
return="java.util.Collection<java.lang.String>"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getList"
return="java.util.List"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
</method>
<method name="getProperties"
return="java.util.Properties"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
</method>
<method name="getPropertyDelimiter"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getSection"
return="org.apache.archiva.redback.components.registry.Registry"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="name" type="java.lang.String">
</parameter>
</method>
<method name="getString"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
</method>
<method name="getString"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
<parameter name="defaultValue" type="java.lang.String">
</parameter>
</method>
<method name="getSubset"
return="org.apache.archiva.redback.components.registry.Registry"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
</method>
<method name="getSubsetList"
return="java.util.List"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
</method>
<method name="initialize"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="RegistryException" type="org.apache.archiva.redback.components.registry.RegistryException">
</exception>
</method>
<method name="isEmpty"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="remove"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
</method>
<method name="removeSubset"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
</method>
<method name="save"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="RegistryException" type="org.apache.archiva.redback.components.registry.RegistryException">
</exception>
</method>
<method name="setBoolean"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
<parameter name="value" type="boolean">
</parameter>
</method>
<method name="setInt"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
<parameter name="value" type="int">
</parameter>
</method>
<method name="setProperties"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="properties" type="java.lang.String">
</parameter>
</method>
<method name="setPropertyDelimiter"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="propertyDelimiter" type="java.lang.String">
</parameter>
</method>
<method name="setString"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="key" type="java.lang.String">
</parameter>
<parameter name="value" type="java.lang.String">
</parameter>
</method>
</class>
<class name="ConfigurationListenerDelegate"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="ConfigurationListenerDelegate"
type="org.apache.archiva.redback.components.registry.commons.ConfigurationListenerDelegate"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="listener" type="org.apache.archiva.redback.components.registry.RegistryListener">
</parameter>
<parameter name="registry" type="org.apache.archiva.redback.components.registry.Registry">
</parameter>
</constructor>
<method name="configurationChanged"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="event" type="org.apache.commons.configuration.event.ConfigurationEvent">
</parameter>
</method>
</class>
</package>
<package name="org.apache.archiva.redback.components.registry.modello"
>
<class name="AbstractRegistryGenerator"
extends="org.apache.archiva.redback.components.modello.plugin.store.AbstractVelocityModelloGenerator"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="AbstractRegistryGenerator"
type="org.apache.archiva.redback.components.registry.modello.AbstractRegistryGenerator"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="generate"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="protected"
>
<parameter name="model" type="org.codehaus.modello.model.Model">
</parameter>
<parameter name="parameters" type="java.util.Properties">
</parameter>
<parameter name="outputType" type="java.lang.String">
</parameter>
<exception name="ModelloException" type="org.codehaus.modello.ModelloException">
</exception>
</method>
</class>
<class name="RegistryReaderGenerator"
extends="org.apache.archiva.redback.components.registry.modello.AbstractRegistryGenerator"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="RegistryReaderGenerator"
type="org.apache.archiva.redback.components.registry.modello.RegistryReaderGenerator"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="generate"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="model" type="org.codehaus.modello.model.Model">
</parameter>
<parameter name="parameters" type="java.util.Properties">
</parameter>
<exception name="ModelloException" type="org.codehaus.modello.ModelloException">
</exception>
</method>
</class>
<class name="RegistryWriterGenerator"
extends="org.apache.archiva.redback.components.registry.modello.AbstractRegistryGenerator"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="RegistryWriterGenerator"
type="org.apache.archiva.redback.components.registry.modello.RegistryWriterGenerator"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="generate"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="model" type="org.codehaus.modello.model.Model">
</parameter>
<parameter name="parameters" type="java.util.Properties">
</parameter>
<exception name="ModelloException" type="org.codehaus.modello.ModelloException">
</exception>
</method>
</class>
</package>
<package name="org.apache.archiva.redback.components.scheduler"
>
<class name="AbstractJob"
extends="java.lang.Object"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="AbstractJob"
type="org.apache.archiva.redback.components.scheduler.AbstractJob"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="execute"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="context" type="org.quartz.JobExecutionContext">
</parameter>
<exception name="JobExecutionException" type="org.quartz.JobExecutionException">
</exception>
</method>
<method name="getJobDataMap"
return="org.quartz.JobDataMap"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getLogger"
return="org.slf4j.Logger"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="interrupt"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="UnableToInterruptJobException" type="org.quartz.UnableToInterruptJobException">
</exception>
</method>
<method name="isInterrupted"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setJobDataMap"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="jobDataMap" type="org.quartz.JobDataMap">
</parameter>
</method>
<field name="CONTEXT"
type="java.lang.String"
transient="false"
volatile="false"
value=""JOB_CONTEXT""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="EXECUTION_CONFIGURATION"
type="java.lang.String"
transient="false"
volatile="false"
value=""JOB_EXECUTION_CONFIGURATION""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="LOGGER"
type="java.lang.String"
transient="false"
volatile="false"
value=""JOB_LOGGER""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="SERVICE_MANAGER"
type="java.lang.String"
transient="false"
volatile="false"
value=""JOB_SERVICE_MANAGER""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
</class>
<class name="CronExpressionValidator"
extends="java.lang.Object"
abstract="false"
static="false"
final="true"
deprecated="not deprecated"
visibility="public"
>
<constructor name="CronExpressionValidator"
type="org.apache.archiva.redback.components.scheduler.CronExpressionValidator"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="validate"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="cronExpression" type="java.lang.String">
</parameter>
</method>
</class>
<class name="DefaultJobListener"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.quartz.JobListener">
</implements>
<constructor name="DefaultJobListener"
type="org.apache.archiva.redback.components.scheduler.DefaultJobListener"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getName"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="jobExecutionVetoed"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="jobExecutionContext" type="org.quartz.JobExecutionContext">
</parameter>
</method>
<method name="jobToBeExecuted"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="context" type="org.quartz.JobExecutionContext">
</parameter>
</method>
<method name="jobWasExecuted"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="context" type="org.quartz.JobExecutionContext">
</parameter>
<parameter name="jobException" type="org.quartz.JobExecutionException">
</parameter>
</method>
</class>
<class name="DefaultScheduler"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.scheduler.Scheduler">
</implements>
<constructor name="DefaultScheduler"
type="org.apache.archiva.redback.components.scheduler.DefaultScheduler"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="addGlobalJobListener"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="listener" type="org.quartz.JobListener">
</parameter>
<exception name="SchedulerException" type="org.quartz.SchedulerException">
</exception>
</method>
<method name="addGlobalTriggerListener"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="listener" type="org.quartz.TriggerListener">
</parameter>
<exception name="SchedulerException" type="org.quartz.SchedulerException">
</exception>
</method>
<method name="getProperties"
return="java.util.Properties"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getScheduler"
return="org.quartz.impl.StdScheduler"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="initialize"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="SchedulerException" type="org.quartz.SchedulerException">
</exception>
</method>
<method name="interruptSchedule"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="jobName" type="java.lang.String">
</parameter>
<parameter name="groupName" type="java.lang.String">
</parameter>
<exception name="SchedulerException" type="org.quartz.SchedulerException">
</exception>
</method>
<method name="scheduleJob"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="jobDetail" type="org.quartz.JobDetail">
</parameter>
<parameter name="trigger" type="org.quartz.Trigger">
</parameter>
<exception name="SchedulerException" type="org.quartz.SchedulerException">
</exception>
</method>
<method name="setProperties"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="properties" type="java.util.Properties">
</parameter>
</method>
<method name="shutdown"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="waitForJobsToComplete" type="boolean">
</parameter>
</method>
<method name="stop"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="unscheduleJob"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="jobName" type="java.lang.String">
</parameter>
<parameter name="groupName" type="java.lang.String">
</parameter>
<exception name="SchedulerException" type="org.quartz.SchedulerException">
</exception>
</method>
</class>
<interface name="Scheduler"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="addGlobalJobListener"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="listener" type="org.quartz.JobListener">
</parameter>
<exception name="SchedulerException" type="org.quartz.SchedulerException">
</exception>
</method>
<method name="addGlobalTriggerListener"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="listener" type="org.quartz.TriggerListener">
</parameter>
<exception name="SchedulerException" type="org.quartz.SchedulerException">
</exception>
</method>
<method name="getProperties"
return="java.util.Properties"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="interruptSchedule"
return="boolean"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="jobName" type="java.lang.String">
</parameter>
<parameter name="groupName" type="java.lang.String">
</parameter>
<exception name="SchedulerException" type="org.quartz.SchedulerException">
</exception>
</method>
<method name="scheduleJob"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="jobDetail" type="org.quartz.JobDetail">
</parameter>
<parameter name="trigger" type="org.quartz.Trigger">
</parameter>
<exception name="SchedulerException" type="org.quartz.SchedulerException">
</exception>
</method>
<method name="setProperties"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="properties" type="java.util.Properties">
</parameter>
</method>
<method name="shutdown"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="waitForJobsToComplete" type="boolean">
</parameter>
</method>
<method name="unscheduleJob"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="jobName" type="java.lang.String">
</parameter>
<parameter name="groupName" type="java.lang.String">
</parameter>
<exception name="SchedulerException" type="org.quartz.SchedulerException">
</exception>
</method>
</interface>
</package>
<package name="org.apache.archiva.redback.components.scheduler.configuration"
>
<class name="SchedulerConfiguration"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="SchedulerConfiguration"
type="org.apache.archiva.redback.components.scheduler.configuration.SchedulerConfiguration"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getClassLoadHelper"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getContextKey"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getDbFailureRetryInterval"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getIdleWaitTime"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getInstanceId"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getInstanceName"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getThreadName"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getUserTransactionURL"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getWrapJobExecutionInUserTransaction"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setClassLoadHelper"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="classLoadHelper" type="java.lang.String">
</parameter>
</method>
<method name="setContextKey"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="contextKey" type="java.lang.String">
</parameter>
</method>
<method name="setDbFailureRetryInterval"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="dbFailureRetryInterval" type="java.lang.String">
</parameter>
</method>
<method name="setIdleWaitTime"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="idleWaitTime" type="java.lang.String">
</parameter>
</method>
<method name="setInstanceId"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="InstanceId" type="java.lang.String">
</parameter>
</method>
<method name="setInstanceName"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="instanceName" type="java.lang.String">
</parameter>
</method>
<method name="setThreadName"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="threadName" type="java.lang.String">
</parameter>
</method>
<method name="setUserTransactionURL"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="userTransactionURL" type="java.lang.String">
</parameter>
</method>
<method name="setWrapJobExecutionInUserTransaction"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="wrapJobExecutionInUserTransaction" type="java.lang.String">
</parameter>
</method>
</class>
</package>
<package name="org.apache.archiva.redback.components.springutils"
>
<class name="ComponentContainer"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="ComponentContainer"
type="org.apache.archiva.redback.components.springutils.ComponentContainer"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="buildMapWithRole"
return="java.util.Map<java.lang.String, T>"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="clazz" type="java.lang.Class<T>">
</parameter>
</method>
<method name="buildMapWithRole"
return="java.util.Map<java.lang.String, T>"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="beansOfType" type="java.util.Map<java.lang.String, T>">
</parameter>
</method>
<method name="getComponent"
return="T"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="clazz" type="java.lang.Class<T>">
</parameter>
</method>
<method name="getComponent"
return="T"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="clazz" type="java.lang.Class<T>">
</parameter>
<parameter name="hint" type="java.lang.String">
</parameter>
</method>
<method name="getDefaultRoleHint"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="hasComponent"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="clazz" type="java.lang.Class<T>">
</parameter>
</method>
<method name="hasComponent"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="clazz" type="java.lang.Class<T>">
</parameter>
<parameter name="hint" type="java.lang.String">
</parameter>
</method>
<field name="BEAN_NAME_ROLEHINTSEPARATOR"
type="java.lang.String"
transient="false"
volatile="false"
value=""#""
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="applicationContext"
type="org.springframework.context.ApplicationContext"
transient="false"
volatile="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="protected"
>
</field>
</class>
</package>
<package name="org.apache.archiva.redback.components.springutils.plexusshim"
>
<class name="PlexusShimComponent"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="PlexusShimComponent"
type="org.apache.archiva.redback.components.springutils.plexusshim.PlexusShimComponent"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="initialize"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="PlexusContainerException" type="org.codehaus.plexus.PlexusContainerException">
</exception>
</method>
<method name="lookup"
return="T"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="clazz" type="java.lang.Class<T>">
</parameter>
<exception name="ComponentLookupException" type="org.codehaus.plexus.component.repository.exception.ComponentLookupException">
</exception>
</method>
<method name="lookup"
return="T"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="clazz" type="java.lang.Class<T>">
</parameter>
<parameter name="hint" type="java.lang.String">
</parameter>
<exception name="ComponentLookupException" type="org.codehaus.plexus.component.repository.exception.ComponentLookupException">
</exception>
</method>
<method name="lookupList"
return="java.util.List<T>"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="clazz" type="java.lang.Class<T>">
</parameter>
<exception name="ComponentLookupException" type="org.codehaus.plexus.component.repository.exception.ComponentLookupException">
</exception>
</method>
</class>
</package>
<package name="org.apache.archiva.redback.components.taskqueue"
>
<class name="DefaultTaskQueue"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.taskqueue.TaskQueue">
</implements>
<constructor name="DefaultTaskQueue"
type="org.apache.archiva.redback.components.taskqueue.DefaultTaskQueue"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="getQueueSnapshot"
return="java.util.List<org.apache.archiva.redback.components.taskqueue.Task>"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="TaskQueueException" type="org.apache.archiva.redback.components.taskqueue.TaskQueueException">
</exception>
</method>
<method name="getTaskEntryEvaluators"
return="java.util.List<org.apache.archiva.redback.components.taskqueue.TaskEntryEvaluator>"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getTaskExitEvaluators"
return="java.util.List<org.apache.archiva.redback.components.taskqueue.TaskExitEvaluator>"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getTaskViabilityEvaluators"
return="java.util.List<org.apache.archiva.redback.components.taskqueue.TaskViabilityEvaluator>"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="poll"
return="org.apache.archiva.redback.components.taskqueue.Task"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="timeout" type="int">
</parameter>
<parameter name="timeUnit" type="java.util.concurrent.TimeUnit">
</parameter>
<exception name="InterruptedException" type="java.lang.InterruptedException">
</exception>
</method>
<method name="put"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="task" type="org.apache.archiva.redback.components.taskqueue.Task">
</parameter>
<exception name="TaskQueueException" type="org.apache.archiva.redback.components.taskqueue.TaskQueueException">
</exception>
</method>
<method name="remove"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="task" type="org.apache.archiva.redback.components.taskqueue.Task">
</parameter>
<exception name="ClassCastException" type="java.lang.ClassCastException">
</exception>
<exception name="NullPointerException" type="java.lang.NullPointerException">
</exception>
</method>
<method name="removeAll"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="tasks" type="java.util.List<org.apache.archiva.redback.components.taskqueue.Task>">
</parameter>
<exception name="ClassCastException" type="java.lang.ClassCastException">
</exception>
<exception name="NullPointerException" type="java.lang.NullPointerException">
</exception>
</method>
<method name="setTaskEntryEvaluators"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="taskEntryEvaluators" type="java.util.List<org.apache.archiva.redback.components.taskqueue.TaskEntryEvaluator>">
</parameter>
</method>
<method name="setTaskExitEvaluators"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="taskExitEvaluators" type="java.util.List<org.apache.archiva.redback.components.taskqueue.TaskExitEvaluator>">
</parameter>
</method>
<method name="setTaskViabilityEvaluators"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="taskViabilityEvaluators" type="java.util.List<org.apache.archiva.redback.components.taskqueue.TaskViabilityEvaluator>">
</parameter>
</method>
<method name="take"
return="org.apache.archiva.redback.components.taskqueue.Task"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="TaskQueueException" type="org.apache.archiva.redback.components.taskqueue.TaskQueueException">
</exception>
</method>
</class>
<interface name="Task"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="getMaxExecutionTime"
return="long"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
</interface>
<interface name="TaskEntryEvaluator"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="evaluate"
return="boolean"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="task" type="org.apache.archiva.redback.components.taskqueue.Task">
</parameter>
<exception name="TaskQueueException" type="org.apache.archiva.redback.components.taskqueue.TaskQueueException">
</exception>
</method>
</interface>
<interface name="TaskExitEvaluator"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="evaluate"
return="boolean"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="task" type="org.apache.archiva.redback.components.taskqueue.Task">
</parameter>
<exception name="TaskQueueException" type="org.apache.archiva.redback.components.taskqueue.TaskQueueException">
</exception>
</method>
</interface>
<interface name="TaskQueue"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="getQueueSnapshot"
return="java.util.List<org.apache.archiva.redback.components.taskqueue.Task>"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="TaskQueueException" type="org.apache.archiva.redback.components.taskqueue.TaskQueueException">
</exception>
</method>
<method name="poll"
return="org.apache.archiva.redback.components.taskqueue.Task"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="timeout" type="int">
</parameter>
<parameter name="timeUnit" type="java.util.concurrent.TimeUnit">
</parameter>
<exception name="InterruptedException" type="java.lang.InterruptedException">
</exception>
</method>
<method name="put"
return="boolean"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="task" type="org.apache.archiva.redback.components.taskqueue.Task">
</parameter>
<exception name="TaskQueueException" type="org.apache.archiva.redback.components.taskqueue.TaskQueueException">
</exception>
</method>
<method name="remove"
return="boolean"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="task" type="org.apache.archiva.redback.components.taskqueue.Task">
</parameter>
<exception name="ClassCastException" type="java.lang.ClassCastException">
</exception>
<exception name="NullPointerException" type="java.lang.NullPointerException">
</exception>
</method>
<method name="removeAll"
return="boolean"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="tasks" type="java.util.List<org.apache.archiva.redback.components.taskqueue.Task>">
</parameter>
<exception name="ClassCastException" type="java.lang.ClassCastException">
</exception>
<exception name="NullPointerException" type="java.lang.NullPointerException">
</exception>
</method>
<method name="take"
return="org.apache.archiva.redback.components.taskqueue.Task"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="TaskQueueException" type="org.apache.archiva.redback.components.taskqueue.TaskQueueException">
</exception>
</method>
</interface>
<class name="TaskQueueException"
extends="java.lang.Exception"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="TaskQueueException"
type="org.apache.archiva.redback.components.taskqueue.TaskQueueException"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="message" type="java.lang.String">
</parameter>
</constructor>
<constructor name="TaskQueueException"
type="org.apache.archiva.redback.components.taskqueue.TaskQueueException"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="message" type="java.lang.String">
</parameter>
<parameter name="cause" type="java.lang.Throwable">
</parameter>
</constructor>
</class>
<interface name="TaskViabilityEvaluator"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="evaluate"
return="java.util.Collection<org.apache.archiva.redback.components.taskqueue.Task>"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="tasks" type="java.util.Collection<org.apache.archiva.redback.components.taskqueue.Task>">
</parameter>
<exception name="TaskQueueException" type="org.apache.archiva.redback.components.taskqueue.TaskQueueException">
</exception>
</method>
</interface>
</package>
<package name="org.apache.archiva.redback.components.taskqueue.execution"
>
<class name="TaskExecutionException"
extends="java.lang.Exception"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="TaskExecutionException"
type="org.apache.archiva.redback.components.taskqueue.execution.TaskExecutionException"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="message" type="java.lang.String">
</parameter>
</constructor>
<constructor name="TaskExecutionException"
type="org.apache.archiva.redback.components.taskqueue.execution.TaskExecutionException"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="message" type="java.lang.String">
</parameter>
<parameter name="cause" type="java.lang.Throwable">
</parameter>
</constructor>
</class>
<interface name="TaskExecutor"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="executeTask"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="task" type="org.apache.archiva.redback.components.taskqueue.Task">
</parameter>
<exception name="TaskExecutionException" type="org.apache.archiva.redback.components.taskqueue.execution.TaskExecutionException">
</exception>
</method>
</interface>
<interface name="TaskQueueExecutor"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<method name="cancelTask"
return="boolean"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="task" type="org.apache.archiva.redback.components.taskqueue.Task">
</parameter>
</method>
<method name="getCurrentTask"
return="org.apache.archiva.redback.components.taskqueue.Task"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
</interface>
<class name="ThreadedTaskQueueExecutor"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="org.apache.archiva.redback.components.taskqueue.execution.TaskQueueExecutor">
</implements>
<constructor name="ThreadedTaskQueueExecutor"
type="org.apache.archiva.redback.components.taskqueue.execution.ThreadedTaskQueueExecutor"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="cancelTask"
return="boolean"
abstract="false"
native="false"
synchronized="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="task" type="org.apache.archiva.redback.components.taskqueue.Task">
</parameter>
</method>
<method name="getCurrentTask"
return="org.apache.archiva.redback.components.taskqueue.Task"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getExecutor"
return="org.apache.archiva.redback.components.taskqueue.execution.TaskExecutor"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getName"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getQueue"
return="org.apache.archiva.redback.components.taskqueue.TaskQueue"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setExecutor"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="executor" type="org.apache.archiva.redback.components.taskqueue.execution.TaskExecutor">
</parameter>
</method>
<method name="setName"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="name" type="java.lang.String">
</parameter>
</method>
<method name="setQueue"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="queue" type="org.apache.archiva.redback.components.taskqueue.TaskQueue">
</parameter>
</method>
<method name="start"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="stop"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
</class>
</package>
</api>