A B C D E F G H I J L M N O P R S T U V

A

AbstractRepoPackageVersionComparator - Class in org.japtproxy.packages
The VersionComparator is responsible for comparing package versions.
AbstractRepoPackageVersionComparator() - Constructor for class org.japtproxy.packages.AbstractRepoPackageVersionComparator
 
accept(File, String) - Method in class org.japtproxy.packages.RepoPackageFilter
addUrl(URL) - Method in class org.japtproxy.misc.Backend
 

B

Backend - Class in org.japtproxy.misc
This class holds the backend configuration.
Backend(BackendType) - Constructor for class org.japtproxy.misc.Backend
 
BackendType - Enum in org.japtproxy.misc
Enum for backend types.
buildCredentials(String) - Method in class org.japtproxy.fetcher.FetcherHttp
 
buildNTCredentials(String, String) - Method in class org.japtproxy.fetcher.FetcherHttp
 

C

close() - Method in interface org.japtproxy.fetcher.FetchedResource
Closes open fetcher connection.
close() - Method in class org.japtproxy.fetcher.FetchedResourceFtp
Closes open fetcher connection.
close() - Method in class org.japtproxy.fetcher.FetchedResourceHttp
Closes open fetcher connection.
compare(String, String) - Method in class org.japtproxy.packages.AbstractRepoPackageVersionComparator
Compares two packages based on the version and revision field.
Configuration - Class in org.japtproxy.misc
This class is used to read and hold the Japt-Proxy configuration.
Configuration(File) - Constructor for class org.japtproxy.misc.Configuration
Initialize the configuration with the given config file.
configuration - Variable in class org.japtproxy.packages.RepoPackageFinder
The Japt-Proxy configuration.
configureProxy(HostConfiguration, String) - Method in class org.japtproxy.fetcher.FetcherHttp
 
CONTENT_TYPE - Static variable in class org.japtproxy.misc.HttpHeaderConstants
The content-type header name.
copy(InputStream, OutputStream, OutputStream) - Method in class org.japtproxy.misc.IOHandler
Copies data from an InputStream to two OutputStreams.

D

DebianPackageVersionComparator - Class in org.japtproxy.packages.debian
The VersionComparator is responsible for comparing debian package versions.
DebianPackageVersionComparator() - Constructor for class org.japtproxy.packages.debian.DebianPackageVersionComparator
 
DEFAULT_BUFFER_SIZE - Static variable in class org.japtproxy.misc.Util
Buffer size that is used for all output buffers.
destroy() - Method in class org.japtproxy.JaptProxyServlet
Shut down Japt-Proxy.
DiskPackagePool - Class in org.japtproxy.packagepool
The DiskPackagePool is an implementation of PackagePool that stores the packages on a disk.
DiskPackagePool() - Constructor for class org.japtproxy.packagepool.DiskPackagePool
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.japtproxy.JaptProxyServlet
Check the requested data and forward the request to internal sender.

E

executeJobs() - Method in class org.japtproxy.misc.ShutdownEventListener
 
exists(Backend, String) - Method in class org.japtproxy.packagepool.DiskPackagePool
Checks if a resource name already exists.
exists(Backend, String) - Method in interface org.japtproxy.packagepool.PackagePool
Checks if a resource name already exists.

F

fetch(URL, long) - Method in interface org.japtproxy.fetcher.Fetcher
Fetches an external resource.
fetch(URL, long) - Method in class org.japtproxy.fetcher.FetcherFtp
Fetches an external resource.
fetch(URL, long) - Method in class org.japtproxy.fetcher.FetcherHttp
Fetches an external resource.
FetchedResource - Interface in org.japtproxy.fetcher
The FetchedResource interface defines methods used to get information about the fetched resource.
FetchedResourceFtp - Class in org.japtproxy.fetcher
The FetchedResourceFtp provides access to the via FTP fetched resource.
FetchedResourceFtp(FTPClient, FTPFile) - Constructor for class org.japtproxy.fetcher.FetchedResourceFtp
Constructor.
FetchedResourceHttp - Class in org.japtproxy.fetcher
The FetchedResourceHttp provides access to the via HTTP fetched resource.
FetchedResourceHttp(GetMethod) - Constructor for class org.japtproxy.fetcher.FetchedResourceHttp
Constructor.
Fetcher - Interface in org.japtproxy.fetcher
The Fetcher interface defines methods used to fetch external resources.
FetcherFactory - Class in org.japtproxy.fetcher
Factory class used to initialize fetcher classes and return their instances.
FetcherFactory() - Constructor for class org.japtproxy.fetcher.FetcherFactory
 
