A B C D E F G I P S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- as(Class<T>) - Method in class com.zfabrik.impl.gitcr.GitComponentRepositoryResource
B
- beginTask(String, int) - Method in class com.zfabrik.impl.gitcr.helper.ProgressMonitorImpl
C
- checkOutRef(Repository, String) - Static method in class com.zfabrik.impl.gitcr.helper.GitTools
-
Checks out the given ref branch in the given repository.
- CloneFailedException - Exception in com.zfabrik.impl.gitcr.helper
-
Exception indicating a failed clone command
- CloneFailedException(String, String, Exception) - Constructor for exception com.zfabrik.impl.gitcr.helper.CloneFailedException
- cloneRepository(URIish, File, RefSpec, CredentialsProvider, int, Integer) - Static method in class com.zfabrik.impl.gitcr.helper.GitTools
-
Clones the given remote repository into the given destination folder.
- com.zfabrik.impl.gitcr - package com.zfabrik.impl.gitcr
- com.zfabrik.impl.gitcr.helper - package com.zfabrik.impl.gitcr.helper
D
- doClone() - Method in class com.zfabrik.impl.gitcr.helper.GitCommand
- doFetch() - Method in class com.zfabrik.impl.gitcr.helper.GitCommand
-
fetch the deltas and try clone on failure
E
- endTask() - Method in class com.zfabrik.impl.gitcr.helper.ProgressMonitorImpl
F
- FetchFailedException - Exception in com.zfabrik.impl.gitcr.helper
-
Exception indicating a failed fetch command
- FetchFailedException(String, Exception) - Constructor for exception com.zfabrik.impl.gitcr.helper.FetchFailedException
- fetchRepository(Repository, RefSpec, CredentialsProvider, int, Integer) - Static method in class com.zfabrik.impl.gitcr.helper.GitTools
-
Fetch deltas from a source-repository
G
- getExpectedConfiguration() - Method in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
- getLabel() - Method in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
- getLocalRepo() - Method in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
- getRef(String, Properties) - Static method in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
- GitCommand - Class in com.zfabrik.impl.gitcr.helper
-
The actual GitCR operations in complete for better testability
- GitCommand(String, URIish, File, RefSpec, boolean, CredentialsProvider, int, Integer) - Constructor for class com.zfabrik.impl.gitcr.helper.GitCommand
- GitComponentRepositoryImpl - Class in com.zfabrik.impl.gitcr
-
Git based components repository based on
AbstractFileSystemComponentRepository
- GitComponentRepositoryImpl(String, Properties) - Constructor for class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
- GitComponentRepositoryResource - Class in com.zfabrik.impl.gitcr
- GitComponentRepositoryResource(String) - Constructor for class com.zfabrik.impl.gitcr.GitComponentRepositoryResource
- GITCR_BRANCH - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
Branch to clone from the source repository.
- GITCR_DEPTH - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
Git clone depth.
- GITCR_OPTIONAL - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
If set to 'true', the gitcr will be ignore silently if the defined gitcr.uri is invalid.
- GITCR_PRIO - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
- GITCR_PRIORITY - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
Priority of the repository within the repository chain.
- GITCR_PWD - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
Password for authentication at the repository
- GITCR_REF - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
A Git ref to fetch and check out as active content.
- GITCR_ROOTS - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
A comma separated list of folders in the repo to search for components.
- GITCR_TIMEOUT - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
network timeout-value in seconds.
- GITCR_URI - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
URI of the git source repository.
- GITCR_USER - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
User name for authentication at the repository
- GitTools - Class in com.zfabrik.impl.gitcr.helper
-
Provides some useful static helpers like
#isOriginReachable(URIish)
,#isValidRepository(URIish)
,#cloneRepository(URIish, File, CredentialsProvider, int)
, ... - GitTools() - Constructor for class com.zfabrik.impl.gitcr.helper.GitTools
I
- invalidate() - Method in class com.zfabrik.impl.gitcr.GitComponentRepositoryResource
- isCancelled() - Method in class com.zfabrik.impl.gitcr.helper.ProgressMonitorImpl
P
- prepare() - Method in class com.zfabrik.impl.gitcr.GitComponentRepositoryResource
- ProgressMonitorImpl - Class in com.zfabrik.impl.gitcr.helper
-
A simple progress monitor for Git operations
- ProgressMonitorImpl(Logger) - Constructor for class com.zfabrik.impl.gitcr.helper.ProgressMonitorImpl
S
- scan(MultiRootFSComponentRepositoryDB) - Method in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
Scans for changes in this GitCR which implies: if
current
isnull
the source repository will be cloned into the repository cache if the repository - showDuration(boolean) - Method in class com.zfabrik.impl.gitcr.helper.ProgressMonitorImpl
- start(int) - Method in class com.zfabrik.impl.gitcr.helper.ProgressMonitorImpl
T
- toString() - Method in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
- toString() - Method in class com.zfabrik.impl.gitcr.helper.GitCommand
U
- update(int) - Method in class com.zfabrik.impl.gitcr.helper.ProgressMonitorImpl
All Classes All Packages