CloudStore API
(0.9.5)
A B C D E F G H I J K L M N O P Q R S T U V W Z _ 

A

AbstractRepoTransport - Class in co.codewizards.cloudstore.core.repo.transport
 
AbstractRepoTransport() - Constructor for class co.codewizards.cloudstore.core.repo.transport.AbstractRepoTransport
 
AbstractRepoTransportFactory - Class in co.codewizards.cloudstore.core.repo.transport
 
AbstractRepoTransportFactory() - Constructor for class co.codewizards.cloudstore.core.repo.transport.AbstractRepoTransportFactory
 
AbstractServiceWithRepoToRepoAuth - Class in co.codewizards.cloudstore.rest.server.service
 
AbstractServiceWithRepoToRepoAuth() - Constructor for class co.codewizards.cloudstore.rest.server.service.AbstractServiceWithRepoToRepoAuth
 
accept(File, String) - Method in class co.codewizards.cloudstore.local.FilenameFilterSkipMetaDir
 
AcceptRepoConnectionSubCommand - Class in co.codewizards.cloudstore.client
SubCommand implementation for requesting a connection at a remote repository.
AcceptRepoConnectionSubCommand() - Constructor for class co.codewizards.cloudstore.client.AcceptRepoConnectionSubCommand
 
acquire(File, long) - Method in class co.codewizards.cloudstore.core.io.LockFileFactory
Acquire an exclusive lock on the specified file.
addChild(RepoFileDTOTreeNode) - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTOTreeNode
 
addFinalSlash(String) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Add a trailing file separator character to the given directory name if it does not already end with one.
addLocalRepoManagerCloseListener(LocalRepoManagerCloseListener) - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
 
addLocalRepoManagerCloseListener(LocalRepoManagerCloseListener) - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManagerFactory
 
addLocalRepoManagerCloseListener(LocalRepoManagerCloseListener) - Method in class co.codewizards.cloudstore.local.LocalRepoManagerFactoryImpl
 
AfterUpdateHookSubCommand - Class in co.codewizards.cloudstore.client
SubCommand implementation being called after an update.
AfterUpdateHookSubCommand() - Constructor for class co.codewizards.cloudstore.client.AfterUpdateHookSubCommand
 
aroundReadFrom(ReaderInterceptorContext) - Method in class co.codewizards.cloudstore.rest.shared.GZIPReaderInterceptor
 
aroundWriteTo(WriterInterceptorContext) - Method in class co.codewizards.cloudstore.rest.shared.GZIPWriterInterceptor
 
assertLocalRootNotNull() - Method in class co.codewizards.cloudstore.client.SubCommandWithExistingLocalRepo
 
assertLocalRootNotNull() - Method in class co.codewizards.cloudstore.client.SyncSubCommand
 
assertNotNull(String, T) - Static method in class co.codewizards.cloudstore.core.util.Util
 
assertNotNullAndNoNullElement(String, T[]) - Static method in class co.codewizards.cloudstore.core.util.Util
 
assertNotNullAndNoNullElement(String, T) - Static method in class co.codewizards.cloudstore.core.util.Util
 
assertWritable() - Method in class co.codewizards.cloudstore.local.persistence.FileChunk
 
Auth - Class in co.codewizards.cloudstore.rest.server.auth
Authentication information (username + password).
Auth() - Constructor for class co.codewizards.cloudstore.rest.server.auth.Auth
Create an empty instance.
Auth(String, char[]) - Constructor for class co.codewizards.cloudstore.rest.server.auth.Auth
Create an instance with the given values.
AuthConstants - Interface in co.codewizards.cloudstore.core.auth
 
authenticateAndCreateLocalRepoTransport() - Method in class co.codewizards.cloudstore.rest.server.service.AbstractServiceWithRepoToRepoAuth
 
authenticateAndGetLocalRootURL() - Method in class co.codewizards.cloudstore.rest.server.service.AbstractServiceWithRepoToRepoAuth
 
authenticateAndReturnUserName() - Method in class co.codewizards.cloudstore.rest.server.service.AbstractServiceWithRepoToRepoAuth
Get the Auth information via AbstractServiceWithRepoToRepoAuth.getAuth() and verify, if they are valid.
AuthToken - Class in co.codewizards.cloudstore.core.auth
 
AuthToken() - Constructor for class co.codewizards.cloudstore.core.auth.AuthToken
 
AuthTokenIO - Class in co.codewizards.cloudstore.core.auth
 
AuthTokenIO() - Constructor for class co.codewizards.cloudstore.core.auth.AuthTokenIO
 
AuthTokenSigner - Class in co.codewizards.cloudstore.core.auth
 
AuthTokenSigner(byte[]) - Constructor for class co.codewizards.cloudstore.core.auth.AuthTokenSigner
 
AuthTokenVerifier - Class in co.codewizards.cloudstore.core.auth
 
AuthTokenVerifier(byte[]) - Constructor for class co.codewizards.cloudstore.core.auth.AuthTokenVerifier
 
AutoTrackChanged - Interface in co.codewizards.cloudstore.local.persistence
Automatically track changes by updating the changed property whenever the object is written to the datastore.
AutoTrackLifecycleListener - Class in co.codewizards.cloudstore.local
JDO lifecycle-listener updating the changed and the localRevision properties of persistence-capable objects.
AutoTrackLifecycleListener(LocalRepoTransactionImpl) - Constructor for class co.codewizards.cloudstore.local.AutoTrackLifecycleListener
 
AutoTrackLocalRevision - Interface in co.codewizards.cloudstore.local.persistence
Automatically track changes by updating the localRevision property whenever the object is written to the datastore.

B

beginPutFile(String) - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
Begins a file transfer to this RepoTransport.
beginPutFile(String) - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
beginPutFile(String, String) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
beginPutFile(String) - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
beginPutFile(String) - Method in class co.codewizards.cloudstore.rest.server.service.BeginPutFileService
 
BeginPutFileService - Class in co.codewizards.cloudstore.rest.server.service
 
BeginPutFileService() - Constructor for class co.codewizards.cloudstore.rest.server.service.BeginPutFileService
 
beginReadTransaction() - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
Begin a JDO transaction for read operations only in the underlying database.
beginTask(String, int) - Method in class co.codewizards.cloudstore.core.progress.LoggerProgressMonitor
 
beginTask(String, int) - Method in class co.codewizards.cloudstore.core.progress.NullProgressMonitor
 
beginTask(String, int) - Method in interface co.codewizards.cloudstore.core.progress.ProgressMonitor
Notifies that the main task is beginning.
beginTask(String, int) - Method in class co.codewizards.cloudstore.core.progress.ProgressMonitorDelegator
 
beginTask(String, int) - Method in class co.codewizards.cloudstore.core.progress.SubProgressMonitor
 
beginWriteTransaction() - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
Begin a JDO transaction for read and write operations in the underlying database.
BouncyCastleRegistrationUtil - Class in co.codewizards.cloudstore.core.auth
 
browse() - Method in class co.codewizards.cloudstore.rest.server.service.WebDavService
 
browse(String) - Method in class co.codewizards.cloudstore.rest.server.service.WebDavService
 
build() - Method in class co.codewizards.cloudstore.rest.client.ssl.SSLContextBuilder
 

C

call(String, CallableProvider<V>) - Method in class co.codewizards.cloudstore.core.concurrent.DeferrableExecutor
 
CallableProvider<V> - Interface in co.codewizards.cloudstore.core.concurrent
 
callback(DynamicX509TrustManagerCallback) - Method in class co.codewizards.cloudstore.rest.client.ssl.SSLContextBuilder
 
CallerBlocksPolicy - Class in co.codewizards.cloudstore.core.concurrent
A handler for rejected tasks that blocks until the rejected task can be added to the queue.
CallerBlocksPolicy() - Constructor for class co.codewizards.cloudstore.core.concurrent.CallerBlocksPolicy
 
canonicalizeURL(URL) - Static method in class co.codewizards.cloudstore.core.util.UrlUtil
 
changeMajor(int) - Method in class co.codewizards.cloudstore.core.updater.Version
 
changeMinor(int) - Method in class co.codewizards.cloudstore.core.updater.Version
 
changePatchLevel(int) - Method in class co.codewizards.cloudstore.core.updater.Version
 
changeRelease(int) - Method in class co.codewizards.cloudstore.core.updater.Version
 
ChangeSetDTO - Class in co.codewizards.cloudstore.core.dto
 
ChangeSetDTO() - Constructor for class co.codewizards.cloudstore.core.dto.ChangeSetDTO
 
ChangeSetDTOService - Class in co.codewizards.cloudstore.rest.server.service
 
ChangeSetDTOService() - Constructor for class co.codewizards.cloudstore.rest.server.service.ChangeSetDTOService
 
changeSuffix(String) - Method in class co.codewizards.cloudstore.core.updater.Version
 
CHARSET_NAME_UTF_8 - Static variable in class co.codewizards.cloudstore.core.util.IOUtil
UTF-8 caracter set name.
CHARSET_UTF_8 - Static variable in class co.codewizards.cloudstore.core.util.IOUtil
UTF-8 caracter set.
CheckServerTrustedCertificateExceptionContext - Class in co.codewizards.cloudstore.rest.client.ssl
 
CheckServerTrustedCertificateExceptionContext(X509Certificate[], Throwable) - Constructor for class co.codewizards.cloudstore.rest.client.ssl.CheckServerTrustedCertificateExceptionContext
 
CheckServerTrustedCertificateExceptionResult - Class in co.codewizards.cloudstore.rest.client.ssl
 
CheckServerTrustedCertificateExceptionResult() - Constructor for class co.codewizards.cloudstore.rest.client.ssl.CheckServerTrustedCertificateExceptionResult
 
clear() - Method in class co.codewizards.cloudstore.rest.server.auth.Auth
Clear the sensitive data from this Auth instance.
close() - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
Closes this LocalRepoManager.
close() - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManagerFactory
 
close() - Method in class co.codewizards.cloudstore.core.repo.sync.RepoToRepoSync
 
close() - Method in class co.codewizards.cloudstore.core.repo.transport.AbstractRepoTransport
 
close() - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
 
close() - Method in class co.codewizards.cloudstore.local.LocalRepoManagerFactoryImpl
 
close() - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
close() - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
CloudStoreBinder - Class in co.codewizards.cloudstore.rest.server.jersey
 
CloudStoreBinder() - Constructor for class co.codewizards.cloudstore.rest.server.jersey.CloudStoreBinder
 
CloudStoreClient - Class in co.codewizards.cloudstore.client
 
CloudStoreClient(String...) - Constructor for class co.codewizards.cloudstore.client.CloudStoreClient
 
CloudStoreClient.ConsoleDynamicX509TrustManagerCallback - Class in co.codewizards.cloudstore.client
 
CloudStoreClient.ConsoleDynamicX509TrustManagerCallback() - Constructor for class co.codewizards.cloudstore.client.CloudStoreClient.ConsoleDynamicX509TrustManagerCallback
 
CloudStoreJaxbContext - Class in co.codewizards.cloudstore.core.dto.jaxb
 
CloudStoreJaxbContext() - Constructor for class co.codewizards.cloudstore.core.dto.jaxb.CloudStoreJaxbContext
 
CloudStoreJaxbContextResolver - Class in co.codewizards.cloudstore.rest.client.jersey
 
CloudStoreJaxbContextResolver() - Constructor for class co.codewizards.cloudstore.rest.client.jersey.CloudStoreJaxbContextResolver
 
CloudStoreJaxbContextResolver - Class in co.codewizards.cloudstore.rest.server.jersey
 
CloudStoreJaxbContextResolver() - Constructor for class co.codewizards.cloudstore.rest.server.jersey.CloudStoreJaxbContextResolver
 
CloudStoreREST - Class in co.codewizards.cloudstore.rest.server
 
CloudStoreREST() - Constructor for class co.codewizards.cloudstore.rest.server.CloudStoreREST
 
CloudStoreRESTClient - Class in co.codewizards.cloudstore.rest.client
 
CloudStoreRESTClient(URL) - Constructor for class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
Create a new client.
CloudStoreRESTClient(String) - Constructor for class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
Create a new client.
CloudStoreServer - Class in co.codewizards.cloudstore.server
 
CloudStoreServer() - Constructor for class co.codewizards.cloudstore.server.CloudStoreServer
 
CloudStoreUpdater - Class in co.codewizards.cloudstore.updater
 
CloudStoreUpdater(String[]) - Constructor for class co.codewizards.cloudstore.updater.CloudStoreUpdater
 
CloudStoreUpdaterCore - Class in co.codewizards.cloudstore.core.updater
 
CloudStoreUpdaterCore() - Constructor for class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
 
co.codewizards.cloudstore.client - package co.codewizards.cloudstore.client
 
co.codewizards.cloudstore.core.auth - package co.codewizards.cloudstore.core.auth
Authentication- and authorisation-related classes.
co.codewizards.cloudstore.core.childprocess - package co.codewizards.cloudstore.core.childprocess
 
co.codewizards.cloudstore.core.concurrent - package co.codewizards.cloudstore.core.concurrent
Concurrency-related classes used to better organise multi-threaded operations.
co.codewizards.cloudstore.core.config - package co.codewizards.cloudstore.core.config
Configuration-related classes.
co.codewizards.cloudstore.core.dto - package co.codewizards.cloudstore.core.dto
Data transfer objects (DTOs) used for the communication between client and server via REST.
co.codewizards.cloudstore.core.dto.jaxb - package co.codewizards.cloudstore.core.dto.jaxb
JAXB-related classes like JAXBContext- and XmlAdapter-implementations.
co.codewizards.cloudstore.core.io - package co.codewizards.cloudstore.core.io
Input/output-related classes.
co.codewizards.cloudstore.core.progress - package co.codewizards.cloudstore.core.progress
Classes showing/managing the progress of long-running operations.
co.codewizards.cloudstore.core.repo.local - package co.codewizards.cloudstore.core.repo.local
 
co.codewizards.cloudstore.core.repo.sync - package co.codewizards.cloudstore.core.repo.sync
Synchronisation between two repositories.
co.codewizards.cloudstore.core.repo.transport - package co.codewizards.cloudstore.core.repo.transport
Transport abstraction.
co.codewizards.cloudstore.core.updater - package co.codewizards.cloudstore.core.updater
 
co.codewizards.cloudstore.core.util - package co.codewizards.cloudstore.core.util
Various utility classes.
co.codewizards.cloudstore.local - package co.codewizards.cloudstore.local
Local repository management.
co.codewizards.cloudstore.local.persistence - package co.codewizards.cloudstore.local.persistence
Persistent JDO data model (entities) and data access objects (DAOs).
co.codewizards.cloudstore.local.transport - package co.codewizards.cloudstore.local.transport
File-system-based transport implementation.
co.codewizards.cloudstore.rest.client - package co.codewizards.cloudstore.rest.client
 
co.codewizards.cloudstore.rest.client.internal - package co.codewizards.cloudstore.rest.client.internal
 
co.codewizards.cloudstore.rest.client.jersey - package co.codewizards.cloudstore.rest.client.jersey
 
co.codewizards.cloudstore.rest.client.ssl - package co.codewizards.cloudstore.rest.client.ssl
 
co.codewizards.cloudstore.rest.client.transport - package co.codewizards.cloudstore.rest.client.transport
 
co.codewizards.cloudstore.rest.server - package co.codewizards.cloudstore.rest.server
 
co.codewizards.cloudstore.rest.server.auth - package co.codewizards.cloudstore.rest.server.auth
 
co.codewizards.cloudstore.rest.server.jersey - package co.codewizards.cloudstore.rest.server.jersey
 
co.codewizards.cloudstore.rest.server.service - package co.codewizards.cloudstore.rest.server.service
 
co.codewizards.cloudstore.rest.server.webdav - package co.codewizards.cloudstore.rest.server.webdav
 
co.codewizards.cloudstore.rest.shared - package co.codewizards.cloudstore.rest.shared
 
co.codewizards.cloudstore.server - package co.codewizards.cloudstore.server
 
co.codewizards.cloudstore.updater - package co.codewizards.cloudstore.updater
 
COLLISION_FILE_NAME_INFIX - Static variable in class co.codewizards.cloudstore.core.util.IOUtil
 
commit() - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoTransaction
 
commit() - Method in class co.codewizards.cloudstore.local.LocalRepoTransactionImpl
 
compareFiles(File, File) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Compare the contents of two given files.
compareInputStreams(InputStream, InputStream, long) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Compares two InputStreams.
compareInputStreams(InputStream, InputStream, long, long) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Compares two InputStreams.
compareTo(Version) - Method in class co.codewizards.cloudstore.core.updater.Version
Compares this Version object to another one.
compareTo(FileChunk) - Method in class co.codewizards.cloudstore.local.persistence.FileChunk
 
compress(File) - Method in class co.codewizards.cloudstore.updater.TarGzFile
 
Config - Class in co.codewizards.cloudstore.core.config
Configuration of CloudStore supporting inheritance of settings.
CONFIG_DEFAULT_VALUE - Static variable in enum co.codewizards.cloudstore.core.repo.transport.FileWriteStrategy
The defaultValue used with Config.getPropertyAsEnum(String, Enum).
CONFIG_KEY - Static variable in enum co.codewizards.cloudstore.core.repo.transport.FileWriteStrategy
CONFIG_KEY_DOWNGRADE - Static variable in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
Configuration property key controlling whether we do a downgrade.
CONFIG_KEY_EARLY_RENEWAL_PERIOD - Static variable in class co.codewizards.cloudstore.rest.server.auth.TransientRepoPasswordManager
 
CONFIG_KEY_ENABLED - Static variable in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
Configuration property key controlling whether the updater is enabled.
CONFIG_KEY_EVICT_DEAD_ENTRIES_PERIOD - Static variable in class co.codewizards.cloudstore.core.repo.local.LocalRepoRegistry
 
CONFIG_KEY_EXPIRY_PERIOD - Static variable in class co.codewizards.cloudstore.core.concurrent.DeferrableExecutor
The key for the expiry period used with Config.getPropertyAsInt(String, int).
CONFIG_KEY_EXPIRY_TIMER_PERIOD - Static variable in class co.codewizards.cloudstore.rest.server.auth.TransientRepoPasswordManager
 
CONFIG_KEY_FORCE - Static variable in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
Configuration property key controlling whether to force the update.
CONFIG_KEY_KEY_SIZE - Static variable in class co.codewizards.cloudstore.core.auth.SignedAuthTokenEncrypter
 
CONFIG_KEY_REMOTE_VERSION_CACHE_VALIDITY_PERIOD - Static variable in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
Configuration property key controlling how long a queried remote version is cached (and thus how often the server is asked for it).
CONFIG_KEY_RENEWAL_PERIOD - Static variable in class co.codewizards.cloudstore.rest.server.auth.TransientRepoPasswordManager
 
CONFIG_KEY_SECURE_PORT - Static variable in class co.codewizards.cloudstore.server.CloudStoreServer
 