fetcherFactory - Variable in class org.japtproxy.misc.IOHandler
The FetcherFactory instance.
FetcherFtp - Class in org.japtproxy.fetcher
The FetcherFtp is responsible for fetching files from ftp resources.
FetcherFtp() - Constructor for class org.japtproxy.fetcher.FetcherFtp
 
FetcherHttp - Class in org.japtproxy.fetcher
The FetcherHttp is responsible for fetching files from http resources.
FetcherHttp() - Constructor for class org.japtproxy.fetcher.FetcherHttp
 
findSendSave(RequestedData, HttpServletResponse) - Method in class org.japtproxy.packages.RepoPackageFinder
 

G

getArch() - Method in interface org.japtproxy.packages.IRepoPackage
Gets the arch part of this repo package.
getArch() - Method in class org.japtproxy.packages.RepoPackage
Gets the arch part of this repo package.
getBackend(String) - Method in class org.japtproxy.misc.Configuration
 
getBasename() - Method in interface org.japtproxy.packages.IRepoPackage
Gets the basename part of this repo package.
getBasename() - Method in class org.japtproxy.packages.RepoPackage
Gets the basename part of this repo package.
getContentLength() - Method in interface org.japtproxy.fetcher.FetchedResource
 
getContentLength() - Method in class org.japtproxy.fetcher.FetchedResourceFtp
getContentLength() - Method in class org.japtproxy.fetcher.FetchedResourceHttp
getContentType() - Method in interface org.japtproxy.fetcher.FetchedResource
 
getContentType() - Method in class org.japtproxy.fetcher.FetchedResourceFtp
getContentType() - Method in class org.japtproxy.fetcher.FetchedResourceHttp
getContentType() - Method in class org.japtproxy.poolobject.PoolFile
Get the content type of the final resource.
getContentType() - Method in interface org.japtproxy.poolobject.PoolObject
Get the content type of the final resource.
getDirectory() - Method in class org.japtproxy.misc.Backend
 
getExtension() - Method in interface org.japtproxy.packages.IRepoPackage
Gets the extension part of this repo package.
getExtension() - Method in class org.japtproxy.packages.RepoPackage
Gets the extension part of this repo package.
getHttpProxy() - Method in class org.japtproxy.misc.Configuration
Returns the Http-Proxy to be used.
getInputStream() - Method in interface org.japtproxy.fetcher.FetchedResource
 
getInputStream() - Method in class org.japtproxy.fetcher.FetchedResourceFtp
getInputStream() - Method in class org.japtproxy.fetcher.FetchedResourceHttp
getInputStream() - Method in class org.japtproxy.poolobject.PoolFile
Get the InputStream of the final resource.
getInputStream() - Method in interface org.japtproxy.poolobject.PoolObject
Get the InputStream of the final resource.
getInstance(URL) - Method in class org.japtproxy.fetcher.FetcherFactory
Initializes an fetcher based on the given targetResource.
getInstance(IRepoPackage) - Method in class org.japtproxy.packages.RepoPackageFilterFactory
 
getLastModified() - Method in interface org.japtproxy.fetcher.FetchedResource
 
