Uses of Class
ARoad0.gBase.DirectoryImpl

Packages that use DirectoryImpl
ARoad0.AcsAddon.Accbee.MySQL.gBase Provides the gBase classes for modelling a MySQL 5 server as an extension, in the AcsAddon MySQL, of the generic ARoad0.gBase package. 
ARoad0.AcsAddon.Accbee.Ubuntu.gBase Provides the gBase classes for modelizing a Linux Ubuntu operating system, as an extension, in the AcsAddon Ubuntu, of the generic ARoad0.gBase package. 
ARoad0.gBase CORE OF THE PROGRAM This package contains the fresh object-oriented database management system for Access Road; this package documentation page is recommended as a first reading for all the Access Road developers. 
 

Uses of DirectoryImpl in ARoad0.AcsAddon.Accbee.MySQL.gBase
 

Subclasses of DirectoryImpl in ARoad0.AcsAddon.Accbee.MySQL.gBase
 class BasesSetMySQLImpl
          This class is responsible for modeling a BasesSetMySQL which is a set of databases having a wildcard in its name, like 'BASE O%', as child of the Directory '|pattern-name_bases sets|'.
 class DirectoryMySQLImpl
          This class is responsible to manage the inherited AclEntries of the children, to manage the global rights, and to provide the main documentation for all the ResourceMySQL classes.
 

Uses of DirectoryImpl in ARoad0.AcsAddon.Accbee.Ubuntu.gBase
 

Subclasses of DirectoryImpl in ARoad0.AcsAddon.Accbee.Ubuntu.gBase
 class DirectoryUbuntuImpl
          This class is responsible for modeling a Linux/Unix directory which contains children (resources and others directories).
 

Uses of DirectoryImpl in ARoad0.gBase
 

Fields in ARoad0.gBase declared as DirectoryImpl
static DirectoryImpl DirectoryImpl.EMPTY_INSTANCE
          A reusable empty instance for initialization, to avoid the use of 'new' for temporary values.
 

Methods in ARoad0.gBase that return DirectoryImpl
protected  DirectoryImpl DirectoryImpl.copyOwnVariables(DirectoryImpl _result, boolean _withoutInternalAcl)
          This method provides a copy of the instance variables.
 

Methods in ARoad0.gBase with parameters of type DirectoryImpl
protected  DirectoryImpl DirectoryImpl.copyOwnVariables(DirectoryImpl _result, boolean _withoutInternalAcl)
          This method provides a copy of the instance variables.