public class DataCmpn extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
DataCmpn.Revision |
Modifier and Type | Field and Description |
---|---|
(package private) java.io.File |
dirArchive
Directory where the .bzr of the archive (without working tree) is contained.
|
(package private) java.io.File |
dirRemoteArchive
Directory where the .bzr of any remote .bzr is contained.
|
(package private) java.io.File |
dirWorkingtree
Directory where the .bzr of the working tree is contained.
|
(package private) java.util.Map<java.lang.String,DataFile> |
indexFiles |
(package private) java.util.List<DataFile> |
listAddFiles |
(package private) java.util.List<DataFile> |
listModifiedFiles |
(package private) java.util.List<DataFile> |
listNewFiles |
(package private) java.util.List<DataFile> |
listRemovedFiles |
(package private) java.util.List<DataFile> |
listRenamedFiles |
(package private) DataCmpn.Revision |
revisionArchive
The version number form the last commit or revert in this sandbox
and the top version number in the branch.
|
(package private) DataCmpn.Revision |
revisionRemoteArchive
The version number form the last commit or revert in this sandbox
and the top version number in the branch.
|
(package private) DataCmpn.Revision |
revisionSbox
The version number form the last commit or revert in this sandbox
and the top version number in the branch.
|
(package private) DataCmpn.Revision |
revisionWorkingTreeTop
The version number form the last commit or revert in this sandbox
and the top version number in the branch.
|
(package private) java.lang.String |
sNameCmpn
Name of the component.
|
(package private) java.lang.StringBuilder |
uBzrError
General error output of all commands.
|
(package private) java.lang.StringBuilder |
uBzrLastVersion
Output of bzr log -l 1 to get the last version number.
|
(package private) java.lang.StringBuilder |
uBzrStatusOutput
Output of bzr status invocation of the working box.
|
Constructor and Description |
---|
DataCmpn(java.io.File dirComponent,
java.io.File dirArchive,
java.io.File dirRemoteArchive) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getBzrLocationDir() |
final java.lang.String sNameCmpn
final java.io.File dirWorkingtree
final java.io.File dirArchive
final java.io.File dirRemoteArchive
final DataCmpn.Revision revisionSbox
final DataCmpn.Revision revisionWorkingTreeTop
final DataCmpn.Revision revisionArchive
final DataCmpn.Revision revisionRemoteArchive
java.lang.StringBuilder uBzrStatusOutput
java.lang.StringBuilder uBzrLastVersion
java.lang.StringBuilder uBzrError
java.util.List<DataFile> listModifiedFiles
java.util.List<DataFile> listRemovedFiles
java.util.List<DataFile> listNewFiles
java.util.List<DataFile> listAddFiles
java.util.List<DataFile> listRenamedFiles
final java.util.Map<java.lang.String,DataFile> indexFiles
DataCmpn(java.io.File dirComponent, java.io.File dirArchive, java.io.File dirRemoteArchive)
public java.io.File getBzrLocationDir()