getLastModified() - Method in class org.japtproxy.fetcher.FetchedResourceFtp
getLastModified() - Method in class org.japtproxy.fetcher.FetchedResourceHttp
getLastModified() - Method in class org.japtproxy.poolobject.PoolFile
Get the timestamp of the final resource.
getLastModified() - Method in interface org.japtproxy.poolobject.PoolObject
Get the timestamp of the final resource.
getMaxVersions() - Method in class org.japtproxy.misc.Configuration
Returns the max.
getMimetype(String) - Static method in class org.japtproxy.misc.Util
Returns a mime-type for a given file extension.
getName() - Method in class org.japtproxy.poolobject.PoolFile
Get the name of the pool object.
getName() - Method in interface org.japtproxy.poolobject.PoolObject
Get the name of the pool object.
getOutputStream() - Method in class org.japtproxy.poolobject.PoolFile
Get the OutputStream of the temp resource.
getOutputStream() - Method in interface org.japtproxy.poolobject.PoolObject
Get the OutputStream of the temp resource.
getPoolObject(Backend, String) - Method in class org.japtproxy.packagepool.DiskPackagePool
Returns a PoolObject for the given resource name.
getPoolObject(Backend, String) - Method in interface org.japtproxy.packagepool.PackagePool
Returns a PoolObject for the given resource name.
getRequestedBackend() - Method in class org.japtproxy.misc.RequestedData
Returns the requested backend.
getRequestedResource() - Method in class org.japtproxy.misc.RequestedData
Returns the requested resource.
getRequestedTarget() - Method in class org.japtproxy.misc.RequestedData
Returns the requested target.
getRequestModifiedSince() - Method in class org.japtproxy.misc.RequestedData
Returns the requestModifiedSince timestamp.
getRevision() - Method in interface org.japtproxy.packages.IRepoPackage
Gets the revision part of this repo package.
getRevision() - Method in class org.japtproxy.packages.RepoPackage
Gets the revision part of this repo package.
getRfc822DateFromTimestamp(long) - Static method in class org.japtproxy.misc.Util
Returns a rfc822 compliant date from a given timestamp.
getSimpleDateFromTimestamp(long) - Static method in class org.japtproxy.misc.Util
Returns a loggable date from a given timestamp.
getSize() - Method in class org.japtproxy.poolobject.PoolFile
Get the size of the final resource.
getSize() - Method in interface org.japtproxy.poolobject.PoolObject
Get the size of the final resource.
getType() - Method in class org.japtproxy.misc.Backend
 
getUrls() - Method in class org.japtproxy.misc.Backend
 
getVersion() - Method in interface org.japtproxy.packages.IRepoPackage
Gets the version part of this repo package.
getVersion() - Method in class org.japtproxy.packages.RepoPackage
Gets the version part of this repo package.

H

handleBackend(Backend, RequestedData, URL, PackagePool, PoolObject, HttpServletResponse) - Method in class org.japtproxy.packages.RepoPackageFinder
Fetches an object from a specific backend.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.japtproxy.JaptProxy
Handles the incoming request.
HandlingException - Exception in org.japtproxy.exception
Exception that is thrown on invalid requests.
HandlingException(String) - Constructor for exception org.japtproxy.exception.HandlingException
Constructor for HandlingException.
HandlingException(Throwable) - Constructor for exception org.japtproxy.exception.HandlingException
Constructor for HandlingException.
HandlingException(String, Throwable) - Constructor for exception org.japtproxy.exception.HandlingException
Constructor for HandlingException.
HttpHeaderConstants - Class in org.japtproxy.misc
Class that holds static String instances of HTTP header fields.

I