CONFIG_KEY_SOCKET_CONNECT_TIMEOUT - Static variable in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
The key for the connection timeout used with Config.getPropertyAsInt(String, int).
CONFIG_KEY_SOCKET_READ_TIMEOUT - Static variable in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
The key for the read timeout used with Config.getPropertyAsInt(String, int).
CONFIG_KEY_TIMEOUT - Static variable in class co.codewizards.cloudstore.core.concurrent.DeferrableExecutor
The key for the timeout used with Config.getPropertyAsInt(String, int).
CONFIG_KEY_VALIDITIY_PERIOD - Static variable in class co.codewizards.cloudstore.rest.server.auth.TransientRepoPasswordManager
 
ConfigDir - Class in co.codewizards.cloudstore.core.config
ConfigDir represents the central configuration directory.
configure() - Method in class co.codewizards.cloudstore.rest.server.jersey.CloudStoreBinder
 
copy(String, String) - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
 
copy(String, String) - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
copy(String, String, String) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
copy(String, String) - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
copy(String) - Method in class co.codewizards.cloudstore.rest.server.service.CopyService
 
copy(String, String) - Method in class co.codewizards.cloudstore.rest.server.service.CopyService
 
copy(String, String) - Method in class co.codewizards.cloudstore.rest.server.service.WebDavService
 
COPY - Annotation Type in co.codewizards.cloudstore.rest.server.webdav
 
copyDirectory(File, File) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Copy a directory recursively.
copyDirectory(File, File, FileFilter) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
 
copyFile(File, File) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Copy a file.
copyFile(File, File, ProgressMonitor) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
 
CopyModification - Class in co.codewizards.cloudstore.local.persistence
 
CopyModification() - Constructor for class co.codewizards.cloudstore.local.persistence.CopyModification
 
CopyModificationDAO - Class in co.codewizards.cloudstore.local.persistence
 
CopyModificationDAO() - Constructor for class co.codewizards.cloudstore.local.persistence.CopyModificationDAO
 
CopyModificationDTO - Class in co.codewizards.cloudstore.core.dto
 
CopyModificationDTO() - Constructor for class co.codewizards.cloudstore.core.dto.CopyModificationDTO
 
copyResource(Class<?>, String, String) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Copy a resource loaded by the class loader of a given class to a file.
copyResource(Class<?>, String, File) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Copy a resource loaded by the class loader of a given class to a file.
CopyService - Class in co.codewizards.cloudstore.rest.server.service
 
CopyService() - Constructor for class co.codewizards.cloudstore.rest.server.service.CopyService
 
create() - Static method in class co.codewizards.cloudstore.rest.client.ssl.SSLContextBuilder
 
createCollisionFile(File) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
 
createConnection() - Method in class co.codewizards.cloudstore.local.JdbcConnectionFactory
 
createInputStream() - Method in interface co.codewizards.cloudstore.core.io.LockFile
 
createLocalRepoManagerForExistingRepository(File) - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManagerFactory
Creates a LocalRepoManager for the given localRoot.
createLocalRepoManagerForExistingRepository(File) - Method in class co.codewizards.cloudstore.local.LocalRepoManagerFactoryImpl
 
createLocalRepoManagerForNewRepository(File) - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManagerFactory
Creates a LocalRepoManager for the given localRoot.
createLocalRepoManagerForNewRepository(File) - Method in class co.codewizards.cloudstore.local.LocalRepoManagerFactoryImpl
 
createMessage(File) - Static method in exception co.codewizards.cloudstore.core.repo.local.FileNotFoundException
 
createOutputStream() - Method in interface co.codewizards.cloudstore.core.io.LockFile
 
createRandomPassword(int) - Static method in class co.codewizards.cloudstore.rest.server.auth.PasswordUtil
 
CreateRepoAliasSubCommand - Class in co.codewizards.cloudstore.client
SubCommand implementation for showing information about a repository in the local file system.
CreateRepoAliasSubCommand() - Constructor for class co.codewizards.cloudstore.client.CreateRepoAliasSubCommand
 
CreateRepoSubCommand - Class in co.codewizards.cloudstore.client
SubCommand implementation for creating a repository in the local file system.
CreateRepoSubCommand() - Constructor for class co.codewizards.cloudstore.client.CreateRepoSubCommand
 
createRepoTransport(URL, UUID) - Method in class co.codewizards.cloudstore.core.repo.transport.AbstractRepoTransportFactory
 
createRepoTransport(URL, UUID) - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransportFactory
Create a RepoTransport instance.
createTree(Collection<RepoFileDTO>) - Static method in class co.codewizards.cloudstore.core.dto.RepoFileDTOTreeNode
Create a single tree from the given repoFileDTOs.
createUniqueIncrementalFolder(File, String) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Tries to find a unique, not existing folder name under the given root folder suffixed with a number.
createUniqueRandomFolder(File, String, long, long) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Tries to find a unique, not existing folder name under the given root folder with a random number (in hex format) added to the given prefix.
createUniqueRandomFolder(File, String) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Tries to find a unique, not existing folder name under the given root folder with a random number (in hex format) added to the given prefix.
createUpdaterDirIfUpdateNeeded() - Method in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
Creates the updaterDir, if an update is necessary.
createUserTempDir(String, String) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Get a user-dependent temp directory in every operating system and create it, if it does not exist.
CredentialsProvider - Interface in co.codewizards.cloudstore.rest.client
 

D

DAO<E extends Entity,D extends DAO<E,D>> - Class in co.codewizards.cloudstore.local.persistence
Base class for all data access objects (DAOs).
DAO() - Constructor for class co.codewizards.cloudstore.local.persistence.DAO
Instantiate the DAO.
DateTime - Class in co.codewizards.cloudstore.core.dto
Immutable representation of a timestamp (a date and a time).
DateTime(String) - Constructor for class co.codewizards.cloudstore.core.dto.DateTime
Creates a new instance from the given ISO-8601-encoded dateString.
DateTime(Date) - Constructor for class co.codewizards.cloudstore.core.dto.DateTime
Creates a new instance from the given date.
DateTimeXmlAdapter - Class in co.codewizards.cloudstore.core.dto.jaxb
 
DateTimeXmlAdapter() - Constructor for class co.codewizards.cloudstore.core.dto.jaxb.DateTimeXmlAdapter
 
decodeHexStr(String) - Static method in class co.codewizards.cloudstore.core.util.HashUtil
Decode a string containing two hex digits for each byte.
decrypt(EncryptedSignedAuthToken) - Method in class co.codewizards.cloudstore.core.auth.SignedAuthTokenDecrypter
 
DEFAULT_CLOSE_DEFERRED_MILLIS - Static variable in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
 
DEFAULT_EVICT_DEAD_ENTRIES_PERIOD - Static variable in class co.codewizards.cloudstore.core.repo.local.LocalRepoRegistry
 
DEFAULT_KEY_SIZE - Static variable in class co.codewizards.cloudstore.core.auth.SignedAuthTokenEncrypter
 
DEFAULT_KEY_SIZE - Static variable in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
 
DEFAULT_REMOTE_VERSION_CACHE_VALIDITY_PERIOD - Static variable in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
 
DefaultExceptionMapper - Class in co.codewizards.cloudstore.rest.server.jersey
 
DefaultExceptionMapper(CloudStoreREST) - Constructor for class co.codewizards.cloudstore.rest.server.jersey.DefaultExceptionMapper
 
DefaultTarGzEntryNameConverter - Class in co.codewizards.cloudstore.updater
 
DefaultTarGzEntryNameConverter() - Constructor for class co.codewizards.cloudstore.updater.DefaultTarGzEntryNameConverter
 
DeferrableExecutor - Class in co.codewizards.cloudstore.core.concurrent
 
DeferredCompletionException - Exception in co.codewizards.cloudstore.core.concurrent
 
DeferredCompletionException() - Constructor for exception co.codewizards.cloudstore.core.concurrent.DeferredCompletionException
 
DeferredCompletionException(String) - Constructor for exception co.codewizards.cloudstore.core.concurrent.DeferredCompletionException
 
DeferredCompletionException(Throwable) - Constructor for exception co.codewizards.cloudstore.core.concurrent.DeferredCompletionException
 
DeferredCompletionException(String, Throwable) - Constructor for exception co.codewizards.cloudstore.core.concurrent.DeferredCompletionException
 
DeferredCompletionException(String, Throwable, boolean, boolean) - Constructor for exception co.codewizards.cloudstore.core.concurrent.DeferredCompletionException
 
delete(String) - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
Deletes the file (or directory) specified by path.
delete(String) - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
delete(String, String) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
delete(String) - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
delete(String) - Method in class co.codewizards.cloudstore.rest.server.service.WebDavService
 
deleteDependentObjects(RemoteRepository) - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepositoryDAO
 
deleteDirectoryRecursively(File) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
This method deletes the given directory recursively.
deleteDirectoryRecursively(String) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
This method deletes the given directory recursively.
DeleteModification - Class in co.codewizards.cloudstore.local.persistence
 
DeleteModification() - Constructor for class co.codewizards.cloudstore.local.persistence.DeleteModification
 
DeleteModificationCollisionException - Exception in co.codewizards.cloudstore.core.repo.transport
 
DeleteModificationCollisionException() - Constructor for exception co.codewizards.cloudstore.core.repo.transport.DeleteModificationCollisionException
 
DeleteModificationCollisionException(String) - Constructor for exception co.codewizards.cloudstore.core.repo.transport.DeleteModificationCollisionException
 
DeleteModificationCollisionException(Throwable) - Constructor for exception co.codewizards.cloudstore.core.repo.transport.DeleteModificationCollisionException
 
DeleteModificationCollisionException(String, Throwable) - Constructor for exception co.codewizards.cloudstore.core.repo.transport.DeleteModificationCollisionException
 
DeleteModificationCollisionException(String, Throwable, boolean, boolean) - Constructor for exception co.codewizards.cloudstore.core.repo.transport.DeleteModificationCollisionException
 
DeleteModificationDAO - Class in co.codewizards.cloudstore.local.persistence
 
DeleteModificationDAO() - Constructor for class co.codewizards.cloudstore.local.persistence.DeleteModificationDAO
 
DeleteModificationDTO - Class in co.codewizards.cloudstore.core.dto
 
DeleteModificationDTO() - Constructor for class co.codewizards.cloudstore.core.dto.DeleteModificationDTO
 
deletePersistent(E) - Method in class co.codewizards.cloudstore.local.persistence.DAO
 
deletePersistent(NormalFile) - Method in class co.codewizards.cloudstore.local.persistence.NormalFileDAO
 
deletePersistent(RemoteRepository) - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepositoryDAO
 
deletePersistent(RepoFile) - Method in class co.codewizards.cloudstore.local.persistence.RepoFileDAO
 
deletePersistentAll(Collection<? extends E>) - Method in class co.codewizards.cloudstore.local.persistence.DAO
 
deletePersistentAll(Collection<? extends RemoteRepository>) - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepositoryDAO
 
deleteRemoteRepository(UUID) - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
Deletes a remote repository from the local database.
deleteRepoFile(RepoFile) - Method in class co.codewizards.cloudstore.local.LocalRepoSync
 
DerbyUtil - Class in co.codewizards.cloudstore.core.util
 
deserialise(byte[]) - Method in class co.codewizards.cloudstore.core.auth.AuthTokenIO
 
deserialise(byte[]) - Method in class co.codewizards.cloudstore.core.auth.SignedAuthTokenIO
 
deserialize(InputStream) - Method in class co.codewizards.cloudstore.core.dto.jaxb.DTOIO
 
deserialize(File) - Method in class co.codewizards.cloudstore.core.dto.jaxb.DTOIO
 
determineRemoteRootWithoutPathPrefix() - Method in class co.codewizards.cloudstore.core.repo.transport.AbstractRepoTransport
 
determineRemoteRootWithoutPathPrefix() - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
determineRemoteRootWithoutPathPrefix() - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
Directory - Class in co.codewizards.cloudstore.local.persistence
 
Directory() - Constructor for class co.codewizards.cloudstore.local.persistence.Directory
 
DirectoryDAO - Class in co.codewizards.cloudstore.local.persistence
 
DirectoryDAO() - Constructor for class co.codewizards.cloudstore.local.persistence.DirectoryDAO
 
DirectoryDTO - Class in co.codewizards.cloudstore.core.dto
 
DirectoryDTO() - Constructor for class co.codewizards.cloudstore.core.dto.DirectoryDTO
 
done() - Method in class co.codewizards.cloudstore.core.progress.LoggerProgressMonitor
 
done() - Method in class co.codewizards.cloudstore.core.progress.NullProgressMonitor
 
done() - Method in interface co.codewizards.cloudstore.core.progress.ProgressMonitor
Notifies that the work is done; that is, either the main task is completed or the user canceled it.
done() - Method in class co.codewizards.cloudstore.core.progress.ProgressMonitorDelegator
 
done() - Method in class co.codewizards.cloudstore.core.progress.SubProgressMonitor
 
DropRepoAliasSubCommand - Class in co.codewizards.cloudstore.client
SubCommand implementation for showing information about a repository in the local file system.
DropRepoAliasSubCommand() - Constructor for class co.codewizards.cloudstore.client.DropRepoAliasSubCommand
 
DropRepoConnectionSubCommand - Class in co.codewizards.cloudstore.client
SubCommand implementation for cancelling a connection with a remote repository.
DropRepoConnectionSubCommand() - Constructor for class co.codewizards.cloudstore.client.DropRepoConnectionSubCommand
 
DTOIO<D> - Class in co.codewizards.cloudstore.core.dto.jaxb
 
DTOIO() - Constructor for class co.codewizards.cloudstore.core.dto.jaxb.DTOIO
 
DumpStreamThread - Class in co.codewizards.cloudstore.core.childprocess
 
DumpStreamThread(InputStream, OutputStream, String) - Constructor for class co.codewizards.cloudstore.core.childprocess.DumpStreamThread
 
DynamicX509TrustManagerCallback - Interface in co.codewizards.cloudstore.rest.client.ssl
 

E

encodeHexStr(byte[]) - Static method in class co.codewizards.cloudstore.core.util.HashUtil
 
encodeHexStr(byte[], int, int) - Static method in class co.codewizards.cloudstore.core.util.HashUtil
Encode a byte array into a human readable hex string.
encrypt(byte[]) - Method in class co.codewizards.cloudstore.core.auth.SignedAuthTokenEncrypter
 
EncryptedSignedAuthToken - Class in co.codewizards.cloudstore.core.auth
 
EncryptedSignedAuthToken() - Constructor for class co.codewizards.cloudstore.core.auth.EncryptedSignedAuthToken
 
EncryptedSignedAuthTokenService - Class in co.codewizards.cloudstore.rest.server.service
 
EncryptedSignedAuthTokenService() - Constructor for class co.codewizards.cloudstore.rest.server.service.EncryptedSignedAuthTokenService
 
endPutFile(String, Date, long, String) - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
 
endPutFile(String, Date, long, String) - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
endPutFile(String, String, DateTime, long, String) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
endPutFile(String, Date, long, String) - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
endPutFile(String, DateTime, long, String) - Method in class co.codewizards.cloudstore.rest.server.service.EndPutFileService
 
EndPutFileService - Class in co.codewizards.cloudstore.rest.server.service
 
EndPutFileService() - Constructor for class co.codewizards.cloudstore.rest.server.service.EndPutFileService
 
endSyncFromRepository() - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
 
endSyncFromRepository() - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
endSyncFromRepository(String) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
endSyncFromRepository() - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
endSyncFromRepository() - Method in class co.codewizards.cloudstore.rest.server.service.EndSyncFromRepositoryService
 
EndSyncFromRepositoryService - Class in co.codewizards.cloudstore.rest.server.service
 
EndSyncFromRepositoryService() - Constructor for class co.codewizards.cloudstore.rest.server.service.EndSyncFromRepositoryService
 
endSyncToRepository(long) - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
 
endSyncToRepository(long) - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
endSyncToRepository(String, long) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
endSyncToRepository(long) - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
endSyncToRepository(long) - Method in class co.codewizards.cloudstore.rest.server.service.EndSyncToRepositoryService
 
EndSyncToRepositoryService - Class in co.codewizards.cloudstore.rest.server.service
 
EndSyncToRepositoryService() - Constructor for class co.codewizards.cloudstore.rest.server.service.EndSyncToRepositoryService
 
