next up previous contents
Next: PKGFS Up: PackageFS Previous: Group operations   Indice

Classes details

The file system transparency improves the package management usability a lot. We are going to examine in depth the PackageFS structure and the technical implementation in order to see how we reach our goals.

As we said PackageFS is written in C++ programming language, and has been developed using Object Oriented Programming paradigm. Thus the whole structure is kept clean, easy to be represented (see figure 5.6) and discussed.

At the moment PackageFS consists of few classes:

We are not going to show the source code of these classes, but we will briefly explain their purposes and interesting methods.

Figura 5.6: The whole PackageFS structure.
\includegraphics{immagini/struttura.eps}



Subsections
next up previous contents
Next: PKGFS Up: PackageFS Previous: Group operations   Indice
2004-11-19