IF_MODIFIED_SINCE - Static variable in class org.japtproxy.misc.HttpHeaderConstants
The if-modified-since header name.
init() - Method in class org.japtproxy.fetcher.FetcherHttp
Initialize the FetcherHttp fetcher.
init() - Method in class org.japtproxy.JaptProxyServlet
Initializes the Japt-Proxy configuration.
InitializationException - Exception in org.japtproxy.exception
Exception that is thrown on initialization problems.
InitializationException(String) - Constructor for exception org.japtproxy.exception.InitializationException
Constructor for InitializationException.
InitializationException(String, Throwable) - Constructor for exception org.japtproxy.exception.InitializationException
Constructor for InitializationException.
InitializationException(Throwable) - Constructor for exception org.japtproxy.exception.InitializationException
Constructor for InitializationException.
InvalidRepoPackageNameException - Exception in org.japtproxy.exception
Exception that is thrown if a filename is not a valid repo package name.
InvalidRepoPackageNameException(String) - Constructor for exception org.japtproxy.exception.InvalidRepoPackageNameException
Constructor for InvalidRepoPackageNameException.
InvalidRepoPackageNameException(Throwable) - Constructor for exception org.japtproxy.exception.InvalidRepoPackageNameException
Constructor for InvalidRepoPackageNameException.
InvalidRepoPackageNameException(String, Throwable) - Constructor for exception org.japtproxy.exception.InvalidRepoPackageNameException
Constructor for InvalidRepoPackageNameException.
InvalidRequestException - Exception in org.japtproxy.exception
Exception that is thrown on invalid requests.
InvalidRequestException(String) - Constructor for exception org.japtproxy.exception.InvalidRequestException
Constructor for InvalidRequestException.
IOHandler - Class in org.japtproxy.misc
The IOHandler utility class is responsible for the IO operation between fetchers and pools.
IOHandler() - Constructor for class org.japtproxy.misc.IOHandler
 
ioHandler - Variable in class org.japtproxy.packages.RepoPackageFinder
 
IRepoPackage - Interface in org.japtproxy.packages
 
IRepoPackageFactory - Interface in org.japtproxy.packages
 
isModified() - Method in interface org.japtproxy.fetcher.FetchedResource
 
isModified() - Method in class org.japtproxy.fetcher.FetchedResourceFtp
isModified() - Method in class org.japtproxy.fetcher.FetchedResourceHttp
isNewVersionCheckRequired(String) - Method in class org.japtproxy.misc.IOHandler
Checks if a new version check is required for a specific resource.
isPackage(String) - Method in class org.japtproxy.packages.PackageUtil
Checks if a given filename is a package (based on its file extension) or not.
isPackageNameValid(String) - Method in class org.japtproxy.packages.PackageUtil
Checks if a package file name is valid or not.
isResourceImmutable(String) - Method in class org.japtproxy.misc.IOHandler
Detects if a resource is immutable or not.

J

JaptProxy - Class in org.japtproxy
The JaptProxy is the starting point for Japt-Proxy.
JaptProxy() - Constructor for class org.japtproxy.JaptProxy
 
JaptProxyServer - Class in org.japtproxy
The JaptProxyServer is is the starting point for Japt-Proxy standalone server.
JaptProxyServlet - Class in org.japtproxy
The JaptProxyServlet is the starting point for Japt-Proxy servlet.
JaptProxyServlet() - Constructor for class org.japtproxy.JaptProxyServlet
 

L

LAST_MODIFIED - Static variable in class org.japtproxy.misc.HttpHeaderConstants
The last-modified header name.
LOG - Static variable in class org.japtproxy.packages.AbstractRepoPackageVersionComparator
The logger instance.

M

main(String[]) - Static method in class org.japtproxy.JaptProxyServer
Starts the JaptProxyServer with the given parameters.

N

newPackage(String) - Method in interface org.japtproxy.packages.IRepoPackageFactory
 
newPackage(String) - Method in class org.japtproxy.packages.RepoPackageFactory
Constructs a RepoPackage based on the given filename.
NON_ASCII_OFFSET - Static variable in class org.japtproxy.packages.AbstractRepoPackageVersionComparator
Non ASCII offset constant.

O

obtainLocker(String) - Static method in class org.japtproxy.misc.ResourceLock
Method to obtain the ReadWriteLock for a given lockIdentifier.
onApplicationEvent(ApplicationEvent) - Method in class org.japtproxy.misc.ShutdownEventListener
 