Entity - Class in co.codewizards.cloudstore.local.persistence
Base class of all persistence-capable (a.k.a.
Entity() - Constructor for class co.codewizards.cloudstore.local.persistence.Entity
 
equal(Object, Object) - Static method in class co.codewizards.cloudstore.core.util.Util
 
equal(long, long) - Static method in class co.codewizards.cloudstore.core.util.Util
 
equal(int, int) - Static method in class co.codewizards.cloudstore.core.util.Util
 
equals(Object) - Method in class co.codewizards.cloudstore.core.dto.DateTime
 
equals(Object) - Method in class co.codewizards.cloudstore.core.updater.Version
 
equals(Object) - Method in class co.codewizards.cloudstore.local.persistence.Entity
 
Error - Class in co.codewizards.cloudstore.core.dto
 
Error() - Constructor for class co.codewizards.cloudstore.core.dto.Error
 
Error(String) - Constructor for class co.codewizards.cloudstore.core.dto.Error
 
Error(Throwable) - Constructor for class co.codewizards.cloudstore.core.dto.Error
 
ErrorStackTraceElement - Class in co.codewizards.cloudstore.core.dto
 
ErrorStackTraceElement() - Constructor for class co.codewizards.cloudstore.core.dto.ErrorStackTraceElement
 
ErrorStackTraceElement(StackTraceElement) - Constructor for class co.codewizards.cloudstore.core.dto.ErrorStackTraceElement
 
ExceptionUtil - Class in co.codewizards.cloudstore.core.util
 
execute() - Method in class co.codewizards.cloudstore.client.CloudStoreClient
 
execute() - Method in class co.codewizards.cloudstore.updater.CloudStoreUpdater
 
ExecutionException - Exception in co.codewizards.cloudstore.core.concurrent
 
ExecutionException() - Constructor for exception co.codewizards.cloudstore.core.concurrent.ExecutionException
 
ExecutionException(String) - Constructor for exception co.codewizards.cloudstore.core.concurrent.ExecutionException
 
ExecutionException(Throwable) - Constructor for exception co.codewizards.cloudstore.core.concurrent.ExecutionException
 
ExecutionException(String, Throwable) - Constructor for exception co.codewizards.cloudstore.core.concurrent.ExecutionException
 
ExecutionException(String, Throwable, boolean, boolean) - Constructor for exception co.codewizards.cloudstore.core.concurrent.ExecutionException
 
extract(File) - Method in class co.codewizards.cloudstore.updater.TarGzFile
 
extractAndApplySystemPropertiesReturnOthers(String[]) - Static method in class co.codewizards.cloudstore.core.util.MainArgsUtil
 

F

FileAlreadyRepositoryException - Exception in co.codewizards.cloudstore.core.repo.local
Thrown if a LocalRepoManager could not be created for a given File, because the file is already a repository and the LocalRepoManager was instructed to create a new repository from a simple file.
FileAlreadyRepositoryException(File) - Constructor for exception co.codewizards.cloudstore.core.repo.local.FileAlreadyRepositoryException
 
FileAlreadyRepositoryException(File, Throwable) - Constructor for exception co.codewizards.cloudstore.core.repo.local.FileAlreadyRepositoryException
 
FileChunk - Class in co.codewizards.cloudstore.local.persistence
 
FileChunk() - Constructor for class co.codewizards.cloudstore.local.persistence.FileChunk
 
FileChunkDTO - Class in co.codewizards.cloudstore.core.dto
 
FileChunkDTO() - Constructor for class co.codewizards.cloudstore.core.dto.FileChunkDTO
 
fileFilter(FileFilter) - Method in class co.codewizards.cloudstore.updater.TarGzFile
 
fileFilterIgnoringBackupAndUpdaterDir - Variable in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
 
fileFilterIgnoringBackupDir - Variable in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
 
FilenameFilterSkipMetaDir - Class in co.codewizards.cloudstore.local
 
FilenameFilterSkipMetaDir() - Constructor for class co.codewizards.cloudstore.local.FilenameFilterSkipMetaDir
 
FileNoDirectoryException - Exception in co.codewizards.cloudstore.core.repo.local
Thrown if a LocalRepoManager could not be created for a given File, because the file is not a directory.
FileNoDirectoryException(File) - Constructor for exception co.codewizards.cloudstore.core.repo.local.FileNoDirectoryException
 
FileNoDirectoryException(File, Throwable) - Constructor for exception co.codewizards.cloudstore.core.repo.local.FileNoDirectoryException
 
FileNoRepositoryException - Exception in co.codewizards.cloudstore.core.repo.local
Thrown if a LocalRepoManager could not be created for a given File, because the file is not yet a repository.
FileNoRepositoryException(File) - Constructor for exception co.codewizards.cloudstore.core.repo.local.FileNoRepositoryException
 
FileNoRepositoryException(File, Throwable) - Constructor for exception co.codewizards.cloudstore.core.repo.local.FileNoRepositoryException
 
FileNotFoundException - Exception in co.codewizards.cloudstore.core.repo.local
Thrown if a LocalRepoManager could not be created for a given File, because the file does not exist.
FileNotFoundException(File) - Constructor for exception co.codewizards.cloudstore.core.repo.local.FileNotFoundException
 
FileNotFoundException(File, Throwable) - Constructor for exception co.codewizards.cloudstore.core.repo.local.FileNotFoundException
 
FileRepoTransport - Class in co.codewizards.cloudstore.local.transport
 
FileRepoTransport() - Constructor for class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
FileRepoTransportFactory - Class in co.codewizards.cloudstore.local.transport
 
FileRepoTransportFactory() - Constructor for class co.codewizards.cloudstore.local.transport.FileRepoTransportFactory
 
FileWriteStrategy - Enum in co.codewizards.cloudstore.core.repo.transport
Strategy controlling how and when a destination file is written.
filterProperties(Map<?, ?>) - Static method in class co.codewizards.cloudstore.core.util.PropertiesUtil
Filter the given raw properties.
filterProperties(Map<?, ?>, Map<?, ?>) - Static method in class co.codewizards.cloudstore.core.util.PropertiesUtil
Filter the given raw properties.
finalize() - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
Deprecated.
Do not invoke this method directly! It is declared in this interface to make sure the proxy's InvocationHandler is invoked when the garbage-collector collects the proxy.
finalize() - Method in class co.codewizards.cloudstore.core.repo.transport.AbstractRepoTransport
 
finalize() - Method in class co.codewizards.cloudstore.rest.server.auth.Auth
 
flush() - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoTransaction
 
flush() - Method in class co.codewizards.cloudstore.local.LocalRepoTransactionImpl
 
flushBuffer() - Method in class co.codewizards.cloudstore.core.childprocess.DumpStreamThread
 
flushBuffer() - Method in class co.codewizards.cloudstore.core.childprocess.LogDumpedStreamThread
 
format(Calendar) - Static method in class co.codewizards.cloudstore.core.util.ISO8601
Formats a Calendar value into an ISO8601-compliant date/time string.
formatDate(Date) - Static method in class co.codewizards.cloudstore.core.util.ISO8601
Convenience method calling ISO8601.format(Calendar) with a UTC time zone (as a Date does not have a time zone by definition).
formatEncodedHexStrForHuman(String) - Static method in class co.codewizards.cloudstore.core.util.HashUtil
 
fromKey(String) - Static method in enum co.codewizards.cloudstore.local.PersistencePropertiesEnum
 

G

getAliases() - Method in class co.codewizards.cloudstore.local.persistence.LocalRepository
 
getAllUnitsWithDisplayName() - Static method in enum co.codewizards.cloudstore.client.TimePeriodOptionHandler.Unit
 
getAllUnitsWithDisplayName(String) - Static method in enum co.codewizards.cloudstore.client.TimePeriodOptionHandler.Unit
 
getAllUnitsWithDisplayName(String, String) - Static method in enum co.codewizards.cloudstore.client.TimePeriodOptionHandler.Unit
 
getAuth() - Method in class co.codewizards.cloudstore.rest.server.service.AbstractServiceWithRepoToRepoAuth
Get the authentication information.
getAuthToken() - Method in class co.codewizards.cloudstore.rest.server.auth.TransientRepoPassword
 
getAuthTokenData() - Method in class co.codewizards.cloudstore.core.auth.SignedAuthToken
 
getBackupDir() - Method in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
 
getBaseURL() - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
Get the server's base-URL.
getBytesFromFile(File) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
 
getCallable() - Method in interface co.codewizards.cloudstore.core.concurrent.CallableProvider
 
getCallback() - Method in class co.codewizards.cloudstore.rest.client.ssl.SSLContextBuilder
 
getCause() - Method in class co.codewizards.cloudstore.core.dto.Error
 
getCause(Throwable, Class<T>) - Static method in class co.codewizards.cloudstore.core.util.ExceptionUtil
 
getCertificateChain() - Method in class co.codewizards.cloudstore.rest.client.ssl.CheckServerTrustedCertificateExceptionContext
 
getChanged() - Method in interface co.codewizards.cloudstore.local.persistence.AutoTrackChanged
Gets the timestamp of when this entity was last changed.
getChanged() - Method in class co.codewizards.cloudstore.local.persistence.Entity
 
getChangeSet(String, boolean) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
getChangeSetDTO(boolean) - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
 
getChangeSetDTO(boolean) - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
getChangeSetDTO(boolean) - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
getChangeSetDTO(boolean) - Method in class co.codewizards.cloudstore.rest.server.service.ChangeSetDTOService
 
getChildren() - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTOTreeNode
 
getChildRepoFile(RepoFile, String) - Method in class co.codewizards.cloudstore.local.persistence.RepoFileDAO
Get the child of the given parent with the specified name.
getChildRepoFiles(RepoFile) - Method in class co.codewizards.cloudstore.local.persistence.RepoFileDAO
Get the children of the given parent.
getClassName() - Method in class co.codewizards.cloudstore.core.dto.Error
 
getClassName() - Method in class co.codewizards.cloudstore.core.dto.ErrorStackTraceElement
 
getClient() - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
getClientRepositoryId() - Method in class co.codewizards.cloudstore.core.repo.transport.AbstractRepoTransport
 
getClientRepositoryId() - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
 
getClientRepositoryId() - Method in class co.codewizards.cloudstore.rest.server.auth.TransientRepoPassword
 
getClientRepositoryIdFromUserName(String) - Method in class co.codewizards.cloudstore.rest.server.service.AbstractServiceWithRepoToRepoAuth
 
getClientRepositoryIdFromUserNameOrFail(String) - Method in class co.codewizards.cloudstore.rest.server.service.AbstractServiceWithRepoToRepoAuth
 
getClientRepositoryIdOrFail() - Method in class co.codewizards.cloudstore.core.repo.transport.AbstractRepoTransport
 
getContext(Class<?>) - Method in class co.codewizards.cloudstore.rest.client.jersey.CloudStoreJaxbContextResolver
 
getContext(Class<?>) - Method in class co.codewizards.cloudstore.rest.server.jersey.CloudStoreJaxbContextResolver
 
getCreated() - Method in class co.codewizards.cloudstore.local.persistence.Entity
Gets the timestamp of the creation of this entity.
getCredentialsProvider() - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
getCurrentAuthRepoPassword(UUID, UUID) - Method in class co.codewizards.cloudstore.rest.server.auth.TransientRepoPasswordManager
 
getDAO(Class<D>) - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoTransaction
 
getDAO(Class<D>) - Method in class co.codewizards.cloudstore.local.LocalRepoTransactionImpl
 
getDAO(Class<T>) - Method in class co.codewizards.cloudstore.local.persistence.DAO
 
getDeleteModificationsForPathAfter(String, long, RemoteRepository) - Method in class co.codewizards.cloudstore.local.persistence.DeleteModificationDAO
 
getDeleteModificationsForPathOrParentOfPathAfter(String, long, RemoteRepository) - Method in class co.codewizards.cloudstore.local.persistence.DeleteModificationDAO
 
getDeleteModificationsForSha1(String, long) - Method in class co.codewizards.cloudstore.local.persistence.DeleteModificationDAO
 
getDescription() - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransportFactory
Gets the human-readable long description of this factory.
getDescription() - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransportFactory
 
getDescription() - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransportFactory
 
getDisplayName() - Method in enum co.codewizards.cloudstore.client.TimePeriodOptionHandler.Unit
 
getDynamicX509TrustManagerCallback() - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
getDynamicX509TrustManagerCallbackClass() - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransportFactory
 
getEarlyRenewalPeriod() - Method in class co.codewizards.cloudstore.rest.server.auth.TransientRepoPasswordManager
 
getElements() - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTOList
 
getElements() - Method in class co.codewizards.cloudstore.core.dto.StringList
 
getEncryptedSignedAuthToken(String, UUID) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
getEncryptedSignedAuthToken(UUID) - Method in class co.codewizards.cloudstore.rest.server.service.EncryptedSignedAuthTokenService
 
getEncryptedSignedAuthToken(UUID, UUID, byte[], byte[]) - Method in class co.codewizards.cloudstore.rest.server.service.EncryptedSignedAuthTokenService
 
getEncryptedSignedAuthTokenData() - Method in class co.codewizards.cloudstore.core.auth.EncryptedSignedAuthToken
 
getEncryptedSignedAuthTokenDataIV() - Method in class co.codewizards.cloudstore.core.auth.EncryptedSignedAuthToken
 
getEncryptedSymmetricKey() - Method in class co.codewizards.cloudstore.core.auth.EncryptedSignedAuthToken
 
getEntityClass() - Method in class co.codewizards.cloudstore.local.persistence.DAO
Get the type of the entity.
getEntryName(File, File) - Method in class co.codewizards.cloudstore.updater.DefaultTarGzEntryNameConverter
 
getEntryName(File, File) - Method in interface co.codewizards.cloudstore.updater.TarGzEntryNameConverter
 
getError() - Method in exception co.codewizards.cloudstore.rest.client.RemoteException
 
getError() - Method in class co.codewizards.cloudstore.rest.client.ssl.CheckServerTrustedCertificateExceptionContext
 
getErrorClassName() - Method in exception co.codewizards.cloudstore.rest.client.RemoteException
 
getExpiryDateTime() - Method in class co.codewizards.cloudstore.core.auth.AuthToken
Gets the timestamp when the current token expires.
getExpiryTimerPeriod() - Method in class co.codewizards.cloudstore.rest.server.auth.TransientRepoPasswordManager
 
getFile() - Method in class co.codewizards.cloudstore.core.config.Config
Get the directory or file for which this Config instance is responsible.
getFile() - Method in class co.codewizards.cloudstore.core.config.ConfigDir
Gets the central configuration directory as absolute File.
getFile() - Method in interface co.codewizards.cloudstore.core.io.LockFile
Gets the underlying file being locked.
getFile() - Method in exception co.codewizards.cloudstore.core.repo.local.FileAlreadyRepositoryException
 
getFile() - Method in exception co.codewizards.cloudstore.core.repo.local.FileNoDirectoryException
 
getFile() - Method in exception co.codewizards.cloudstore.core.repo.local.FileNoRepositoryException
 
getFile() - Method in exception co.codewizards.cloudstore.core.repo.local.FileNotFoundException
 
getFile(File, String...) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Get a file object from a base directory and a list of subdirectories or files.
getFile(File) - Method in class co.codewizards.cloudstore.local.persistence.RepoFile
Gets the File represented by this RepoFile inside the given repository's localRoot directory.
getFile(String) - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
getFile(File, String) - Method in class co.codewizards.cloudstore.updater.DefaultTarGzEntryNameConverter
 
getFile(File, String) - Method in interface co.codewizards.cloudstore.updater.TarGzEntryNameConverter
 
getFileChunkDTO() - Method in class co.codewizards.cloudstore.core.dto.TempChunkFileDTO
 
getFileChunkDTOs() - Method in class co.codewizards.cloudstore.core.dto.NormalFileDTO
 
getFileChunks() - Method in class co.codewizards.cloudstore.local.persistence.NormalFile
 
getFileData(String, long, int) - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
Get the binary file data at the given offset and with the given length.
getFileData(String, long, int) - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
getFileData(String, String, long, int) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
getFileData(String, long, int) - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
getFileData(String, long, int) - Method in class co.codewizards.cloudstore.rest.server.service.WebDavService
 
getFileExtension(String) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Get the extension of a filename.
getFileFilter() - Method in class co.codewizards.cloudstore.updater.TarGzFile
Gets the FileFilter deciding whether to process a file or not.
getFileName() - Method in class co.codewizards.cloudstore.core.dto.ErrorStackTraceElement
 
getFileNameWithoutExtension(String) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Get a filename without extension.
getFromPath() - Method in class co.codewizards.cloudstore.core.dto.CopyModificationDTO
 
getFromPath() - Method in class co.codewizards.cloudstore.local.persistence.CopyModification
Gets the source path of the copied file.
getFromPath2CopyModificationDTOs() - Method in class co.codewizards.cloudstore.core.repo.sync.ModificationDTOSet
 
getHostnameVerifier() - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
getId() - Method in class co.codewizards.cloudstore.core.dto.ModificationDTO
 
getId() - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTO
 
getId() - Method in class co.codewizards.cloudstore.local.persistence.Entity
Get the unique identifier of this object.
getIndexesOf(String, char) - Static method in class co.codewizards.cloudstore.core.util.StringUtil
 
getInstallationDir() - Method in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
Gets the installation directory.
getInstallationDir() - Method in class co.codewizards.cloudstore.updater.CloudStoreUpdater
Gets the installation directory that was passed as command line parameter.
getInstallationProperties() - Method in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
 
getInstance() - Static method in class co.codewizards.cloudstore.core.concurrent.DeferrableExecutor
 
getInstance() - Static method in class co.codewizards.cloudstore.core.config.Config
Gets the global Config for the current user.
getInstance() - Static method in class co.codewizards.cloudstore.core.config.ConfigDir
Gets the singleton instance of ConfigDir.
getInstance() - Static method in class co.codewizards.cloudstore.core.io.LockFileFactory
 
getInstance() - Static method in class co.codewizards.cloudstore.core.repo.local.LocalRepoManagerFactory.Helper
 
getInstance() - Static method in class co.codewizards.cloudstore.core.repo.local.LocalRepoRegistry
 
getInstance() - Static method in class co.codewizards.cloudstore.core.repo.transport.RepoTransportFactoryRegistry
 
getInstance() - Static method in class co.codewizards.cloudstore.rest.server.auth.TransientRepoPasswordManager
 
getInstanceForDirectory(File) - Static method in class co.codewizards.cloudstore.core.config.Config
Gets the Config for the given directory.
getInstanceForFile(File) - Static method in class co.codewizards.cloudstore.core.config.Config
Gets the Config for the given file.
getJaxbContext() - Static method in class co.codewizards.cloudstore.core.dto.jaxb.CloudStoreJaxbContext
 
getKey() - Method in class co.codewizards.cloudstore.rest.client.internal.QueryParameter
 
getKeySize() - Method in class co.codewizards.cloudstore.core.auth.SignedAuthTokenEncrypter
 
getKeyStoreFile() - Method in class co.codewizards.cloudstore.server.CloudStoreServer
 
getLastModified() - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTO
Gets the timestamp of the file's last modification.
getLastModified() - Method in class co.codewizards.cloudstore.local.persistence.RepoFile
Gets the timestamp of the file's last modification.
getLastModifiedNoFollow(File) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
 
getLastModifiedNoFollow(Path) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
 
getLastSyncFromRepositoryId() - Method in class co.codewizards.cloudstore.local.persistence.RepoFile
 
getLastSyncToRemoteRepo(RemoteRepository) - Method in class co.codewizards.cloudstore.local.persistence.LastSyncToRemoteRepoDAO
 
getLastSyncToRemoteRepoOrFail(RemoteRepository) - Method in class co.codewizards.cloudstore.local.persistence.LastSyncToRemoteRepoDAO
 
getLeafs() - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTOTreeNode
 
getLength() - Method in class co.codewizards.cloudstore.core.dto.FileChunkDTO
 
getLength() - Method in class co.codewizards.cloudstore.core.dto.NormalFileDTO
Gets the file size in bytes.
getLength() - Method in class co.codewizards.cloudstore.local.persistence.CopyModification
 
getLength() - Method in class co.codewizards.cloudstore.local.persistence.DeleteModification
 
getLength() - Method in class co.codewizards.cloudstore.local.persistence.FileChunk
 
getLength() - Method in class co.codewizards.cloudstore.local.persistence.NormalFile
Gets the file size in bytes.
getLineNumber() - Method in class co.codewizards.cloudstore.core.dto.ErrorStackTraceElement
 
getLocalPathPrefix() - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepository
 
getLocalPathPrefix() - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest
 
getLocalPathPrefixOrFail(URL) - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
Gets the local path-prefix (of the local repository managed by this LocalRepoManager) when syncing with the remote repository identified by the given remoteRoot.
getLocalPathPrefixOrFail(UUID) - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
Gets the local path-prefix (of the local repository managed by this LocalRepoManager) when syncing with the remote repository identified by the given remoteRoot.
getLocalRepoManager() - Method in class co.codewizards.cloudstore.core.repo.local.LocalRepoManagerCloseEvent
 
getLocalRepoManager() - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoTransaction
 
getLocalRepoManager() - Method in class co.codewizards.cloudstore.local.LocalRepoTransactionImpl
 
getLocalRepoManager() - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
getLocalRepositoryOrFail() - Method in class co.codewizards.cloudstore.local.persistence.LocalRepositoryDAO
 
getLocalRepositoryRevisionInProgress() - Method in class co.codewizards.cloudstore.local.persistence.LastSyncToRemoteRepo
 
getLocalRepositoryRevisionSynced() - Method in class co.codewizards.cloudstore.local.persistence.LastSyncToRemoteRepo
Gets the LocalRepository.revision that was synced to the remote repository.
getLocalRevision() - Method in class co.codewizards.cloudstore.core.dto.ModificationDTO
 
getLocalRevision() - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTO
 
getLocalRevision() - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoTransaction
 
getLocalRevision() - Method in class co.codewizards.cloudstore.local.LocalRepoTransactionImpl
 
getLocalRevision() - Method in interface co.codewizards.cloudstore.local.persistence.AutoTrackLocalRevision
Get the local revision of the last modification of this entity.
getLocalRevision() - Method in class co.codewizards.cloudstore.local.persistence.Modification
 
getLocalRevision() - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepository
 
getLocalRevision() - Method in class co.codewizards.cloudstore.local.persistence.RepoFile
Get the local revision of the last modification of this entity.
getLocalRoot() - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
Gets the repository's local root directory.
getLocalRoot(UUID) - Method in class co.codewizards.cloudstore.core.repo.local.LocalRepoRegistry
 
getLocalRoot() - Method in exception co.codewizards.cloudstore.core.repo.local.RepositoryCorruptException
 
getLocalRootContainingFile(File) - Static method in class co.codewizards.cloudstore.core.repo.local.LocalRepoHelper
Gets the local root containing the given file.
getLocalRootDirectory() - Method in class co.codewizards.cloudstore.local.persistence.RepoFileDAO
 
getLocalRootForRepositoryName(String) - Method in class co.codewizards.cloudstore.core.repo.local.LocalRepoRegistry
Get the local root for the given repositoryName.
getLocalRootForRepositoryNameOrFail(String) - Method in class co.codewizards.cloudstore.core.repo.local.LocalRepoRegistry
 
getLocalRootOrFail(UUID) - Method in class co.codewizards.cloudstore.core.repo.local.LocalRepoRegistry
 
getLocalRoots() - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManagerFactory
 
getLocalRoots() - Method in class co.codewizards.cloudstore.local.LocalRepoManagerFactoryImpl
 
getLocalRootURL(UUID) - Method in class co.codewizards.cloudstore.rest.server.service.AbstractServiceWithRepoToRepoAuth
 
getLocalRootURLForRepositoryName(String) - Method in class co.codewizards.cloudstore.core.repo.local.LocalRepoRegistry
 
getLocalRootURLForRepositoryNameOrFail(String) - Method in class co.codewizards.cloudstore.core.repo.local.LocalRepoRegistry
 
getLocalVersion() - Method in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
 
getLock() - Method in interface co.codewizards.cloudstore.core.io.LockFile
 
getLock() - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
 
getLogDir() - Method in class co.codewizards.cloudstore.core.config.ConfigDir
Gets the log directory (the directory where the log files are written to).
getLogger() - Method in class co.codewizards.cloudstore.core.progress.LoggerProgressMonitor
Get the logger to which this monitor is writing.
getLogLevel() - Method in class co.codewizards.cloudstore.core.progress.LoggerProgressMonitor
Get the log-level that is used when writing to the logger.
getLogMinPercentageDifference() - Method in class co.codewizards.cloudstore.core.progress.LoggerProgressMonitor
Get the minimum percentage difference to trigger a new log message.
getLogMinPeriodMSec() - Method in class co.codewizards.cloudstore.core.progress.LoggerProgressMonitor
Get the minimum log period in milliseconds.
getMajor() - Method in class co.codewizards.cloudstore.core.updater.Version
 
getMessage() - Method in class co.codewizards.cloudstore.core.dto.Error
 
getMessage() - Method in class co.codewizards.cloudstore.core.progress.LoggerProgressMonitor
Get the log-message.
getMetaPropertyKeyNullValue(String) - Static method in class co.codewizards.cloudstore.core.util.PropertiesUtil
Get the null-indicating meta-property's key for the given real property's key.
getMethodName() - Method in class co.codewizards.cloudstore.core.dto.ErrorStackTraceElement
 
getMillis() - Method in class co.codewizards.cloudstore.core.dto.DateTime
Gets the number of milliseconds since 1970 January 1 00:00:00 GMT represented by this DateTime object.
getMinor() - Method in class co.codewizards.cloudstore.core.updater.Version
 
getModificationDTOs() - Method in class co.codewizards.cloudstore.core.dto.ChangeSetDTO
 
getModifications(RemoteRepository) - Method in class co.codewizards.cloudstore.local.persistence.ModificationDAO
Gets all Modifications being assigned to the given remoteRepository.
getModificationsAfter(RemoteRepository, long) - Method in class co.codewizards.cloudstore.local.persistence.ModificationDAO
Gets those Modifications being assigned to the given remoteRepository whose localRevision is greater than the given localRevision.
getModificationsBeforeOrEqual(RemoteRepository, long) - Method in class co.codewizards.cloudstore.local.persistence.ModificationDAO
 
getName() - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTO
 
getName() - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransportFactory
Gets the human-readable short name of this factory.
getName() - Method in class co.codewizards.cloudstore.local.persistence.RepoFile
 
getName() - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransportFactory
 
getName() - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransportFactory
 
getNormalFile() - Method in class co.codewizards.cloudstore.local.persistence.FileChunk
 
getNormalFilesForSha1(String, long) - Method in class co.codewizards.cloudstore.local.persistence.NormalFileDAO
Get those RepoFiles whose sha1 and length match the given parameters.
getObjectByIdOrFail(long) - Method in class co.codewizards.cloudstore.local.persistence.DAO
Get the entity-instance referenced by the specified identifier.
getObjectByIdOrNull(long) - Method in class co.codewizards.cloudstore.local.persistence.DAO
Get the entity-instance referenced by the specified identifier.
getObjects() - Method in class co.codewizards.cloudstore.local.persistence.DAO
 
getObjectsCount() - Method in class co.codewizards.cloudstore.local.persistence.DAO
 
getOffset() - Method in class co.codewizards.cloudstore.core.dto.FileChunkDTO
 
getOffset() - Method in class co.codewizards.cloudstore.local.persistence.FileChunk
 
getOutputStringBuffer() - Method in class co.codewizards.cloudstore.core.childprocess.DumpStreamThread
 
getOutputStringBuffer() - Method in class co.codewizards.cloudstore.core.childprocess.LogDumpedStreamThread
 
getOutputStringBufferMaxLength() - Method in class co.codewizards.cloudstore.core.childprocess.DumpStreamThread
 
getOutputStringBufferMaxLength() - Method in class co.codewizards.cloudstore.core.childprocess.LogDumpedStreamThread
 
getParent() - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTOTreeNode
 
getParent() - Method in class co.codewizards.cloudstore.local.persistence.RepoFile
 
getParentId() - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTO
 
getPassword() - Method in class co.codewizards.cloudstore.core.auth.AuthToken
Gets the password, currently valid for authentication at the server.
getPassword() - Method in interface co.codewizards.cloudstore.rest.client.CredentialsProvider
 
getPassword() - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
getPassword() - Method in class co.codewizards.cloudstore.rest.server.auth.Auth
Get the password.
getPassword() - Method in class co.codewizards.cloudstore.rest.server.auth.TransientRepoPassword
 
getPatchLevel() - Method in class co.codewizards.cloudstore.core.updater.Version
 
getPath() - Method in class co.codewizards.cloudstore.core.dto.DeleteModificationDTO
 
getPath() - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTOTreeNode
Gets the path from the root to the current node.
getPath() - Method in class co.codewizards.cloudstore.local.persistence.DeleteModification
Gets the path of the deleted directory or file.
getPath() - Method in class co.codewizards.cloudstore.local.persistence.RepoFile
Gets the path from the root to this.
getPath2DeleteModificationDTOs() - Method in class co.codewizards.cloudstore.core.repo.sync.ModificationDTOSet
 
getPathAfterBaseURL() - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
getPathList() - Method in class co.codewizards.cloudstore.local.persistence.RepoFile
Gets the path within the repository from the root (including) to this (including).
getPathPrefix() - Method in class co.codewizards.cloudstore.core.repo.transport.AbstractRepoTransport
 
getPathPrefix() - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
 
getPathPrefixFile() - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
getPathSegment() - Method in class co.codewizards.cloudstore.rest.client.internal.PathSegment
 
getPersistenceManager() - Method in class co.codewizards.cloudstore.local.LocalRepoTransactionImpl
 
getPersistenceManager() - Method in class co.codewizards.cloudstore.local.persistence.DAO
Gets the PersistenceManager assigned to this DAO.
getPersistenceProperties(boolean) - Method in class co.codewizards.cloudstore.local.PersistencePropertiesProvider
 
getPriority() - Method in class co.codewizards.cloudstore.core.repo.transport.AbstractRepoTransportFactory
 
getPriority() - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransportFactory
Gets the priority of this factory.
getPrivateKey() - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
Gets the local repository's private key.
getPrivateKey() - Method in class co.codewizards.cloudstore.local.persistence.LocalRepository
 
getProperties(Properties, String) - Static method in class co.codewizards.cloudstore.core.util.PropertiesUtil
Get all properties whose keys start with the given prefix.
getProperty(String, String) - Method in class co.codewizards.cloudstore.core.config.Config
Gets the property identified by the given key.
getPropertyAsBoolean(String, boolean) - Method in class co.codewizards.cloudstore.core.config.Config
 
getPropertyAsDate(String) - Method in class co.codewizards.cloudstore.core.repo.local.LocalRepoRegistry
 
getPropertyAsEnum(String, E) - Method in class co.codewizards.cloudstore.core.config.Config
Gets the property identified by the given key.
getPropertyAsEnum(String, Class<E>, E) - Method in class co.codewizards.cloudstore.core.config.Config
Gets the property identified by the given key.
getPropertyAsInt(String, int) - Method in class co.codewizards.cloudstore.core.config.Config
 
getPropertyAsLong(String, long) - Method in class co.codewizards.cloudstore.core.config.Config
 
getPropertyAsNonEmptyTrimmedString(String, String) - Method in class co.codewizards.cloudstore.core.config.Config
Gets the property identified by the given key; trimmed.
getPropertyAsPositiveOrZeroInt(String, int) - Method in class co.codewizards.cloudstore.core.config.Config
 
getPropertyAsPositiveOrZeroLong(String, long) - Method in class co.codewizards.cloudstore.core.config.Config
 
getPropertyKeyMatches(Properties, Pattern) - Static method in class co.codewizards.cloudstore.core.util.PropertiesUtil
Get all matches where property keys match the given pattern.
getPublicKey() - Method in class co.codewizards.cloudstore.core.dto.RepositoryDTO
 
getPublicKey() - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
Gets the local repository's public key.
getPublicKey() - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
 
getPublicKey() - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest
 
getPublicKey() - Method in class co.codewizards.cloudstore.local.persistence.Repository
 
getPublicKey() - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
getPublicKey() - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
getReferencedPropertyKeyForMetaPropertyKey(String) - Static method in class co.codewizards.cloudstore.core.util.PropertiesUtil
Get the referenced property-key for the given meta-property's key.
getRelativePath(File, String) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
This method finds - if possible - a relative path for addressing the given file from the given baseDir.
getRelativePath(File, File) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
This method finds - if possible - a relative path for addressing the given file from the given baseDir.
getRelativePath(String, String) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
This method finds - if possible - a relative path for addressing the given file from the given baseDir.
getRelease() - Method in class co.codewizards.cloudstore.core.updater.Version
 
getRemoteRepository() - Method in class co.codewizards.cloudstore.local.persistence.LastSyncToRemoteRepo
 
getRemoteRepository() - Method in class co.codewizards.cloudstore.local.persistence.Modification
Gets the remote repository to which this modification must be synced.
getRemoteRepository(UUID) - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepositoryDAO
 
getRemoteRepository(URL) - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepositoryDAO
 
getRemoteRepositoryIdOrFail(URL) - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
Gets the unique ID of the remote repository identified by the given remoteRoot.
getRemoteRepositoryOrFail(UUID) - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepositoryDAO
 
getRemoteRepositoryOrFail(URL) - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepositoryDAO
 
getRemoteRepositoryPublicKeyOrFail(UUID) - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
Gets the remote repository's public key.
getRemoteRepositoryRequest(UUID) - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequestDAO
 
getRemoteRepositoryRequestOrFail(UUID) - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequestDAO
 
getRemoteRepositoryRequestsChangedBefore(Date) - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequestDAO
 
getRemoteRoot() - Method in class co.codewizards.cloudstore.core.repo.transport.AbstractRepoTransport
 
getRemoteRoot() - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
Gets the remote repository's root URL, maybe including a path-prefix.
getRemoteRoot() - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepository
 
getRemoteRootSha1() - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepository
 
getRemoteRootWithoutPathPrefix() - Method in class co.codewizards.cloudstore.core.repo.transport.AbstractRepoTransport
 
getRemoteRootWithoutPathPrefix() - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
 
getRemoteURL() - Method in class co.codewizards.cloudstore.rest.client.ssl.SSLContextBuilder
 
getRemoteVersion() - Method in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
 
getRenewalDateTime() - Method in class co.codewizards.cloudstore.core.auth.AuthToken
Gets the timestamp from which on a new token would be returned (but the old is still valid).
getRenewalPeriod() - Method in class co.codewizards.cloudstore.rest.server.auth.TransientRepoPasswordManager
 
getRepoFile(File, File) - Method in class co.codewizards.cloudstore.local.persistence.RepoFileDAO
Get the RepoFile for the given file in the file system.
getRepoFileDTO() - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTOTreeNode
 
getRepoFileDTO(String) - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
 
getRepoFileDTO(String) - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
getRepoFileDTO(String, String) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
getRepoFileDTO(String) - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
getRepoFileDTO() - Method in class co.codewizards.cloudstore.rest.server.service.RepoFileDTOService
 
getRepoFileDTO(String) - Method in class co.codewizards.cloudstore.rest.server.service.RepoFileDTOService
 
getRepoFileDTOs() - Method in class co.codewizards.cloudstore.core.dto.ChangeSetDTO
 
getRepoFilesChangedAfterExclLastSyncFromRepositoryId(long, UUID) - Method in class co.codewizards.cloudstore.local.persistence.RepoFileDAO
Get those RepoFiles whose localRevision is greater than the given localRevision.
getRepositoryAliases(String) - Method in class co.codewizards.cloudstore.core.repo.local.LocalRepoRegistry
Gets all aliases known for the specified repository.
getRepositoryAliasesOrFail(String) - Method in class co.codewizards.cloudstore.core.repo.local.LocalRepoRegistry
Gets all aliases known for the specified repository.
getRepositoryDTO() - Method in class co.codewizards.cloudstore.core.dto.ChangeSetDTO
 
getRepositoryDTO() - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
 
getRepositoryDTO() - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
getRepositoryDTO(String) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
getRepositoryDTO() - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
getRepositoryDTO() - Method in class co.codewizards.cloudstore.rest.server.service.RepositoryDTOService
 
getRepositoryId() - Method in class co.codewizards.cloudstore.core.dto.RepositoryDTO
 
getRepositoryId() - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
Gets the local repository's unique ID.
getRepositoryId(String) - Method in class co.codewizards.cloudstore.core.repo.local.LocalRepoRegistry
 
getRepositoryId() - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
Get the repository's unique ID.
getRepositoryId() - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest
 
getRepositoryId() - Method in class co.codewizards.cloudstore.local.persistence.Repository
 
getRepositoryId() - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
getRepositoryId() - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
getRepositoryIdOrFail(String) - Method in class co.codewizards.cloudstore.core.repo.local.LocalRepoRegistry
 
getRepositoryIds() - Method in class co.codewizards.cloudstore.core.repo.local.LocalRepoRegistry
 
getRepositoryName() - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
getRepoTransportFactories(URL) - Method in class co.codewizards.cloudstore.core.repo.transport.RepoTransportFactoryRegistry
 
getRepoTransportFactories() - Method in class co.codewizards.cloudstore.core.repo.transport.RepoTransportFactoryRegistry
 
getRepoTransportFactory() - Method in class co.codewizards.cloudstore.core.repo.transport.AbstractRepoTransport
 
getRepoTransportFactory() - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
Gets the factory which created this instance.
getRepoTransportFactory(URL) - Method in class co.codewizards.cloudstore.core.repo.transport.RepoTransportFactoryRegistry
 
getRepoTransportFactory(Class<F>) - Method in class co.codewizards.cloudstore.core.repo.transport.RepoTransportFactoryRegistry
 
getRepoTransportFactoryOrFail(URL) - Method in class co.codewizards.cloudstore.core.repo.transport.RepoTransportFactoryRegistry
 
getRepoTransportFactoryOrFail(Class<F>) - Method in class co.codewizards.cloudstore.core.repo.transport.RepoTransportFactoryRegistry
 
getRevision() - Method in class co.codewizards.cloudstore.core.dto.RepositoryDTO
 
getRevision() - Method in class co.codewizards.cloudstore.local.persistence.Repository
 
getRoot() - Method in class co.codewizards.cloudstore.local.persistence.LocalRepository
Get the root directory of this repository.
getSecurePort() - Method in class co.codewizards.cloudstore.server.CloudStoreServer
 
getServerRepositoryId() - Method in class co.codewizards.cloudstore.rest.server.auth.TransientRepoPassword
 
getSha1() - Method in class co.codewizards.cloudstore.core.dto.FileChunkDTO
 
getSha1() - Method in class co.codewizards.cloudstore.core.dto.NormalFileDTO
Gets the SHA-1 of the file.
getSha1() - Method in class co.codewizards.cloudstore.local.persistence.CopyModification
 
getSha1() - Method in class co.codewizards.cloudstore.local.persistence.DeleteModification
 
getSha1() - Method in class co.codewizards.cloudstore.local.persistence.FileChunk
 
getSha1() - Method in class co.codewizards.cloudstore.local.persistence.NormalFile
Gets the SHA-1 of the file.
getSignature() - Method in class co.codewizards.cloudstore.core.auth.SignedAuthToken
 
getSocketConnectTimeout() - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
getSocketReadTimeout() - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
getSslContext() - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
getStackTraceElements() - Method in class co.codewizards.cloudstore.core.dto.Error
 
getSubCommandDescription() - Method in class co.codewizards.cloudstore.client.AcceptRepoConnectionSubCommand
 
getSubCommandDescription() - Method in class co.codewizards.cloudstore.client.AfterUpdateHookSubCommand
 
getSubCommandDescription() - Method in class co.codewizards.cloudstore.client.CreateRepoAliasSubCommand
 
getSubCommandDescription() - Method in class co.codewizards.cloudstore.client.CreateRepoSubCommand
 
getSubCommandDescription() - Method in class co.codewizards.cloudstore.client.DropRepoAliasSubCommand
 
getSubCommandDescription() - Method in class co.codewizards.cloudstore.client.DropRepoConnectionSubCommand
 
getSubCommandDescription() - Method in class co.codewizards.cloudstore.client.HelpSubCommand
 
getSubCommandDescription() - Method in class co.codewizards.cloudstore.client.RepairDatabaseSubCommand
 
getSubCommandDescription() - Method in class co.codewizards.cloudstore.client.RepoInfoSubCommand
 
getSubCommandDescription() - Method in class co.codewizards.cloudstore.client.RepoListSubCommand
 
getSubCommandDescription() - Method in class co.codewizards.cloudstore.client.RequestRepoConnectionSubCommand
 
getSubCommandDescription() - Method in class co.codewizards.cloudstore.client.SubCommand
Get the description for this sub-command.
getSubCommandDescription() - Method in class co.codewizards.cloudstore.client.SyncSubCommand
 
getSubCommandDescription() - Method in class co.codewizards.cloudstore.client.VersionSubCommand
 
getSubCommandName() - Method in class co.codewizards.cloudstore.client.SubCommand
Get the name of the sub-command, i.e.
getSuffix() - Method in class co.codewizards.cloudstore.core.updater.Version
 
getSystemPropertyValueAsInt(String, int) - Static method in class co.codewizards.cloudstore.core.util.PropertiesUtil
 
getSystemPropertyValueAsLong(String, long) - Static method in class co.codewizards.cloudstore.core.util.PropertiesUtil
 
getTarget() - Method in class co.codewizards.cloudstore.core.dto.SymlinkDTO
 
getTarget() - Method in class co.codewizards.cloudstore.local.persistence.Symlink
 
getTarGzEntryNameConverter() - Method in class co.codewizards.cloudstore.updater.TarGzFile
 
getTempDir() - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Get the temporary directory.
getTempFileChunkDTOs() - Method in class co.codewizards.cloudstore.core.dto.NormalFileDTO
 
getToPath() - Method in class co.codewizards.cloudstore.core.dto.CopyModificationDTO
 
getToPath() - Method in class co.codewizards.cloudstore.local.persistence.CopyModification
 
getTransaction() - Method in class co.codewizards.cloudstore.local.AutoTrackLifecycleListener
 
getTrustStoreFile() - Method in class co.codewizards.cloudstore.rest.client.ssl.SSLContextBuilder
 
getUpdaterDir() - Method in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
 
getUserHome() - Static method in class co.codewizards.cloudstore.core.util.IOUtil
 
getUserName() - Static method in class co.codewizards.cloudstore.core.util.Util
Get the user name of the user who is currently authenticated at the operating system.
getUserName() - Method in interface co.codewizards.cloudstore.rest.client.CredentialsProvider
 
getUserName() - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
getUserName() - Method in class co.codewizards.cloudstore.rest.server.auth.Auth
Get the user-name.
getUserTempDir(String, String) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Get a user-dependent temp directory in every operating system.
getValidityPeriod() - Method in class co.codewizards.cloudstore.rest.server.auth.TransientRepoPasswordManager
 
getValue() - Method in class co.codewizards.cloudstore.core.config.ConfigDir
Gets the central configuration directory as String.
getValue() - Method in class co.codewizards.cloudstore.rest.client.internal.QueryParameter
 
getVersion() - Static method in class co.codewizards.cloudstore.client.VersionSubCommand
 
getYear(Calendar) - Static method in class co.codewizards.cloudstore.core.util.ISO8601
Returns the astronomical year of the given calendar.
GIGABYTE - Static variable in class co.codewizards.cloudstore.core.util.IOUtil
1 GB in bytes.
GZIPReaderInterceptor - Class in co.codewizards.cloudstore.rest.shared
 
GZIPReaderInterceptor() - Constructor for class co.codewizards.cloudstore.rest.shared.GZIPReaderInterceptor
 
GZIPWriterInterceptor - Class in co.codewizards.cloudstore.rest.shared
 
GZIPWriterInterceptor() - Constructor for class co.codewizards.cloudstore.rest.shared.GZIPWriterInterceptor
 

H

handleCheckServerTrustedCertificateException(CheckServerTrustedCertificateExceptionContext) - Method in class co.codewizards.cloudstore.client.CloudStoreClient.ConsoleDynamicX509TrustManagerCallback
 
handleCheckServerTrustedCertificateException(CheckServerTrustedCertificateExceptionContext) - Method in interface co.codewizards.cloudstore.rest.client.ssl.DynamicX509TrustManagerCallback
 
hash(String, InputStream) - Static method in class co.codewizards.cloudstore.core.util.HashUtil
 
hash(String, InputStream, ProgressMonitor) - Static method in class co.codewizards.cloudstore.core.util.HashUtil
 
HASH_ALGORITHM_MD5 - Static variable in class co.codewizards.cloudstore.core.util.HashUtil
Specifies usage of the MD5 algorithm in HashUtil.hash(String, InputStream).
HASH_ALGORITHM_SHA - Static variable in class co.codewizards.cloudstore.core.util.HashUtil
Specifies usage of the SHA algorithm in HashUtil.hash(String, InputStream).
hashCode() - Method in class co.codewizards.cloudstore.core.dto.DateTime
 
hashCode() - Method in class co.codewizards.cloudstore.core.updater.Version
 
hashCode() - Method in class co.codewizards.cloudstore.local.persistence.Entity
 
HashUtil - Class in co.codewizards.cloudstore.core.util
 
HelpSubCommand - Class in co.codewizards.cloudstore.client
SubCommand implementation for showing the help.
HelpSubCommand() - Constructor for class co.codewizards.cloudstore.client.HelpSubCommand
 
HostnameVerifierAllowingAll - Class in co.codewizards.cloudstore.rest.client.ssl
HostnameVerifier implementation allowing all host names.
HostnameVerifierAllowingAll() - Constructor for class co.codewizards.cloudstore.rest.client.ssl.HostnameVerifierAllowingAll
 

I

INSTALLATION_PROPERTIES_ARTIFACT_ID - Static variable in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
 
INSTALLATION_PROPERTIES_FILE_NAME - Static variable in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
 
INSTALLATION_PROPERTIES_VERSION - Static variable in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
 
internalWorked(double) - Method in class co.codewizards.cloudstore.core.progress.LoggerProgressMonitor
 
internalWorked(double) - Method in class co.codewizards.cloudstore.core.progress.NullProgressMonitor
 
internalWorked(double) - Method in interface co.codewizards.cloudstore.core.progress.ProgressMonitor
Internal method to handle scaling correctly.
internalWorked(double) - Method in class co.codewizards.cloudstore.core.progress.ProgressMonitorDelegator
 
internalWorked(double) - Method in class co.codewizards.cloudstore.core.progress.SubProgressMonitor
 
interrupt() - Method in class co.codewizards.cloudstore.core.childprocess.DumpStreamThread
 
interrupt() - Method in class co.codewizards.cloudstore.core.childprocess.LogDumpedStreamThread
 
IOUtil - Class in co.codewizards.cloudstore.core.util
 
isActive() - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoTransaction
 
isActive() - Method in class co.codewizards.cloudstore.local.LocalRepoTransactionImpl
 
isBackend() - Method in class co.codewizards.cloudstore.core.repo.local.LocalRepoManagerCloseEvent
 
isCanceled() - Method in class co.codewizards.cloudstore.core.progress.LoggerProgressMonitor
 
isCanceled() - Method in class co.codewizards.cloudstore.core.progress.NullProgressMonitor
 
isCanceled() - Method in interface co.codewizards.cloudstore.core.progress.ProgressMonitor
Returns whether cancelation of current operation has been requested.
isCanceled() - Method in class co.codewizards.cloudstore.core.progress.ProgressMonitorDelegator
 
isEmpty(String) - Static method in class co.codewizards.cloudstore.core.util.StringUtil
 
isInProgress() - Method in class co.codewizards.cloudstore.local.persistence.NormalFile
Is this file in progress of being synced?
isInterrupted() - Method in class co.codewizards.cloudstore.core.childprocess.DumpStreamThread
 
isInterrupted() - Method in class co.codewizards.cloudstore.core.childprocess.LogDumpedStreamThread
 
isMetaPropertyKey(String) - Static method in class co.codewizards.cloudstore.core.util.PropertiesUtil
Determine, if the given property-key is a meta-property for another property.
isMetaPropertyKeyNullValue(String) - Static method in class co.codewizards.cloudstore.core.util.PropertiesUtil
Determine, if the given property-key is a null-indicating meta-property for another property.
isModified(RepoFile, File) - Method in class co.codewizards.cloudstore.local.LocalRepoSync
 
isNullValue(Map<?, ?>, String) - Static method in class co.codewizards.cloudstore.core.util.PropertiesUtil
Determine, if the property identified by the given key has a null-value.
ISO8601 - Class in co.codewizards.cloudstore.core.util
The ISO8601 utility class provides helper methods to deal with date/time formatting using a specific ISO8601-compliant format (see ISO 8601).
ISO8601() - Constructor for class co.codewizards.cloudstore.core.util.ISO8601
 
isOpen() - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
Gets the open state.
isPasswordValid(UUID, UUID, char[]) - Method in class co.codewizards.cloudstore.rest.server.auth.TransientRepoPasswordManager
 
isPathUnderPathPrefix(String) - Method in class co.codewizards.cloudstore.core.repo.transport.AbstractRepoTransport
 
isPermanent() - Method in class co.codewizards.cloudstore.rest.client.ssl.CheckServerTrustedCertificateExceptionResult
 
isSupported(URL) - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransportFactory
Determine, whether the factory (or more precisely its RepoTransports) is able to handle the given URL.
isSupported(URL) - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransportFactory
 
isSupported(URL) - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransportFactory
 
isThrowException() - Method in class co.codewizards.cloudstore.client.CloudStoreClient
 
isThrowException() - Method in class co.codewizards.cloudstore.updater.CloudStoreUpdater
 
isTrusted() - Method in class co.codewizards.cloudstore.rest.client.ssl.CheckServerTrustedCertificateExceptionResult
 
isVisibleInHelp() - Method in class co.codewizards.cloudstore.client.AfterUpdateHookSubCommand
 
isVisibleInHelp() - Method in class co.codewizards.cloudstore.client.SubCommand
 
iterator() - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTOTreeNode
 

J

JdbcConnectionFactory - Class in co.codewizards.cloudstore.local
Factory creating JDBC connections to the repository's derby database.
JdbcConnectionFactory(File) - Constructor for class co.codewizards.cloudstore.local.JdbcConnectionFactory
 
jdoPostLoad() - Method in class co.codewizards.cloudstore.local.persistence.FileChunk
 
jdoPreStore() - Method in class co.codewizards.cloudstore.local.persistence.FileChunk
 

K

key - Variable in enum co.codewizards.cloudstore.local.PersistencePropertiesEnum
 

L

LastSyncToRemoteRepo - Class in co.codewizards.cloudstore.local.persistence
 
LastSyncToRemoteRepo() - Constructor for class co.codewizards.cloudstore.local.persistence.LastSyncToRemoteRepo
 
LastSyncToRemoteRepoDAO - Class in co.codewizards.cloudstore.local.persistence
 
LastSyncToRemoteRepoDAO() - Constructor for class co.codewizards.cloudstore.local.persistence.LastSyncToRemoteRepoDAO
 
load(String) - Static method in class co.codewizards.cloudstore.core.util.PropertiesUtil
 
load(File) - Static method in class co.codewizards.cloudstore.core.util.PropertiesUtil
 
load(Collection<E>) - Method in class co.codewizards.cloudstore.local.persistence.DAO
 
local - Variable in class co.codewizards.cloudstore.client.SubCommandWithExistingLocalRepo
 
LOCAL_REPO_REGISTRY_FILE - Static variable in class co.codewizards.cloudstore.core.repo.local.LocalRepoRegistry
 
localFile - Variable in class co.codewizards.cloudstore.client.SubCommandWithExistingLocalRepo
File referencing a directory inside the repository (or its root).
localPathPrefix - Variable in class co.codewizards.cloudstore.client.SubCommandWithExistingLocalRepo
 
LocalRepoHelper - Class in co.codewizards.cloudstore.core.repo.local
 
LocalRepoManager - Interface in co.codewizards.cloudstore.core.repo.local
 
LocalRepoManagerCloseAdapter - Class in co.codewizards.cloudstore.core.repo.local
 
LocalRepoManagerCloseAdapter() - Constructor for class co.codewizards.cloudstore.core.repo.local.LocalRepoManagerCloseAdapter
 
LocalRepoManagerCloseEvent - Class in co.codewizards.cloudstore.core.repo.local
 
LocalRepoManagerCloseEvent(Object, LocalRepoManager, boolean) - Constructor for class co.codewizards.cloudstore.core.repo.local.LocalRepoManagerCloseEvent
 
LocalRepoManagerCloseListener - Interface in co.codewizards.cloudstore.core.repo.local
Listener notified when a LocalRepoManager is closed.
LocalRepoManagerException - Exception in co.codewizards.cloudstore.core.repo.local
 
LocalRepoManagerException() - Constructor for exception co.codewizards.cloudstore.core.repo.local.LocalRepoManagerException
 
LocalRepoManagerException(String) - Constructor for exception co.codewizards.cloudstore.core.repo.local.LocalRepoManagerException
 
LocalRepoManagerException(Throwable) - Constructor for exception co.codewizards.cloudstore.core.repo.local.LocalRepoManagerException
 
LocalRepoManagerException(String, Throwable) - Constructor for exception co.codewizards.cloudstore.core.repo.local.LocalRepoManagerException
 
LocalRepoManagerException(String, Throwable, boolean, boolean) - Constructor for exception co.codewizards.cloudstore.core.repo.local.LocalRepoManagerException
 
LocalRepoManagerFactory - Interface in co.codewizards.cloudstore.core.repo.local
 
LocalRepoManagerFactory.Helper - Class in co.codewizards.cloudstore.core.repo.local
 
LocalRepoManagerFactory.Helper() - Constructor for class co.codewizards.cloudstore.core.repo.local.LocalRepoManagerFactory.Helper
 
LocalRepoManagerFactoryImpl - Class in co.codewizards.cloudstore.local
Registry of LocalRepoManagers.
LocalRepoManagerFactoryImpl() - Constructor for class co.codewizards.cloudstore.local.LocalRepoManagerFactoryImpl
 
LocalRepoRegistry - Class in co.codewizards.cloudstore.core.repo.local
 
LocalRepository - Class in co.codewizards.cloudstore.local.persistence
A LocalRepository represents the local repository inside the repository's database.
LocalRepository() - Constructor for class co.codewizards.cloudstore.local.persistence.LocalRepository
 
LocalRepositoryDAO - Class in co.codewizards.cloudstore.local.persistence
 
LocalRepositoryDAO() - Constructor for class co.codewizards.cloudstore.local.persistence.LocalRepositoryDAO
 
LocalRepoSync - Class in co.codewizards.cloudstore.local
 
LocalRepoSync(LocalRepoTransaction) - Constructor for class co.codewizards.cloudstore.local.LocalRepoSync
 
LocalRepoTransaction - Interface in co.codewizards.cloudstore.core.repo.local
 
LocalRepoTransactionImpl - Class in co.codewizards.cloudstore.local
 
LocalRepoTransactionImpl(LocalRepoManagerImpl, boolean) - Constructor for class co.codewizards.cloudstore.local.LocalRepoTransactionImpl
 
localRoot - Variable in class co.codewizards.cloudstore.client.SubCommandWithExistingLocalRepo
The root directory of the repository.
localSync(ProgressMonitor) - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
Synchronises the local file system with the local database.
LOCK - Annotation Type in co.codewizards.cloudstore.rest.server.webdav
 
LockFile - Interface in co.codewizards.cloudstore.core.io
Lock-file exclusively locking a certain file.
LockFileFactory - Class in co.codewizards.cloudstore.core.io
Factory creating LockFile instances.
LockFileFactory() - Constructor for class co.codewizards.cloudstore.core.io.LockFileFactory
 
LogDumpedStreamThread - Class in co.codewizards.cloudstore.core.childprocess
 
LogDumpedStreamThread(String) - Constructor for class co.codewizards.cloudstore.core.childprocess.LogDumpedStreamThread
 
LoggerProgressMonitor - Class in co.codewizards.cloudstore.core.progress
A progress monitor implementation which logs to an SLF4J Logger.
LoggerProgressMonitor(Logger) - Constructor for class co.codewizards.cloudstore.core.progress.LoggerProgressMonitor
Create a monitor logging to the specified logger.
LoggerProgressMonitor.LogLevel - Enum in co.codewizards.cloudstore.core.progress
The level to use for logging.

M

main(String...) - Static method in class co.codewizards.cloudstore.client.CloudStoreClient
Main method providing a command line interface (CLI) to the KeyStore.
main(String[]) - Static method in class co.codewizards.cloudstore.server.CloudStoreServer
 
main(String[]) - Static method in class co.codewizards.cloudstore.updater.CloudStoreUpdater
 
MainArgsUtil - Class in co.codewizards.cloudstore.core.util
 
makeDirectory(String, Date) - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
Creates the specified directory (including all parent-directories).
makeDirectory(String, Date) - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
makeDirectory(String, String, Date) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
makeDirectory(String, Date) - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
makeDirectory() - Method in class co.codewizards.cloudstore.rest.server.service.MakeDirectoryService
 
makeDirectory(String) - Method in class co.codewizards.cloudstore.rest.server.service.MakeDirectoryService
 
MakeDirectoryService - Class in co.codewizards.cloudstore.rest.server.service
 
MakeDirectoryService() - Constructor for class co.codewizards.cloudstore.rest.server.service.MakeDirectoryService
 
makePersistent(P) - Method in class co.codewizards.cloudstore.local.persistence.DAO
 
makePersistent(P) - Method in class co.codewizards.cloudstore.local.persistence.NormalFileDAO
 
makeReadOnly() - Method in class co.codewizards.cloudstore.local.persistence.FileChunk
 
makeSymlink(String, String, Date) - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
 
makeSymlink(String, String, Date) - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
makeSymlink(String, String, String, Date) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
makeSymlink(String, String, Date) - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
makeSymlink() - Method in class co.codewizards.cloudstore.rest.server.service.MakeSymlinkService
 
makeSymlink(String) - Method in class co.codewizards.cloudstore.rest.server.service.MakeSymlinkService
 
MakeSymlinkService - Class in co.codewizards.cloudstore.rest.server.service
 
MakeSymlinkService() - Constructor for class co.codewizards.cloudstore.rest.server.service.MakeSymlinkService
 
makeUnmodifiable() - Method in class co.codewizards.cloudstore.core.auth.AuthToken
Makes this instance immutable.
MalformedVersionException - Exception in co.codewizards.cloudstore.core.updater
 
MalformedVersionException() - Constructor for exception co.codewizards.cloudstore.core.updater.MalformedVersionException
Constructs a new exception with null as its detail message.
MalformedVersionException(String) - Constructor for exception co.codewizards.cloudstore.core.updater.MalformedVersionException
Constructs a new exception with the specified detail message.
MalformedVersionException(Throwable) - Constructor for exception co.codewizards.cloudstore.core.updater.MalformedVersionException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
MalformedVersionException(String, Throwable) - Constructor for exception co.codewizards.cloudstore.core.updater.MalformedVersionException
Constructs a new exception with the specified detail message and cause.
marshal(DateTime) - Method in class co.codewizards.cloudstore.core.dto.jaxb.DateTimeXmlAdapter
 
MAX_VERSION - Static variable in class co.codewizards.cloudstore.core.updater.Version
The maximum Version possible.
MESSAGE_VARIABLE_NAME - Static variable in class co.codewizards.cloudstore.core.progress.LoggerProgressMonitor
The variable containing the task-name (i.e.
MESSAGE_VARIABLE_PERCENTAGE - Static variable in class co.codewizards.cloudstore.core.progress.LoggerProgressMonitor
The variable containing the current percentage.
META_DIR_NAME - Static variable in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
 
MIN_VERSION - Static variable in class co.codewizards.cloudstore.core.updater.Version
The minimum Version that can exist.
mkcol(String, DateTime) - Method in class co.codewizards.cloudstore.rest.server.service.WebDavService
 
MKCOL - Annotation Type in co.codewizards.cloudstore.rest.server.webdav
 
Modification - Class in co.codewizards.cloudstore.local.persistence
 
Modification() - Constructor for class co.codewizards.cloudstore.local.persistence.Modification
 
ModificationDAO - Class in co.codewizards.cloudstore.local.persistence
 
ModificationDAO() - Constructor for class co.codewizards.cloudstore.local.persistence.ModificationDAO
 
ModificationDTO - Class in co.codewizards.cloudstore.core.dto
 
ModificationDTO() - Constructor for class co.codewizards.cloudstore.core.dto.ModificationDTO
 
ModificationDTOSet - Class in co.codewizards.cloudstore.core.repo.sync
 
ModificationDTOSet(Collection<ModificationDTO>) - Constructor for class co.codewizards.cloudstore.core.repo.sync.ModificationDTOSet
 
move(String, String) - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
 
move(String, String) - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
move(String, String, String) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
move(String, String) - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
move(String) - Method in class co.codewizards.cloudstore.rest.server.service.MoveService
 
move(String, String) - Method in class co.codewizards.cloudstore.rest.server.service.MoveService
 
move(String, String) - Method in class co.codewizards.cloudstore.rest.server.service.WebDavService
 
MOVE - Annotation Type in co.codewizards.cloudstore.rest.server.webdav
 
MoveService - Class in co.codewizards.cloudstore.rest.server.service
 
MoveService() - Constructor for class co.codewizards.cloudstore.rest.server.service.MoveService
 
mutex - Variable in class co.codewizards.cloudstore.core.io.LockFileFactory
 

N

NormalFile - Class in co.codewizards.cloudstore.local.persistence
 
NormalFile() - Constructor for class co.codewizards.cloudstore.local.persistence.NormalFile
 
NormalFileDAO - Class in co.codewizards.cloudstore.local.persistence
 
NormalFileDAO() - Constructor for class co.codewizards.cloudstore.local.persistence.NormalFileDAO
 
NormalFileDTO - Class in co.codewizards.cloudstore.core.dto
 
NormalFileDTO() - Constructor for class co.codewizards.cloudstore.core.dto.NormalFileDTO
 
NullProgressMonitor - Class in co.codewizards.cloudstore.core.progress
 
NullProgressMonitor() - Constructor for class co.codewizards.cloudstore.core.progress.NullProgressMonitor
 

O

onBegin() - Method in class co.codewizards.cloudstore.local.AutoTrackLifecycleListener
Notifies this instance about the transaction being begun.
onCommit() - Method in class co.codewizards.cloudstore.local.AutoTrackLifecycleListener
Notifies this instance about the transaction being committed.
onRollback() - Method in class co.codewizards.cloudstore.local.AutoTrackLifecycleListener
Notifies this instance about the transaction being rolled back.
OperationCanceledException - Exception in co.codewizards.cloudstore.core.progress
Exception thrown to exit a long-running method after the user cancelled it.
OperationCanceledException() - Constructor for exception co.codewizards.cloudstore.core.progress.OperationCanceledException
 
OperationCanceledException(String) - Constructor for exception co.codewizards.cloudstore.core.progress.OperationCanceledException
 

P

parse(String) - Method in class co.codewizards.cloudstore.client.TimePeriodOptionHandler
 
parse(String) - Static method in class co.codewizards.cloudstore.core.util.ISO8601
Parses an ISO8601-compliant date/time string.
parseDate(String) - Static method in class co.codewizards.cloudstore.core.util.ISO8601
Convenience method calling ISO8601.parse(String) and converting the result to a Date.
PasswordUtil - Class in co.codewizards.cloudstore.rest.server.auth
 
PathSegment - Class in co.codewizards.cloudstore.rest.client.internal
 
PathSegment() - Constructor for class co.codewizards.cloudstore.rest.client.internal.PathSegment
 
PathSegment(String) - Constructor for class co.codewizards.cloudstore.rest.client.internal.PathSegment
 
PathSegment(Object) - Constructor for class co.codewizards.cloudstore.rest.client.internal.PathSegment
Create a PathSegment with a String-representable object.
permanent(boolean) - Method in class co.codewizards.cloudstore.rest.client.ssl.CheckServerTrustedCertificateExceptionResult
 
PERSISTENCE_PROPERTIES_FILE_NAME - Static variable in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
 
persistenceManager(PersistenceManager) - Method in class co.codewizards.cloudstore.local.persistence.DAO
Assigns the given PersistenceManager to this DAO and returns this.
PersistencePropertiesEnum - Enum in co.codewizards.cloudstore.local
 
PersistencePropertiesProvider - Class in co.codewizards.cloudstore.local
 
PersistencePropertiesProvider(File) - Constructor for class co.codewizards.cloudstore.local.PersistencePropertiesProvider
 
PGPVerifier - Class in co.codewizards.cloudstore.updater
 
PGPVerifier() - Constructor for class co.codewizards.cloudstore.updater.PGPVerifier
 
PGPVerifyException - Exception in co.codewizards.cloudstore.updater
 
PGPVerifyException() - Constructor for exception co.codewizards.cloudstore.updater.PGPVerifyException
 
PGPVerifyException(String) - Constructor for exception co.codewizards.cloudstore.updater.PGPVerifyException
 
PGPVerifyException(Throwable) - Constructor for exception co.codewizards.cloudstore.updater.PGPVerifyException
 
PGPVerifyException(String, Throwable) - Constructor for exception co.codewizards.cloudstore.updater.PGPVerifyException
 
PGPVerifyException(String, Throwable, boolean, boolean) - Constructor for exception co.codewizards.cloudstore.updater.PGPVerifyException
 
pm() - Method in class co.codewizards.cloudstore.local.persistence.DAO
 
postClose(LocalRepoManagerCloseEvent) - Method in class co.codewizards.cloudstore.core.repo.local.LocalRepoManagerCloseAdapter
 
postClose(LocalRepoManagerCloseEvent) - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManagerCloseListener
 
postDelete(InstanceLifecycleEvent) - Method in class co.codewizards.cloudstore.local.AutoTrackLifecycleListener
 
postRelease(LockFileImpl) - Method in class co.codewizards.cloudstore.core.io.LockFileFactory
 
postStore(InstanceLifecycleEvent) - Method in class co.codewizards.cloudstore.local.AutoTrackLifecycleListener
 
preClose(LocalRepoManagerCloseEvent) - Method in class co.codewizards.cloudstore.core.repo.local.LocalRepoManagerCloseAdapter
 
preClose(LocalRepoManagerCloseEvent) - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManagerCloseListener
 
preDelete(InstanceLifecycleEvent) - Method in class co.codewizards.cloudstore.local.AutoTrackLifecycleListener
 
prefixPath(String) - Method in class co.codewizards.cloudstore.core.repo.transport.AbstractRepoTransport
 
prefixPath(String) - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
 
prepare() - Method in class co.codewizards.cloudstore.client.AcceptRepoConnectionSubCommand
 
prepare() - Method in class co.codewizards.cloudstore.client.CreateRepoSubCommand
 
prepare() - Method in class co.codewizards.cloudstore.client.DropRepoConnectionSubCommand
 
prepare() - Method in class co.codewizards.cloudstore.client.RequestRepoConnectionSubCommand
 
prepare() - Method in class co.codewizards.cloudstore.client.SubCommand
 
prepare() - Method in class co.codewizards.cloudstore.client.SubCommandWithExistingLocalRepo
 
prepare() - Method in class co.codewizards.cloudstore.client.SyncSubCommand
 
PREPEND_MAIN_LABEL_TO_SUBTASK - Static variable in class co.codewizards.cloudstore.core.progress.SubProgressMonitor
Style constant indicating that the main task label should be prepended to the subtask label.
preStore(InstanceLifecycleEvent) - Method in class co.codewizards.cloudstore.local.AutoTrackLifecycleListener
 
processBuffer(boolean) - Method in class co.codewizards.cloudstore.core.childprocess.LogDumpedStreamThread
 
ProgressMonitor - Interface in co.codewizards.cloudstore.core.progress
Interface to report the progress of an activity.
ProgressMonitorDelegator - Class in co.codewizards.cloudstore.core.progress
Abstract base class for wrapper implementations of ProgressMonitors.
ProgressMonitorDelegator(ProgressMonitor) - Constructor for class co.codewizards.cloudstore.core.progress.ProgressMonitorDelegator
 
prompt(String, Object...) - Method in class co.codewizards.cloudstore.client.CloudStoreClient.ConsoleDynamicX509TrustManagerCallback
 
prompt(String, Object...) - Method in class co.codewizards.cloudstore.client.SubCommand
 
promptPassword(String, Object...) - Method in class co.codewizards.cloudstore.client.SubCommand
 
PROP_REPOSITORY_ALIASES - Static variable in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
Aliases separated by '/' (because '/' is an illegal character for an alias).
PROP_REPOSITORY_ID - Static variable in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
 
PROP_VERSION - Static variable in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
 
propertiesFiles - Variable in class co.codewizards.cloudstore.core.config.Config
 
PropertiesUtil - Class in co.codewizards.cloudstore.core.util
Properties utilities.
propfind(long) - Method in class co.codewizards.cloudstore.rest.server.service.WebDavService
 
PROPFIND - Annotation Type in co.codewizards.cloudstore.rest.server.webdav
 
PROTOCOL_FILE - Static variable in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
 
PROTOCOL_FILE - Static variable in class co.codewizards.cloudstore.local.transport.FileRepoTransportFactory
 
PROTOCOL_HTTP - Static variable in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransportFactory
 
PROTOCOL_HTTPS - Static variable in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransportFactory
 
PROTOCOL_JAR - Static variable in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
 
putAll(Properties, Properties) - Static method in class co.codewizards.cloudstore.core.util.PropertiesUtil
 
putFileData(String, long, byte[]) - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
Write a block of binary data into the file.
putFileData(String, long, byte[]) - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
putFileData(String, String, long, byte[]) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
putFileData(String, long, byte[]) - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
putFileData(String, long, byte[]) - Method in class co.codewizards.cloudstore.rest.server.service.WebDavService
 
putRemoteRepository(UUID, URL, byte[], String) - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
Adds or relocates a remote repository.
putRepository(UUID, File) - Method in class co.codewizards.cloudstore.core.repo.local.LocalRepoRegistry
 
putRepositoryAlias(String) - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
 
putRepositoryAlias(String, UUID) - Method in class co.codewizards.cloudstore.core.repo.local.LocalRepoRegistry
Puts an alias into the registry.

Q

QueryParameter - Class in co.codewizards.cloudstore.rest.client.internal
 
QueryParameter() - Constructor for class co.codewizards.cloudstore.rest.client.internal.QueryParameter
 
QueryParameter(String, String) - Constructor for class co.codewizards.cloudstore.rest.client.internal.QueryParameter
 

R

readTextFile(File, String) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Read a text file and return the contents as string.
readTextFile(File) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Read a UTF-8 encoded text file and return the contents as string.
readTextFile(InputStream, String) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Read a text file from an InputStream using the given encoding.
readTextFile(InputStream) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Read a text file from an InputStream using UTF-8 encoding.
registerBouncyCastleIfNeeded() - Static method in class co.codewizards.cloudstore.core.auth.BouncyCastleRegistrationUtil
 
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class co.codewizards.cloudstore.core.concurrent.CallerBlocksPolicy
 
RelativePathPart - Class in co.codewizards.cloudstore.rest.client.internal
 
RelativePathPart() - Constructor for class co.codewizards.cloudstore.rest.client.internal.RelativePathPart
 
release() - Method in interface co.codewizards.cloudstore.core.io.LockFile
Releases the lock.
RemoteException - Exception in co.codewizards.cloudstore.rest.client
 
RemoteException(Error) - Constructor for exception co.codewizards.cloudstore.rest.client.RemoteException
 
RemoteRepository - Class in co.codewizards.cloudstore.local.persistence
 
RemoteRepository() - Constructor for class co.codewizards.cloudstore.local.persistence.RemoteRepository
 
RemoteRepository(UUID) - Constructor for class co.codewizards.cloudstore.local.persistence.RemoteRepository
 
RemoteRepositoryDAO - Class in co.codewizards.cloudstore.local.persistence
 
RemoteRepositoryDAO() - Constructor for class co.codewizards.cloudstore.local.persistence.RemoteRepositoryDAO
 
RemoteRepositoryRequest - Class in co.codewizards.cloudstore.local.persistence
 
RemoteRepositoryRequest() - Constructor for class co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest
 
RemoteRepositoryRequestDAO - Class in co.codewizards.cloudstore.local.persistence
 
RemoteRepositoryRequestDAO() - Constructor for class co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequestDAO
 
remoteUpdatePropertiesURL - Static variable in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
 
remoteURL(URL) - Method in class co.codewizards.cloudstore.rest.client.ssl.SSLContextBuilder
 
remoteVersionURL - Static variable in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
 
removeLocalRepoManagerCloseListener(LocalRepoManagerCloseListener) - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
 
removeLocalRepoManagerCloseListener(LocalRepoManagerCloseListener) - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManagerFactory
 
removeLocalRepoManagerCloseListener(LocalRepoManagerCloseListener) - Method in class co.codewizards.cloudstore.local.LocalRepoManagerFactoryImpl
 
removeRepositoryAlias(String) - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
 
removeRepositoryAlias(String) - Method in class co.codewizards.cloudstore.core.repo.local.LocalRepoRegistry
 
RepairDatabase - Class in co.codewizards.cloudstore.local
 
RepairDatabase(File) - Constructor for class co.codewizards.cloudstore.local.RepairDatabase
 
RepairDatabaseSubCommand - Class in co.codewizards.cloudstore.client
SubCommand implementation for repairing a database.
RepairDatabaseSubCommand() - Constructor for class co.codewizards.cloudstore.client.RepairDatabaseSubCommand
 
replaceTemplateVariables(File, File, String, Map<?, ?>) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Generate a file from a template.
replaceTemplateVariables(String, Map<?, ?>) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Replace variables (formatted "${variable}") with their values passed in the map variables.
replaceTemplateVariables(Writer, Reader, Map<?, ?>) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Copy contents from the given reader to the given writer while replacing variables which are formatted "${variable}" with their values passed in the map variables.
RepoFile - Class in co.codewizards.cloudstore.local.persistence
 
RepoFile() - Constructor for class co.codewizards.cloudstore.local.persistence.RepoFile
 
RepoFileDAO - Class in co.codewizards.cloudstore.local.persistence
 
RepoFileDAO() - Constructor for class co.codewizards.cloudstore.local.persistence.RepoFileDAO
 
RepoFileDTO - Class in co.codewizards.cloudstore.core.dto
 
RepoFileDTO() - Constructor for class co.codewizards.cloudstore.core.dto.RepoFileDTO
 
RepoFileDTOList - Class in co.codewizards.cloudstore.core.dto
 
RepoFileDTOList() - Constructor for class co.codewizards.cloudstore.core.dto.RepoFileDTOList
 
RepoFileDTOService - Class in co.codewizards.cloudstore.rest.server.service
 
RepoFileDTOService() - Constructor for class co.codewizards.cloudstore.rest.server.service.RepoFileDTOService
 
RepoFileDTOTreeNode - Class in co.codewizards.cloudstore.core.dto
 
RepoFileDTOTreeNode(RepoFileDTO) - Constructor for class co.codewizards.cloudstore.core.dto.RepoFileDTOTreeNode
 
RepoInfoSubCommand - Class in co.codewizards.cloudstore.client
SubCommand implementation for showing information about a repository in the local file system.
RepoInfoSubCommand() - Constructor for class co.codewizards.cloudstore.client.RepoInfoSubCommand
 
RepoInfoSubCommand(File) - Constructor for class co.codewizards.cloudstore.client.RepoInfoSubCommand
 
RepoListSubCommand - Class in co.codewizards.cloudstore.client
SubCommand implementation for listing all repositories in the local file system (known to the LocalRepoRegistry).
RepoListSubCommand() - Constructor for class co.codewizards.cloudstore.client.RepoListSubCommand
 
Repository - Class in co.codewizards.cloudstore.local.persistence
A Repository represents a repository inside the database.
Repository() - Constructor for class co.codewizards.cloudstore.local.persistence.Repository
 
Repository(UUID) - Constructor for class co.codewizards.cloudstore.local.persistence.Repository
 
REPOSITORY_PROPERTIES_FILE_NAME - Static variable in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
 
RepositoryCorruptException - Exception in co.codewizards.cloudstore.core.repo.local
 
RepositoryCorruptException(File, String) - Constructor for exception co.codewizards.cloudstore.core.repo.local.RepositoryCorruptException
 
RepositoryCorruptException(File, Throwable) - Constructor for exception co.codewizards.cloudstore.core.repo.local.RepositoryCorruptException
 
RepositoryCorruptException(File, String, Throwable) - Constructor for exception co.codewizards.cloudstore.core.repo.local.RepositoryCorruptException
 
RepositoryDTO - Class in co.codewizards.cloudstore.core.dto
DTO for LocalRepository and RemoteRepository.
RepositoryDTO() - Constructor for class co.codewizards.cloudstore.core.dto.RepositoryDTO
 
RepositoryDTOService - Class in co.codewizards.cloudstore.rest.server.service
 
RepositoryDTOService() - Constructor for class co.codewizards.cloudstore.rest.server.service.RepositoryDTOService
 
repositoryName - Variable in class co.codewizards.cloudstore.rest.server.service.AbstractServiceWithRepoToRepoAuth
 
RepoToRepoSync - Class in co.codewizards.cloudstore.core.repo.sync
Logic for synchronising a local with a remote repository.
RepoToRepoSync(File, URL) - Constructor for class co.codewizards.cloudstore.core.repo.sync.RepoToRepoSync
Create an instance.
RepoTransport - Interface in co.codewizards.cloudstore.core.repo.transport
Transport abstraction.
RepoTransportFactory - Interface in co.codewizards.cloudstore.core.repo.transport
Factory creating instances of classes implementing RepoTransport.
RepoTransportFactoryRegistry - Class in co.codewizards.cloudstore.core.repo.transport
 
RepoTransportFactoryRegistry() - Constructor for class co.codewizards.cloudstore.core.repo.transport.RepoTransportFactoryRegistry
 
request - Variable in class co.codewizards.cloudstore.rest.server.service.AbstractServiceWithRepoToRepoAuth
 
requestConnection(RepositoryDTO) - Method in class co.codewizards.cloudstore.rest.server.service.RequestRepoConnectionService
 
requestConnection(String, RepositoryDTO) - Method in class co.codewizards.cloudstore.rest.server.service.RequestRepoConnectionService
 
requestRepoConnection(byte[]) - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
Request to connect this repository with the remote repository identified by the given remoteRepositoryId.
requestRepoConnection(byte[]) - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransport
 
requestRepoConnection(String, String, RepositoryDTO) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
requestRepoConnection(byte[]) - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
RequestRepoConnectionService - Class in co.codewizards.cloudstore.rest.server.service
 
RequestRepoConnectionService() - Constructor for class co.codewizards.cloudstore.rest.server.service.RequestRepoConnectionService
 
RequestRepoConnectionSubCommand - Class in co.codewizards.cloudstore.client
SubCommand implementation for requesting a connection at a remote repository.
RequestRepoConnectionSubCommand() - Constructor for class co.codewizards.cloudstore.client.RequestRepoConnectionSubCommand
 
resolve(String) - Method in class co.codewizards.cloudstore.core.updater.CloudStoreUpdaterCore
Resolves the given template by replacing all its variables with their actual values.
RestRepoTransport - Class in co.codewizards.cloudstore.rest.client.transport
 
RestRepoTransport() - Constructor for class co.codewizards.cloudstore.rest.client.transport.RestRepoTransport
 
RestRepoTransportFactory - Class in co.codewizards.cloudstore.rest.client.transport
 
RestRepoTransportFactory() - Constructor for class co.codewizards.cloudstore.rest.client.transport.RestRepoTransportFactory
 
rollback() - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoTransaction
 
rollback() - Method in class co.codewizards.cloudstore.local.LocalRepoTransactionImpl
 
rollbackIfActive() - Method in interface co.codewizards.cloudstore.core.repo.local.LocalRepoTransaction
 
rollbackIfActive() - Method in class co.codewizards.cloudstore.local.LocalRepoTransactionImpl
 
run() - Method in class co.codewizards.cloudstore.client.AcceptRepoConnectionSubCommand
 
run() - Method in class co.codewizards.cloudstore.client.AfterUpdateHookSubCommand
 
run() - Method in class co.codewizards.cloudstore.client.CreateRepoAliasSubCommand
 
run() - Method in class co.codewizards.cloudstore.client.CreateRepoSubCommand
 
run() - Method in class co.codewizards.cloudstore.client.DropRepoAliasSubCommand
 
run() - Method in class co.codewizards.cloudstore.client.DropRepoConnectionSubCommand
 
run() - Method in class co.codewizards.cloudstore.client.HelpSubCommand
 
run() - Method in class co.codewizards.cloudstore.client.RepairDatabaseSubCommand
 
run() - Method in class co.codewizards.cloudstore.client.RepoInfoSubCommand
 
run() - Method in class co.codewizards.cloudstore.client.RepoListSubCommand
 
run() - Method in class co.codewizards.cloudstore.client.RequestRepoConnectionSubCommand
 
run() - Method in class co.codewizards.cloudstore.client.SubCommand
 
run() - Method in class co.codewizards.cloudstore.client.SyncSubCommand
 
run() - Method in class co.codewizards.cloudstore.client.VersionSubCommand
 
run() - Method in class co.codewizards.cloudstore.core.childprocess.DumpStreamThread
 
run() - Method in class co.codewizards.cloudstore.core.childprocess.LogDumpedStreamThread
 
run(ProgressMonitor) - Method in interface co.codewizards.cloudstore.core.progress.RunnableWithProgress
 
run() - Method in class co.codewizards.cloudstore.local.RepairDatabase
 
run() - Method in class co.codewizards.cloudstore.server.CloudStoreServer
 
RunnableWithProgress - Interface in co.codewizards.cloudstore.core.progress
 

S

separateSystemPropertiesFromOtherArgs(String[]) - Static method in class co.codewizards.cloudstore.core.util.MainArgsUtil
 
serialise(AuthToken) - Method in class co.codewizards.cloudstore.core.auth.AuthTokenIO
 
serialise(SignedAuthToken) - Method in class co.codewizards.cloudstore.core.auth.SignedAuthTokenIO
 
serialize(D, OutputStream) - Method in class co.codewizards.cloudstore.core.dto.jaxb.DTOIO
 
serialize(D, File) - Method in class co.codewizards.cloudstore.core.dto.jaxb.DTOIO
 
setAuthTokenData(byte[]) - Method in class co.codewizards.cloudstore.core.auth.SignedAuthToken
 
setCallback(DynamicX509TrustManagerCallback) - Method in class co.codewizards.cloudstore.rest.client.ssl.SSLContextBuilder
 
setCanceled(boolean) - Method in class co.codewizards.cloudstore.core.progress.LoggerProgressMonitor
 
setCanceled(boolean) - Method in class co.codewizards.cloudstore.core.progress.NullProgressMonitor
 
setCanceled(boolean) - Method in interface co.codewizards.cloudstore.core.progress.ProgressMonitor
Sets the cancel state to the given value.
setCanceled(boolean) - Method in class co.codewizards.cloudstore.core.progress.ProgressMonitorDelegator
 
setCause(Error) - Method in class co.codewizards.cloudstore.core.dto.Error
 
setChanged(Date) - Method in interface co.codewizards.cloudstore.local.persistence.AutoTrackChanged
Sets the timestamp of when this entity was last changed.
setChanged(Date) - Method in class co.codewizards.cloudstore.local.persistence.Entity
 
setClassName(String) - Method in class co.codewizards.cloudstore.core.dto.Error
 
setClassName(String) - Method in class co.codewizards.cloudstore.core.dto.ErrorStackTraceElement
 
setClientRepositoryId(UUID) - Method in class co.codewizards.cloudstore.core.repo.transport.AbstractRepoTransport
 
setClientRepositoryId(UUID) - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
 
setCreated(Date) - Method in class co.codewizards.cloudstore.local.persistence.Entity
Sets the timestamp of the creation of this entity.
setCredentialsProvider(CredentialsProvider) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
setDynamicX509TrustManagerCallbackClass(Class<? extends DynamicX509TrustManagerCallback>) - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransportFactory
 
setElements(List<RepoFileDTO>) - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTOList
 
setElements(List<String>) - Method in class co.codewizards.cloudstore.core.dto.StringList
 
setEncryptedSignedAuthTokenData(byte[]) - Method in class co.codewizards.cloudstore.core.auth.EncryptedSignedAuthToken
 
setEncryptedSignedAuthTokenDataIV(byte[]) - Method in class co.codewizards.cloudstore.core.auth.EncryptedSignedAuthToken
 
setEncryptedSymmetricKey(byte[]) - Method in class co.codewizards.cloudstore.core.auth.EncryptedSignedAuthToken
 
setExpiryDateTime(DateTime) - Method in class co.codewizards.cloudstore.core.auth.AuthToken
Sets the timestamp when the current token expires.
setFileChunkDTO(FileChunkDTO) - Method in class co.codewizards.cloudstore.core.dto.TempChunkFileDTO
 
setFileChunkDTOs(List<FileChunkDTO>) - Method in class co.codewizards.cloudstore.core.dto.NormalFileDTO
 
setFileFilter(FileFilter) - Method in class co.codewizards.cloudstore.updater.TarGzFile
 
setFileName(String) - Method in class co.codewizards.cloudstore.core.dto.ErrorStackTraceElement
 
setFromPath(String) - Method in class co.codewizards.cloudstore.core.dto.CopyModificationDTO
 
setFromPath(String) - Method in class co.codewizards.cloudstore.local.persistence.CopyModification
 
setHostnameVerifier(HostnameVerifier) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
setId(long) - Method in class co.codewizards.cloudstore.core.dto.ModificationDTO
 
setId(long) - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTO
 
setIgnoreErrors(boolean) - Method in class co.codewizards.cloudstore.core.childprocess.DumpStreamThread
 
setInProgress(boolean) - Method in class co.codewizards.cloudstore.local.persistence.NormalFile
 
setKey(String) - Method in class co.codewizards.cloudstore.rest.client.internal.QueryParameter
 
setKeyStoreFile(File) - Method in class co.codewizards.cloudstore.server.CloudStoreServer
 
setLastModified(Date) - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTO
 
setLastModified(Date) - Method in class co.codewizards.cloudstore.local.persistence.RepoFile
 
setLastModifiedNoFollow(File, long) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
 
setLastModifiedNoFollow(Path, long) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
 
setLastSyncFromRepositoryId(UUID) - Method in class co.codewizards.cloudstore.local.persistence.RepoFile
 
setLength(int) - Method in class co.codewizards.cloudstore.core.dto.FileChunkDTO
 
setLength(long) - Method in class co.codewizards.cloudstore.core.dto.NormalFileDTO
 
setLength(long) - Method in class co.codewizards.cloudstore.local.persistence.CopyModification
 
setLength(long) - Method in class co.codewizards.cloudstore.local.persistence.DeleteModification
 
setLength(int) - Method in class co.codewizards.cloudstore.local.persistence.FileChunk
 
setLength(long) - Method in class co.codewizards.cloudstore.local.persistence.NormalFile
 
setLineNumber(int) - Method in class co.codewizards.cloudstore.core.dto.ErrorStackTraceElement
 
setLocalPathPrefix(String) - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepository
 
setLocalPathPrefix(String) - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest
 
setLocalRepositoryRevisionInProgress(long) - Method in class co.codewizards.cloudstore.local.persistence.LastSyncToRemoteRepo
 
setLocalRepositoryRevisionSynced(long) - Method in class co.codewizards.cloudstore.local.persistence.LastSyncToRemoteRepo
 
setLocalRevision(long) - Method in class co.codewizards.cloudstore.core.dto.ModificationDTO
 
setLocalRevision(long) - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTO
 
setLocalRevision(long) - Method in interface co.codewizards.cloudstore.local.persistence.AutoTrackLocalRevision
 
setLocalRevision(long) - Method in class co.codewizards.cloudstore.local.persistence.Modification
 
setLocalRevision(long) - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepository
 
setLocalRevision(long) - Method in class co.codewizards.cloudstore.local.persistence.RepoFile
 
setLogFile(File) - Static method in class co.codewizards.cloudstore.core.util.DerbyUtil
 
setLogLevel(LoggerProgressMonitor.LogLevel) - Method in class co.codewizards.cloudstore.core.progress.LoggerProgressMonitor
Set the log-level to use when writing to the logger.
setLogMinPercentageDifference(float) - Method in class co.codewizards.cloudstore.core.progress.LoggerProgressMonitor
Set the minimum period between log messages in milliseconds.
setLogMinPeriodMSec(long) - Method in class co.codewizards.cloudstore.core.progress.LoggerProgressMonitor
Set the minimum period between log messages in milliseconds.
setMessage(String) - Method in class co.codewizards.cloudstore.core.dto.Error
 
setMessage(String) - Method in class co.codewizards.cloudstore.core.progress.LoggerProgressMonitor
Set the message which will be written to the logger.
setMethodName(String) - Method in class co.codewizards.cloudstore.core.dto.ErrorStackTraceElement
 
setModificationDTOs(List<ModificationDTO>) - Method in class co.codewizards.cloudstore.core.dto.ChangeSetDTO
 
setName(String) - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTO
 
setName(String) - Method in class co.codewizards.cloudstore.local.persistence.RepoFile
 
setOffset(long) - Method in class co.codewizards.cloudstore.core.dto.FileChunkDTO
 
setOffset(long) - Method in class co.codewizards.cloudstore.local.persistence.FileChunk
 
setOutputStringBuffer(StringBuffer) - Method in class co.codewizards.cloudstore.core.childprocess.DumpStreamThread
 
setOutputStringBuffer(StringBuffer) - Method in class co.codewizards.cloudstore.core.childprocess.LogDumpedStreamThread
 
setOutputStringBufferMaxLength(int) - Method in class co.codewizards.cloudstore.core.childprocess.DumpStreamThread
 
setOutputStringBufferMaxLength(int) - Method in class co.codewizards.cloudstore.core.childprocess.LogDumpedStreamThread
 
setParent(RepoFileDTOTreeNode) - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTOTreeNode
 
setParent(RepoFile) - Method in class co.codewizards.cloudstore.local.persistence.RepoFile
 
setParentId(Long) - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTO
 
setPassword(String) - Method in class co.codewizards.cloudstore.core.auth.AuthToken
Sets the current password.
setPassword(char[]) - Method in class co.codewizards.cloudstore.rest.server.auth.Auth
Set the password.
setPath(String) - Method in class co.codewizards.cloudstore.core.dto.DeleteModificationDTO
 
setPath(String) - Method in class co.codewizards.cloudstore.local.persistence.DeleteModification
 
setPathSegment(String) - Method in class co.codewizards.cloudstore.rest.client.internal.PathSegment
 
setPermanent(boolean) - Method in class co.codewizards.cloudstore.rest.client.ssl.CheckServerTrustedCertificateExceptionResult
 
setPersistenceManager(PersistenceManager) - Method in class co.codewizards.cloudstore.local.persistence.DAO
Assigns the given PersistenceManager to this DAO.
setPrivateKey(byte[]) - Method in class co.codewizards.cloudstore.local.persistence.LocalRepository
 
setPublicKey(byte[]) - Method in class co.codewizards.cloudstore.core.dto.RepositoryDTO
 
setPublicKey(byte[]) - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest
 
setPublicKey(byte[]) - Method in class co.codewizards.cloudstore.local.persistence.Repository
 
setRemoteRepository(RemoteRepository) - Method in class co.codewizards.cloudstore.local.persistence.LastSyncToRemoteRepo
 
setRemoteRepository(RemoteRepository) - Method in class co.codewizards.cloudstore.local.persistence.Modification
 
setRemoteRoot(URL) - Method in class co.codewizards.cloudstore.core.repo.transport.AbstractRepoTransport
 
setRemoteRoot(URL) - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
 
setRemoteRoot(URL) - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepository
 
setRemoteURL(URL) - Method in class co.codewizards.cloudstore.rest.client.ssl.SSLContextBuilder
 
setRenewalDateTime(DateTime) - Method in class co.codewizards.cloudstore.core.auth.AuthToken
 
setRepoFile(NormalFile) - Method in class co.codewizards.cloudstore.local.persistence.FileChunk
 
setRepoFileDTOs(List<RepoFileDTO>) - Method in class co.codewizards.cloudstore.core.dto.ChangeSetDTO
 
setRepositoryDTO(RepositoryDTO) - Method in class co.codewizards.cloudstore.core.dto.ChangeSetDTO
 
setRepositoryId(UUID) - Method in class co.codewizards.cloudstore.core.dto.RepositoryDTO
 
setRepositoryId(UUID) - Method in class co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest
 
setRepoTransportFactory(RepoTransportFactory) - Method in class co.codewizards.cloudstore.core.repo.transport.AbstractRepoTransport
 
setRepoTransportFactory(RepoTransportFactory) - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
Sets the factory which created this instance.
setRevision(long) - Method in class co.codewizards.cloudstore.core.dto.RepositoryDTO
 
setRevision(long) - Method in class co.codewizards.cloudstore.local.persistence.Repository
 
setRoot(Directory) - Method in class co.codewizards.cloudstore.local.persistence.LocalRepository
 
setSecurePort(int) - Method in class co.codewizards.cloudstore.server.CloudStoreServer
 
setSha1(String) - Method in class co.codewizards.cloudstore.core.dto.FileChunkDTO
 
setSha1(String) - Method in class co.codewizards.cloudstore.core.dto.NormalFileDTO
 
setSha1(String) - Method in class co.codewizards.cloudstore.local.persistence.CopyModification
 
setSha1(String) - Method in class co.codewizards.cloudstore.local.persistence.DeleteModification
 
setSha1(String) - Method in class co.codewizards.cloudstore.local.persistence.FileChunk
 
setSha1(String) - Method in class co.codewizards.cloudstore.local.persistence.NormalFile
 
setSignature(byte[]) - Method in class co.codewizards.cloudstore.core.auth.SignedAuthToken
 
setSocketConnectTimeout(Integer) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
setSocketReadTimeout(Integer) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
setSslContext(SSLContext) - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
setStackTraceElements(List<ErrorStackTraceElement>) - Method in class co.codewizards.cloudstore.core.dto.Error
 
setTarget(String) - Method in class co.codewizards.cloudstore.core.dto.SymlinkDTO
 
setTarget(String) - Method in class co.codewizards.cloudstore.local.persistence.Symlink
 
setTarGzEntryNameConverter(TarGzEntryNameConverter) - Method in class co.codewizards.cloudstore.updater.TarGzFile
 
setTaskName(String) - Method in class co.codewizards.cloudstore.core.progress.LoggerProgressMonitor
 
setTaskName(String) - Method in class co.codewizards.cloudstore.core.progress.NullProgressMonitor
 
setTaskName(String) - Method in interface co.codewizards.cloudstore.core.progress.ProgressMonitor
Sets the task name to the given value.
setTaskName(String) - Method in class co.codewizards.cloudstore.core.progress.ProgressMonitorDelegator
 
setTempFileChunkDTOs(List<FileChunkDTO>) - Method in class co.codewizards.cloudstore.core.dto.NormalFileDTO
 
setThrowException(boolean) - Method in class co.codewizards.cloudstore.client.CloudStoreClient
 
setThrowException(boolean) - Method in class co.codewizards.cloudstore.updater.CloudStoreUpdater
 
setToPath(String) - Method in class co.codewizards.cloudstore.core.dto.CopyModificationDTO
 
setToPath(String) - Method in class co.codewizards.cloudstore.local.persistence.CopyModification
 
setTrusted(boolean) - Method in class co.codewizards.cloudstore.rest.client.ssl.CheckServerTrustedCertificateExceptionResult
 
setTrustStoreFile(File) - Method in class co.codewizards.cloudstore.rest.client.ssl.SSLContextBuilder
 
setUserName(String) - Method in class co.codewizards.cloudstore.rest.server.auth.Auth
Set the user-name.
setValue(String) - Method in class co.codewizards.cloudstore.rest.client.internal.QueryParameter
 
sha1(String) - Static method in class co.codewizards.cloudstore.core.util.HashUtil
 
sha1(byte[]) - Static method in class co.codewizards.cloudstore.core.util.HashUtil
 
sha1(InputStream) - Static method in class co.codewizards.cloudstore.core.util.HashUtil
 
sha1ForHuman(byte[]) - Static method in class co.codewizards.cloudstore.core.util.HashUtil
 
sha1ForHuman(InputStream) - Static method in class co.codewizards.cloudstore.core.util.HashUtil
 
shutdownDerbyDatabase(String) - Static method in class co.codewizards.cloudstore.core.util.DerbyUtil
 
sign(byte[]) - Method in class co.codewizards.cloudstore.core.auth.AuthTokenSigner
 
SIGNATURE_ALGORITHM - Static variable in class co.codewizards.cloudstore.core.auth.AuthTokenSigner
 
SignatureException - Exception in co.codewizards.cloudstore.core.auth
 
SignatureException() - Constructor for exception co.codewizards.cloudstore.core.auth.SignatureException
 
SignatureException(String) - Constructor for exception co.codewizards.cloudstore.core.auth.SignatureException
 
SignatureException(Throwable) - Constructor for exception co.codewizards.cloudstore.core.auth.SignatureException
 
SignatureException(String, Throwable) - Constructor for exception co.codewizards.cloudstore.core.auth.SignatureException
 
SignatureException(String, Throwable, boolean, boolean) - Constructor for exception co.codewizards.cloudstore.core.auth.SignatureException
 
SignedAuthToken - Class in co.codewizards.cloudstore.core.auth
 
SignedAuthToken() - Constructor for class co.codewizards.cloudstore.core.auth.SignedAuthToken
 
SignedAuthTokenDecrypter - Class in co.codewizards.cloudstore.core.auth
 
SignedAuthTokenDecrypter(byte[]) - Constructor for class co.codewizards.cloudstore.core.auth.SignedAuthTokenDecrypter
 
SignedAuthTokenEncrypter - Class in co.codewizards.cloudstore.core.auth
 
SignedAuthTokenEncrypter(byte[]) - Constructor for class co.codewizards.cloudstore.core.auth.SignedAuthTokenEncrypter
 
SignedAuthTokenIO - Class in co.codewizards.cloudstore.core.auth
 
SignedAuthTokenIO() - Constructor for class co.codewizards.cloudstore.core.auth.SignedAuthTokenIO
 
simplifyPath(File) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
This method removes double slashes, single-dot-directories and double-dot-directories from a path.
size() - Method in class co.codewizards.cloudstore.core.dto.RepoFileDTOTreeNode
 
SSLContextBuilder - Class in co.codewizards.cloudstore.rest.client.ssl
 
start() - Method in class co.codewizards.cloudstore.core.childprocess.DumpStreamThread
 
stop() - Method in class co.codewizards.cloudstore.server.CloudStoreServer
 
store(String, Properties, String) - Static method in class co.codewizards.cloudstore.core.util.PropertiesUtil
 
store(File, Properties, String) - Static method in class co.codewizards.cloudstore.core.util.PropertiesUtil
 
StringList - Class in co.codewizards.cloudstore.core.dto
 
StringList() - Constructor for class co.codewizards.cloudstore.core.dto.StringList
 
StringUtil - Class in co.codewizards.cloudstore.core.util
 
SubCommand - Class in co.codewizards.cloudstore.client
Sub-command for a certain CLI operation.
SubCommand() - Constructor for class co.codewizards.cloudstore.client.SubCommand
 
subCommandClasses - Static variable in class co.codewizards.cloudstore.client.CloudStoreClient
 
subCommandName2subCommand - Variable in class co.codewizards.cloudstore.client.CloudStoreClient
 
subCommands - Variable in class co.codewizards.cloudstore.client.CloudStoreClient
 
SubCommandWithExistingLocalRepo - Class in co.codewizards.cloudstore.client
 
SubCommandWithExistingLocalRepo() - Constructor for class co.codewizards.cloudstore.client.SubCommandWithExistingLocalRepo
 
SubProgressMonitor - Class in co.codewizards.cloudstore.core.progress
This is the adaption of the Eclipse SubProgressMonitor to ProgressMonitor.
SubProgressMonitor(ProgressMonitor, int) - Constructor for class co.codewizards.cloudstore.core.progress.SubProgressMonitor
Creates a new sub-progress monitor for the given monitor.
SubProgressMonitor(ProgressMonitor, int, int) - Constructor for class co.codewizards.cloudstore.core.progress.SubProgressMonitor
Creates a new sub-progress monitor for the given monitor.
subTask(String) - Method in class co.codewizards.cloudstore.core.progress.LoggerProgressMonitor
 
subTask(String) - Method in class co.codewizards.cloudstore.core.progress.NullProgressMonitor
 
subTask(String) - Method in interface co.codewizards.cloudstore.core.progress.ProgressMonitor
Notifies that a subtask of the main task is beginning.
subTask(String) - Method in class co.codewizards.cloudstore.core.progress.ProgressMonitorDelegator
 
subTask(String) - Method in class co.codewizards.cloudstore.core.progress.SubProgressMonitor
 
SUFFIX_NULL_VALUE - Static variable in class co.codewizards.cloudstore.core.util.PropertiesUtil
Suffix appended to the real property-key to store the boolean flag whether the real property represents the null value.
SUPPRESS_SUBTASK_LABEL - Static variable in class co.codewizards.cloudstore.core.progress.SubProgressMonitor
Style constant indicating that calls to subTask should not have any effect.
Symlink - Class in co.codewizards.cloudstore.local.persistence
 
Symlink() - Constructor for class co.codewizards.cloudstore.local.persistence.Symlink
 
SymlinkDTO - Class in co.codewizards.cloudstore.core.dto
 
SymlinkDTO() - Constructor for class co.codewizards.cloudstore.core.dto.SymlinkDTO
 
sync(ProgressMonitor) - Method in class co.codewizards.cloudstore.core.repo.sync.RepoToRepoSync
 
sync(ProgressMonitor) - Method in class co.codewizards.cloudstore.local.LocalRepoSync
 
sync(File, ProgressMonitor) - Method in class co.codewizards.cloudstore.local.LocalRepoSync
 
SyncSubCommand - Class in co.codewizards.cloudstore.client
 
SyncSubCommand() - Constructor for class co.codewizards.cloudstore.client.SyncSubCommand
 
SYSTEM_PROPERTY_CLOSE_DEFERRED_MILLIS - Static variable in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
 
SYSTEM_PROPERTY_CONFIG_DIR - Static variable in class co.codewizards.cloudstore.core.config.ConfigDir
System property controlling the location of the central configuration directory.
SYSTEM_PROPERTY_KEY_SIZE - Static variable in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
 
SYSTEM_PROPERTY_LOG_DIR - Static variable in class co.codewizards.cloudstore.core.config.ConfigDir
System property controlling the location of the log directory.
SYSTEM_PROPERTY_PREFIX - Static variable in class co.codewizards.cloudstore.core.config.Config
Prefix used for system properties overriding configuration entries.

T

TarGzEntryNameConverter - Interface in co.codewizards.cloudstore.updater
 
tarGzEntryNameConverter(TarGzEntryNameConverter) - Method in class co.codewizards.cloudstore.updater.TarGzFile
 
TarGzFile - Class in co.codewizards.cloudstore.updater
 
TarGzFile(File) - Constructor for class co.codewizards.cloudstore.updater.TarGzFile
 
TEMP_DIR_NAME - Static variable in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
 
TEMP_NEW_FILE_PREFIX - Static variable in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
 
TempChunkFileDTO - Class in co.codewizards.cloudstore.core.dto
 
TempChunkFileDTO() - Constructor for class co.codewizards.cloudstore.core.dto.TempChunkFileDTO
 
TempChunkFileDTOIO - Class in co.codewizards.cloudstore.core.dto.jaxb
 
TempChunkFileDTOIO() - Constructor for class co.codewizards.cloudstore.core.dto.jaxb.TempChunkFileDTOIO
 
test() - Method in class co.codewizards.cloudstore.rest.server.service.TestService
 
TestException - Exception in co.codewizards.cloudstore.core.util
 
TestException() - Constructor for exception co.codewizards.cloudstore.core.util.TestException
 
TestException(String) - Constructor for exception co.codewizards.cloudstore.core.util.TestException
 
TestException(Throwable) - Constructor for exception co.codewizards.cloudstore.core.util.TestException
 
TestException(String, Throwable) - Constructor for exception co.codewizards.cloudstore.core.util.TestException
 
TestException(String, Throwable, boolean, boolean) - Constructor for exception co.codewizards.cloudstore.core.util.TestException
 
testException() - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
testPOST() - Method in class co.codewizards.cloudstore.rest.server.service.TestService
 
TestService - Class in co.codewizards.cloudstore.rest.server.service
 
TestService() - Constructor for class co.codewizards.cloudstore.rest.server.service.TestService
 
testSuccess() - Method in class co.codewizards.cloudstore.rest.client.CloudStoreRESTClient
 
thisDAO() - Method in class co.codewizards.cloudstore.local.persistence.DAO
 
throwException(boolean) - Method in class co.codewizards.cloudstore.client.CloudStoreClient
 
throwException(boolean) - Method in class co.codewizards.cloudstore.updater.CloudStoreUpdater
 
TimeoutException - Exception in co.codewizards.cloudstore.core.io
 
TimeoutException() - Constructor for exception co.codewizards.cloudstore.core.io.TimeoutException
 
TimeoutException(String) - Constructor for exception co.codewizards.cloudstore.core.io.TimeoutException
 
TimeoutException(Throwable) - Constructor for exception co.codewizards.cloudstore.core.io.TimeoutException
 
TimeoutException(String, Throwable) - Constructor for exception co.codewizards.cloudstore.core.io.TimeoutException
 
TimeoutException(String, Throwable, boolean, boolean) - Constructor for exception co.codewizards.cloudstore.core.io.TimeoutException
 
TimePeriodOptionHandler - Class in co.codewizards.cloudstore.client
Option handler implementation to interprete a time period (e.g.
TimePeriodOptionHandler(CmdLineParser, OptionDef, Setter<Long>) - Constructor for class co.codewizards.cloudstore.client.TimePeriodOptionHandler
 
TimePeriodOptionHandler.Unit - Enum in co.codewizards.cloudstore.client
Units based on ISO 31-1 (where it exists).
toDate() - Method in class co.codewizards.cloudstore.core.dto.DateTime
Converts this DateTime into a new Date instance.
toMSec(long) - Method in enum co.codewizards.cloudstore.client.TimePeriodOptionHandler.Unit
 
toPathString(Path) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
 
toResponse(Throwable) - Method in class co.codewizards.cloudstore.rest.server.jersey.DefaultExceptionMapper
 
toString() - Method in class co.codewizards.cloudstore.core.dto.DateTime
Returns an ISO-8601-encoded timestamp which can be passed to DateTime.DateTime(String).
toString() - Method in class co.codewizards.cloudstore.core.updater.Version
Returns the String representation of this version, which is defined as: majorminor release[patchLevel [suffix]]
The suffix may consist of 'a-zA-Z0-9#$!_-'.
toString() - Method in class co.codewizards.cloudstore.local.persistence.Entity
 
toString() - Method in enum co.codewizards.cloudstore.local.PersistencePropertiesEnum
 
toString() - Method in class co.codewizards.cloudstore.rest.client.internal.PathSegment
 
toString() - Method in class co.codewizards.cloudstore.rest.client.internal.QueryParameter
 
toString() - Method in exception co.codewizards.cloudstore.rest.client.RemoteException
 
transferStreamData(InputStream, OutputStream, long, long) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Transfer data between streams.
transferStreamData(InputStream, OutputStream, long, long, ProgressMonitor) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
 
transferStreamData(InputStream, OutputStream) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Transfer all available data from an InputStream to an OutputStream.
TransientRepoPassword - Class in co.codewizards.cloudstore.rest.server.auth
 
TransientRepoPassword(UUID, UUID, AuthToken) - Constructor for class co.codewizards.cloudstore.rest.server.auth.TransientRepoPassword
 
TransientRepoPasswordManager - Class in co.codewizards.cloudstore.rest.server.auth
 
TransientRepoPasswordManager() - Constructor for class co.codewizards.cloudstore.rest.server.auth.TransientRepoPasswordManager
 
trusted(boolean) - Method in class co.codewizards.cloudstore.rest.client.ssl.CheckServerTrustedCertificateExceptionResult
 
trustStoreFile(File) - Method in class co.codewizards.cloudstore.rest.client.ssl.SSLContextBuilder
 

U

UNLOCK - Annotation Type in co.codewizards.cloudstore.rest.server.webdav
 
unmarshal(String) - Method in class co.codewizards.cloudstore.core.dto.jaxb.DateTimeXmlAdapter
 
unprefixPath(String) - Method in class co.codewizards.cloudstore.core.repo.transport.AbstractRepoTransport
 
unprefixPath(String) - Method in interface co.codewizards.cloudstore.core.repo.transport.RepoTransport
 
unzipArchive(URL, File) - Static method in class co.codewizards.cloudstore.core.util.ZipUtil
Unzip the given archive into the given folder.
unzipArchive(File, File) - Static method in class co.codewizards.cloudstore.core.util.ZipUtil
Calls ZipUtil.unzipArchive(URL, File) converting the File-parameter zipArchive to an url.
unzipArchiveIfModified(File, File) - Static method in class co.codewizards.cloudstore.core.util.ZipUtil
Calls ZipUtil.unzipArchiveIfModified(URL, File) converting the File-parameter zipArchive to an url.
unzipArchiveIfModified(URL, File) - Static method in class co.codewizards.cloudstore.core.util.ZipUtil
Unzip the given archive into the given folder, if the archive was modified after being unzipped the last time by this method.
updateRepoFile(RepoFile, File, ProgressMonitor) - Method in class co.codewizards.cloudstore.local.LocalRepoSync
 
urlToUri(URL) - Static method in class co.codewizards.cloudstore.core.util.Util
Convert an URL to an URI.
UrlUtil - Class in co.codewizards.cloudstore.core.util
 
USER_NAME_REPOSITORY_ID_PREFIX - Static variable in interface co.codewizards.cloudstore.core.auth.AuthConstants
 
Util - Class in co.codewizards.cloudstore.core.util
 

V

validityCheck - Static variable in class co.codewizards.cloudstore.core.updater.Version
A regex that is used to check the suffix for valid characters.
valueOf(String) - Static method in enum co.codewizards.cloudstore.client.TimePeriodOptionHandler.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum co.codewizards.cloudstore.core.progress.LoggerProgressMonitor.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum co.codewizards.cloudstore.core.repo.transport.FileWriteStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum co.codewizards.cloudstore.local.PersistencePropertiesEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum co.codewizards.cloudstore.client.TimePeriodOptionHandler.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum co.codewizards.cloudstore.core.progress.LoggerProgressMonitor.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum co.codewizards.cloudstore.core.repo.transport.FileWriteStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum co.codewizards.cloudstore.local.PersistencePropertiesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
VAR_LOCAL_ROOT - Static variable in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
 
VAR_META_DIR - Static variable in interface co.codewizards.cloudstore.core.repo.local.LocalRepoManager
 
verify(SignedAuthToken) - Method in class co.codewizards.cloudstore.core.auth.AuthTokenVerifier
 
verify(String, SSLSession) - Method in class co.codewizards.cloudstore.rest.client.ssl.HostnameVerifierAllowingAll
 
verify(File, File) - Method in class co.codewizards.cloudstore.updater.PGPVerifier
Verify the specified file.
Version - Class in co.codewizards.cloudstore.core.updater
This class is used to version the client plugins of JFire and may be used to act as a version identifier in any project.
Version(String) - Constructor for class co.codewizards.cloudstore.core.updater.Version
Creates a new instance from the given versionStr.
Version(int, int, int, int) - Constructor for class co.codewizards.cloudstore.core.updater.Version
 
Version(int, int, int, int, String) - Constructor for class co.codewizards.cloudstore.core.updater.Version
 
VersionSubCommand - Class in co.codewizards.cloudstore.client
 
VersionSubCommand() - Constructor for class co.codewizards.cloudstore.client.VersionSubCommand
 

W

WebDavService - Class in co.codewizards.cloudstore.rest.server.service
 
WebDavService() - Constructor for class co.codewizards.cloudstore.rest.server.service.WebDavService
 
worked(int) - Method in class co.codewizards.cloudstore.core.progress.LoggerProgressMonitor
 
worked(int) - Method in class co.codewizards.cloudstore.core.progress.NullProgressMonitor
 
worked(int) - Method in interface co.codewizards.cloudstore.core.progress.ProgressMonitor
Notifies that a given number of work unit of the main task has been completed.
worked(int) - Method in class co.codewizards.cloudstore.core.progress.ProgressMonitorDelegator
 
worked(int) - Method in class co.codewizards.cloudstore.core.progress.SubProgressMonitor
 
write(byte[], int) - Method in class co.codewizards.cloudstore.core.childprocess.LogDumpedStreamThread
 
writeTextFile(File, String, String) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Write text to a file.
writeTextFile(File, String) - Static method in class co.codewizards.cloudstore.core.util.IOUtil
Write text to a file using UTF-8 encoding.

Z

zipFilesRecursively(File, File[], File) - Static method in class co.codewizards.cloudstore.core.util.ZipUtil
Recursively zips all given files to a zipFile defined by zipOutputFile.
zipFilesRecursively(File, File[], File, ProgressMonitor) - Static method in class co.codewizards.cloudstore.core.util.ZipUtil
Recursively zips all given files to a zipFile defined by zipOutputFile.
zipFilesRecursively(ZipOutputStream, File, File[], File) - Static method in class co.codewizards.cloudstore.core.util.ZipUtil
Recursively writes all found files as entries into the given ZipOutputStream.
zipFilesRecursively(ZipOutputStream, File, File[], File, ProgressMonitor) - Static method in class co.codewizards.cloudstore.core.util.ZipUtil
Recursively writes all found files as entries into the given ZipOutputStream.
zipFolder(File, File) - Static method in class co.codewizards.cloudstore.core.util.ZipUtil
Recursively zips all entries of the given zipInputFolder to a zipFile defined by zipOutputFile.
zipFolder(File, File, ProgressMonitor) - Static method in class co.codewizards.cloudstore.core.util.ZipUtil
Recursively zips all entries of the given zipInputFolder to a zipFile defined by zipOutputFile.
ZipUtil - Class in co.codewizards.cloudstore.core.util
 

_

_compare(int, int) - Static method in class co.codewizards.cloudstore.core.repo.transport.RepoTransportFactoryRegistry
 
_createRepoTransport(URL) - Method in class co.codewizards.cloudstore.core.repo.transport.AbstractRepoTransportFactory
 
_createRepoTransport(URL) - Method in class co.codewizards.cloudstore.local.transport.FileRepoTransportFactory
 
_createRepoTransport(URL) - Method in class co.codewizards.cloudstore.rest.client.transport.RestRepoTransportFactory
 
A B C D E F G H I J K L M N O P Q R S T U V W Z _ 
CloudStore API
(0.9.5)

Copyright © 2013-2014. All Rights Reserved.