B C F G I O R T U W

B

backup() - Method in interface org.apache.ace.repository.ext.BackupRepository
Backs up the current version of the object, overwriting a previous backup, if any.
backup() - Method in class org.apache.ace.repository.ext.impl.FilebasedBackupRepository
 
BackupRepository - Interface in org.apache.ace.repository.ext
Provides an interface for backing up objects.

C

CachedRepository - Interface in org.apache.ace.repository.ext
Provides a cached repository representation, allowing the storing of local changes, without committing them to the actual repository immediately.
CachedRepositoryImpl - Class in org.apache.ace.repository.ext.impl
Provides a CachedRepository, which uses either a Repository and a BackupRepository as remote and local storage, or a URL location and two files, from which it will create a Repository and a FileBasedBackupRepository.
CachedRepositoryImpl(User, URL, String, String, File, File, long) - Constructor for class org.apache.ace.repository.ext.impl.CachedRepositoryImpl
Creates a cached repository which uses remote, customer and name to create a RemoteRepository, and uses the Filess passed in as a for local storage and backup.
CachedRepositoryImpl(User, Repository, BackupRepository, long) - Constructor for class org.apache.ace.repository.ext.impl.CachedRepositoryImpl
Creates a cached repository using.
checkout(boolean) - Method in interface org.apache.ace.repository.ext.CachedRepository
Checks our the most current version from the actual repository.
checkout(boolean) - Method in class org.apache.ace.repository.ext.impl.CachedRepositoryImpl
 
checkout(long) - Method in class org.apache.ace.repository.ext.impl.CachedRepositoryImpl
 
checkout(long) - Method in class org.apache.ace.repository.ext.impl.RemoteRepository
 
commit() - Method in interface org.apache.ace.repository.ext.CachedRepository
Commits the most current version to the actual repository.
commit(InputStream, long) - Method in class org.apache.ace.repository.ext.impl.CachedRepositoryImpl
 
commit() - Method in class org.apache.ace.repository.ext.impl.CachedRepositoryImpl
 
commit(long) - Method in class org.apache.ace.repository.ext.impl.CachedRepositoryImpl
 
commit(InputStream, long) - Method in class org.apache.ace.repository.ext.impl.RemoteRepository
 

F

FilebasedBackupRepository - Class in org.apache.ace.repository.ext.impl
A file-based implementation of the Backup Repository, using two files to store the current and backup version.
FilebasedBackupRepository(File, File) - Constructor for class org.apache.ace.repository.ext.impl.FilebasedBackupRepository
Creates a FilebasedBackupRepository.

G

getLocal(boolean) - Method in interface org.apache.ace.repository.ext.CachedRepository
Gets the most recent version of the object.
getLocal(boolean) - Method in class org.apache.ace.repository.ext.impl.CachedRepositoryImpl
 
getMostRecentVersion() - Method in interface org.apache.ace.repository.ext.CachedRepository
Gets the most recent version of this repository, that is, the most recent version number that is either committed (successfully) or checked out.
getMostRecentVersion() - Method in class org.apache.ace.repository.ext.impl.CachedRepositoryImpl
 
getRange() - Method in class org.apache.ace.repository.ext.impl.CachedRepositoryImpl
 
getRange() - Method in class org.apache.ace.repository.ext.impl.RemoteRepository
 

I

isCurrent() - Method in interface org.apache.ace.repository.ext.CachedRepository
Checks whether the version we have locally is current with respect to the version on the server.
isCurrent() - Method in class org.apache.ace.repository.ext.impl.CachedRepositoryImpl
 

O

org.apache.ace.repository.ext - package org.apache.ace.repository.ext
 
org.apache.ace.repository.ext.impl - package org.apache.ace.repository.ext.impl
 

R

read() - Method in interface org.apache.ace.repository.ext.BackupRepository
Reads the input stream from the current object.
read() - Method in class org.apache.ace.repository.ext.impl.FilebasedBackupRepository
 
RemoteRepository - Class in org.apache.ace.repository.ext.impl
This class works as a local interface for a remote repository by handling the network communication.
RemoteRepository(URL, String, String) - Constructor for class org.apache.ace.repository.ext.impl.RemoteRepository
Creates a remote repository that connects to a given location with a given customer- and repository name.
RemoteRepository(URL, String) - Constructor for class org.apache.ace.repository.ext.impl.RemoteRepository
Creates a remote repository that connects to a given location with a given filter.
restore() - Method in interface org.apache.ace.repository.ext.BackupRepository
Restores a previously backuped version of the object.
restore() - Method in class org.apache.ace.repository.ext.impl.FilebasedBackupRepository
 
revert() - Method in interface org.apache.ace.repository.ext.CachedRepository
Undoes all changes made using writeLocal() since the last commit or checkout.
revert() - Method in class org.apache.ace.repository.ext.impl.CachedRepositoryImpl
 

T

toString() - Method in class org.apache.ace.repository.ext.impl.FilebasedBackupRepository
 
toString() - Method in class org.apache.ace.repository.ext.impl.RemoteRepository
 

U

UNCOMMITTED_VERSION - Static variable in class org.apache.ace.repository.ext.impl.CachedRepositoryImpl
 

W

write(InputStream) - Method in interface org.apache.ace.repository.ext.BackupRepository
Writes the input stream to the current object.
write(InputStream) - Method in class org.apache.ace.repository.ext.impl.FilebasedBackupRepository
 
writeLocal(InputStream) - Method in interface org.apache.ace.repository.ext.CachedRepository
Writes the most recent version of the object.
writeLocal(InputStream) - Method in class org.apache.ace.repository.ext.impl.CachedRepositoryImpl
 

B C F G I O R T U W

Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.