order(char[], int) - Method in class org.japtproxy.packages.AbstractRepoPackageVersionComparator
Returns the order for a single character.
order(char[], int) - Method in class org.japtproxy.packages.debian.DebianPackageVersionComparator
Returns the order for a single character.
order(char[], int) - Method in class org.japtproxy.packages.rpm.RpmPackageVersionComparator
Returns the order for a single character.
org.japtproxy - package org.japtproxy
 
org.japtproxy.exception - package org.japtproxy.exception
 
org.japtproxy.fetcher - package org.japtproxy.fetcher
 
org.japtproxy.misc - package org.japtproxy.misc
 
org.japtproxy.packagepool - package org.japtproxy.packagepool
 
org.japtproxy.packages - package org.japtproxy.packages
 
org.japtproxy.packages.debian - package org.japtproxy.packages.debian
 
org.japtproxy.packages.rpm - package org.japtproxy.packages.rpm
 
org.japtproxy.poolobject - package org.japtproxy.poolobject
 

P

PackagePool - Interface in org.japtproxy.packagepool
The PackagePool interface defines methods to operate with the package pool.
packagePool - Variable in class org.japtproxy.packages.RepoPackageFinder
 
PackageUtil - Class in org.japtproxy.packages
 
PackageUtil() - Constructor for class org.japtproxy.packages.PackageUtil
 
packageUtil - Variable in class org.japtproxy.packages.RepoPackageFinder
 
PoolFile - Class in org.japtproxy.poolobject
A file-based PoolObject implementation.
PoolFile(File) - Constructor for class org.japtproxy.poolobject.PoolFile
Initialize the PoolFile with the given resource.
PoolObject - Interface in org.japtproxy.poolobject
 

R

releaseLocker(String) - Static method in class org.japtproxy.misc.ResourceLock
Method to release the ReadWriteLock for a given lockIdentifier.
remove() - Method in class org.japtproxy.poolobject.PoolFile
Removes temp and final resources.
remove() - Method in interface org.japtproxy.poolobject.PoolObject
Removes temp and final resources.
removeOldPackages(Backend, String) - Method in class org.japtproxy.packagepool.DiskPackagePool
Schedules a resource name for removal.
removeOldPackages(Backend, String) - Method in interface org.japtproxy.packagepool.PackagePool
Remove old versions of a resource.
removeOldPackagesInternal() - Method in class org.japtproxy.packagepool.DiskPackagePool
Analyzes and removed all old scheduled resources.
removeOldPackagesInternal(File) - Method in class org.japtproxy.packagepool.DiskPackagePool
 
RepoPackage - Class in org.japtproxy.packages
This class builds and holds all parts of a repo package filename separated in their specified parts.
RepoPackage(String, String, String, String, String) - Constructor for class org.japtproxy.packages.RepoPackage
Constructs a repo package based on the given filename.
RepoPackageFactory - Class in org.japtproxy.packages
 
RepoPackageFactory(Pattern) - Constructor for class org.japtproxy.packages.RepoPackageFactory
 
RepoPackageFilter - Class in org.japtproxy.packages
 
RepoPackageFilter(IRepoPackage, PackageUtil, IRepoPackageFactory) - Constructor for class org.japtproxy.packages.RepoPackageFilter
 
RepoPackageFilterFactory - Class in org.japtproxy.packages
 
RepoPackageFilterFactory() - Constructor for class org.japtproxy.packages.RepoPackageFilterFactory
 
RepoPackageFinder - Class in org.japtproxy.packages
 
RepoPackageFinder() - Constructor for class org.japtproxy.packages.RepoPackageFinder
 
RequestedData - Class in org.japtproxy.misc
Class that holds request information.
RequestedData() - Constructor for class org.japtproxy.misc.RequestedData
 
ResourceLock - Class in org.japtproxy.misc
This ResourceLock utility class is used to obtain ReadWriteLocks for specific lockIdentifiers.
ResourceUnavailableException - Exception in org.japtproxy.exception
Exception that is thrown on invalid requests.
ResourceUnavailableException(String) - Constructor for exception org.japtproxy.exception.ResourceUnavailableException
Constructor for ResourceUnavailableException.
RpmPackageVersionComparator - Class in org.japtproxy.packages.rpm
The VersionComparator is responsible for comparing rpm package versions.
RpmPackageVersionComparator() - Constructor for class org.japtproxy.packages.rpm.RpmPackageVersionComparator
 

