- Contents
- 1. Introduction
- 2. Instance Methods
- 3. State Properties
- 4. Static Methods
- 4.1. Uize.Services.FileSystem.declareServiceMethods
- 4.2. Uize.Services.FileSystem.fire
- 4.3. Uize.Services.FileSystem.get
- 4.4. Uize.Services.FileSystem.registerProperties
- 4.5. Uize.Services.FileSystem.set
- 4.6. Uize.Services.FileSystem.singleton
- 4.7. Uize.Services.FileSystem.subclass
- 4.8. Uize.Services.FileSystem.toggle
- 4.9. Uize.Services.FileSystem.unwire
- 4.10. Uize.Services.FileSystem.wire
- 5. Static Properties
1. Introduction
The Uize.Services.FileSystem
module defines a class for a file system service.
DEVELOPERS: Chris van Rensburg
1.1. Examples
There are no dedicated showcase example pages for the Uize.Services.FileSystem
module.
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Services.FileSystem
module...
1.2. Implementation Info
The Uize.Services.FileSystem
module defines the Uize.Services.FileSystem
class, which is a subclass of Uize.Service
.
INHERITANCE CHAIN
Uize.Class
-> Uize.Service
-> Uize.Services.FileSystem
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
INSTANCE METHODS
1.2.2. Features Overridden in This Module
The features listed in this section have been overridden in this module.
The module that an overridden feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.
STATIC PROPERTIES
Uize.Services.FileSystem.moduleName
| Uize.Services.FileSystem.nonInheritableStatics
1.2.3. Features Inherited From Other Modules
The features listed in this section have been inherited from other modules.
The module that an inherited feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.
INSTANCE METHODS
fire
| get
| is
| kill
| met
| once
| set
| toggle
| unmet
| unwire
| wire
STATE PROPERTIES
STATIC METHODS
Uize.Services.FileSystem.declareServiceMethods
| Uize.Services.FileSystem.fire
| Uize.Services.FileSystem.get
| Uize.Services.FileSystem.registerProperties
| Uize.Services.FileSystem.set
| Uize.Services.FileSystem.singleton
| Uize.Services.FileSystem.subclass
| Uize.Services.FileSystem.toggle
| Uize.Services.FileSystem.unwire
| Uize.Services.FileSystem.wire
1.2.4. Modules Directly Under This Namespace
There are no modules directly under this namespace.
1.2.5. Unit Tests
The Uize.Services.FileSystem
module is unit tested by the Uize.Test.Uize.Services.FileSystem
test module.
2. Instance Methods
2.1. fire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.2. get
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.3. init
document...
IMPLEMENTATION INFO
this feature was introduced in this module |
2.4. is
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.5. kill
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.6. met
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.7. once
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.8. readFile
document...
SYNTAX
fileContentsSTR = fileSystemInstance.readFile (paramsOBJ,callbackFUNC,errbackFUNC);
2.8.1. Params
IMPLEMENTATION INFO
this feature was introduced in this module |
2.9. set
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.10. toggle
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.11. unmet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.12. unwire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.13. wire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.14. writeFile
document...
IMPLEMENTATION INFO
this feature was introduced in this module |
3. State Properties
3.1. adapter
Inherited from Uize.Service
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Service , first introduced in Uize.Service ) |
3.2. initialized
Inherited from Uize.Service
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Service , first introduced in Uize.Service ) |
4. Static Methods
4.1. Uize.Services.FileSystem.declareServiceMethods
Inherited from Uize.Service
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Service , first introduced in Uize.Service ) | |
this static feature is inherited by subclasses |
4.2. Uize.Services.FileSystem.fire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) | |
this static feature is inherited by subclasses |
4.3. Uize.Services.FileSystem.get
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) | |
this static feature is inherited by subclasses |
4.4. Uize.Services.FileSystem.registerProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) | |
this static feature is inherited by subclasses |
4.5. Uize.Services.FileSystem.set
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) | |
this static feature is inherited by subclasses |
4.6. Uize.Services.FileSystem.singleton
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) | |
this static feature is inherited by subclasses |
4.7. Uize.Services.FileSystem.subclass
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) | |
this static feature is inherited by subclasses |
4.8. Uize.Services.FileSystem.toggle
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) | |
this static feature is inherited by subclasses |
4.9. Uize.Services.FileSystem.unwire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) | |
this static feature is inherited by subclasses |
4.10. Uize.Services.FileSystem.wire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) | |
this static feature is inherited by subclasses |
5. Static Properties
5.1. Uize.Services.FileSystem.moduleName
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) | |
this static feature is inherited by subclasses |
5.2. Uize.Services.FileSystem.nonInheritableStatics
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) | |
this static feature is not inherited by subclasses |