public class DataProject extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) DataCmpn[] |
data
All source components in this project.
|
(package private) java.io.File |
filePrjPath
The project path in the current file system.
|
private java.util.Map<java.lang.String,DataCmpn> |
indexCmpn
All components in this project.
|
private int |
ixDataInit
ix while initialize the data.
|
(package private) java.lang.String |
sPrjPath |
Constructor and Description |
---|
DataProject(java.lang.String sPrjPath) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
createComponentsData(java.io.File dirComponent)
Creates one component.
|
(package private) void |
init(int nrofSwArchives)
Initializes newly.
|
(package private) DataCmpn |
selectComponent(java.lang.String sName)
Searches a component.
|
java.lang.String sPrjPath
java.io.File filePrjPath
private java.util.Map<java.lang.String,DataCmpn> indexCmpn
DataCmpn.sNameCmpn
.DataCmpn[] data
GuiStatusPanel.refreshProjectBzrComponents
private int ixDataInit
DataProject(java.lang.String sPrjPath)
void init(int nrofSwArchives)
nrofSwArchives
- int createComponentsData(java.io.File dirComponent)
dirComponent
- The folder where the source archive (.bzr, .git file) is found.data
DataCmpn selectComponent(java.lang.String sName)
sName
- The local folder path inside the software project to the components folder.