S

sendAndSave(RequestedData, PoolObject, URL, HttpServletResponse) - Method in class org.japtproxy.misc.IOHandler
This method is responsible for fetching remote data (if needed) and sending the data (locally stored, or remotely fetched) to the client.
sendLocalFile(PoolObject, long, HttpServletResponse) - Method in class org.japtproxy.misc.IOHandler
Sends a locally stored pool object to the client.
service(HttpServletRequest, HttpServletResponse) - Method in class org.japtproxy.JaptProxyServlet
Logs uncatched exceptions.
setArch(String) - Method in interface org.japtproxy.packages.IRepoPackage
Sets the arch part for this repo package.
setArch(String) - Method in class org.japtproxy.packages.RepoPackage
Sets the arch part for this repo package.
setArchiveExtensions(String[]) - Method in class org.japtproxy.packages.PackageUtil
 
setBasename(String) - Method in interface org.japtproxy.packages.IRepoPackage
Sets the basename part for this repo package.
setBasename(String) - Method in class org.japtproxy.packages.RepoPackage
Sets the basename part for this repo package.
setComparator(AbstractRepoPackageVersionComparator) - Method in class org.japtproxy.packagepool.DiskPackagePool
 
setConfiguration(Configuration) - Method in class org.japtproxy.fetcher.FetcherHttp
 
setConfiguration(Configuration) - Method in class org.japtproxy.JaptProxy
 
setConfiguration(Configuration) - Method in class org.japtproxy.packagepool.DiskPackagePool
 
setConfiguration(Configuration) - Method in class org.japtproxy.packages.RepoPackageFinder
 
setConnectionTimeout(int) - Method in class org.japtproxy.fetcher.FetcherHttp
 
setDataTimeout(int) - Method in class org.japtproxy.fetcher.FetcherFtp
 
setDirectory(File) - Method in class org.japtproxy.misc.Backend
 
setExtension(String) - Method in interface org.japtproxy.packages.IRepoPackage
Sets the extension part for this repo package.
setExtension(String) - Method in class org.japtproxy.packages.RepoPackage
Sets the extension part for this repo package.
setFetcherFactory(FetcherFactory) - Method in class org.japtproxy.misc.IOHandler
 
setFetchers(Map<String, Fetcher>) - Method in class org.japtproxy.fetcher.FetcherFactory
 
setHttpClient(HttpClient) - Method in class org.japtproxy.fetcher.FetcherHttp
 
setImmutableFilePatterns(Pattern[]) - Method in class org.japtproxy.misc.IOHandler
 
setIoHandler(IOHandler) - Method in class org.japtproxy.packages.RepoPackageFinder
 
setJaptProxy(JaptProxy) - Method in class org.japtproxy.JaptProxyServlet
 
setLastModified(long) - Method in class org.japtproxy.poolobject.PoolFile
Set a timestamp on the temp resource.
setLastModified(long) - Method in interface org.japtproxy.poolobject.PoolObject
Set a timestamp on the temp resource.
setModified(boolean) - Method in class org.japtproxy.fetcher.FetchedResourceFtp
Sets the modified field.
setModified(boolean) - Method in class org.japtproxy.fetcher.FetchedResourceHttp
Sets the modified field.
setPackagenamePattern(Pattern) - Method in class org.japtproxy.packages.PackageUtil
 
setPackagePool(PackagePool) - Method in class org.japtproxy.packages.RepoPackageFinder
 
setPackageUtil(PackageUtil) - Method in class org.japtproxy.packagepool.DiskPackagePool
 
setPackageUtil(PackageUtil) - Method in class org.japtproxy.packages.RepoPackageFilterFactory
 
setPackageUtil(PackageUtil) - Method in class org.japtproxy.packages.RepoPackageFinder
 
setRepoPackageFactory(IRepoPackageFactory) - Method in class org.japtproxy.packagepool.DiskPackagePool
 
setRepoPackageFactory(IRepoPackageFactory) - Method in class org.japtproxy.packages.AbstractRepoPackageVersionComparator
 
setRepoPackageFactory(IRepoPackageFactory) - Method in class org.japtproxy.packages.RepoPackageFilterFactory
 
setRepoPackageFilterFactory(RepoPackageFilterFactory) - Method in class org.japtproxy.packagepool.DiskPackagePool
 
setRepoPackageFinders(Map<BackendType, RepoPackageFinder>) - Method in class org.japtproxy.JaptProxy
 
setRequestedBackend(String) - Method in class org.japtproxy.misc.RequestedData
Sets the requested backend.
setRequestedResource(String) - Method in class org.japtproxy.misc.RequestedData
Sets the requested resource.
setRequestedTarget(String) - Method in class org.japtproxy.misc.RequestedData
Sets the requested target.
setRequestModifiedSince(long) - Method in class org.japtproxy.misc.RequestedData
Sets the requestModifiedSince timestamp.
setRevision(String) - Method in interface org.japtproxy.packages.IRepoPackage
Sets the revision part for this repo package.
setRevision(String) - Method in class org.japtproxy.packages.RepoPackage
Sets the revision part for this repo package.
setScheduler(Scheduler) - Method in class org.japtproxy.misc.ShutdownEventListener
 
setSocketTimeout(int) - Method in class org.japtproxy.fetcher.FetcherFtp
 
setSocketTimeout(int) - Method in class org.japtproxy.fetcher.FetcherHttp
 
setTasksToExecute(String[]) - Method in class org.japtproxy.misc.ShutdownEventListener
 
setUrls(Set<URL>) - Method in class org.japtproxy.misc.Backend
 
setVersion(String) - Method in interface org.japtproxy.packages.IRepoPackage
Sets the version part for this repo package.
setVersion(String) - Method in class org.japtproxy.packages.RepoPackage
Sets the version part for this repo package.
setVersionComparator(AbstractRepoPackageVersionComparator) - Method in class org.japtproxy.packages.RepoPackageFinder
 
shutdown() - Method in class org.japtproxy.misc.ShutdownEventListener
 
ShutdownEventListener - Class in org.japtproxy.misc
 
ShutdownEventListener() - Constructor for class org.japtproxy.misc.ShutdownEventListener
 
store() - Method in class org.japtproxy.poolobject.PoolFile
Saves the temp resource to the final one.
store() - Method in interface org.japtproxy.poolobject.PoolObject
Saves the temp resource to the final one.
strCompare(String, String) - Method in class org.japtproxy.packages.AbstractRepoPackageVersionComparator
Compares two version strings and returns and int that specifies the order.

T

toString() - Method in class org.japtproxy.misc.Backend
 
toString() - Method in class org.japtproxy.misc.Configuration
 
toString() - Method in class org.japtproxy.misc.RequestedData
 
toString() - Method in class org.japtproxy.packages.RepoPackage
 

U

UnknownBackendException - Exception in org.japtproxy.exception
 
UnknownBackendException(String) - Constructor for exception org.japtproxy.exception.UnknownBackendException
 
USER_AGENT - Static variable in class org.japtproxy.misc.HttpHeaderConstants
The user-agent header name.
USER_AGENT - Static variable in class org.japtproxy.misc.Util
The user-agent string.
Util - Class in org.japtproxy.misc
Utility class.

V

validName(String) - Method in class org.japtproxy.packages.RepoPackageFinder
 
valueOf(String) - Static method in enum org.japtproxy.misc.BackendType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.japtproxy.misc.BackendType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class org.japtproxy.misc.Util
The Japt-Proxy version.
versionComparator - Variable in class org.japtproxy.packages.RepoPackageFinder
The version comparator - used for finding and removing old package versions.

A B C D E F G H I J L M N O P R S T U V

Copyright © 2006-2008. All Rights Reserved.