SAP ABAP Class /UI5/CL_VFS_UTIL (UI Theming: Utilities for Filesystem Operations)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   CA-UI2-THD (Application Component) Theme Designer
     /UI5/THEMING_INFRA (Package) UI Theming Infrastructure
Properties
Class /UI5/CL_VFS_UTIL  
Short Description UI Theming: Utilities for Filesystem Operations    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /UI5/THEMING_INFRA   UI Theming Infrastructure 
Created 20120830   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /UI5/IF_VFS_FILE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /UI5/CL_VFS_UTIL has no interface implemented.
Friends
Class /UI5/CL_VFS_UTIL has no friend class.
Attributes
Class /UI5/CL_VFS_UTIL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 BIN_TO_TEXT Static method Public Method 20140204
2 FILE_NAME Static method Public Method 20130117
3 GET_CONTENT Static method Public Method 20120830
4 GET_TEXT_CONTENT Static method Public Method 20120830
5 GET_TIME_DATE Static method Public Method 20130715
6 HASH Static method Public Method 20130117
7 HTTP_DATE Static method Public Method 20130503
8 MIME_TYPE Static method Public Method 20130405
9 MKPATH Static method Public Method 20130409
10 PARENT_DIR Static method Public Method 20120830
11 PARENT_PATH Static method Public Method 20130117
12 PARSE_HTTP_DATE Static method Public Method 20130503
13 PARSE_URL Static method Public Method 20140213
14 PATH Static method Public Method 20120830
15 PATH_CONCAT Static method Public Method 20130503
16 TEXT_TO_BIN Static method Public Method 20130405
17 ZIP_FILES Static method Public Method 20130403
Events
Class /UI5/CL_VFS_UTIL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_HASH Public See coding 20130117 T_HASH type c length 40
2 T_URL_PARTS Public See coding 20140213 begin of t_url_parts, protocol type string, port type i, host type string, path type string, query type string, fragment type string, end of t_url_parts
Method Signatures

Method BIN_TO_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIN Call by reference Type reference (TYPE) XSTRING 20140204
2 Importing ENCODING Call by reference Type reference (TYPE) ABAP_ENCODING 'UTF-8' 20140204
3 Returning TEXT Value transfer Type reference (TYPE) STRING 20140204

Method BIN_TO_TEXT on class /UI5/CL_VFS_UTIL has no exception.

Method FILE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FILE_NAME Value transfer Type reference (TYPE) STRING 20130117
2 Importing PATH Call by reference Type reference (TYPE) STRING 20130117

Method FILE_NAME on class /UI5/CL_VFS_UTIL has no exception.

Method GET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTENT Value transfer Type reference (TYPE) XSTRING 20120830
2 Importing PATH Call by reference Type reference (TYPE) STRING 20120830
3 Importing VFS Call by reference Object reference (TYPE REF TO) /UI5/IF_VFS Virtual File System - File API 20120830

Method GET_CONTENT on class /UI5/CL_VFS_UTIL has no exception.

Method GET_TEXT_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTENT Value transfer Type reference (TYPE) STRING 20120830
2 Importing ENCODING Call by reference Type reference (TYPE) ABAP_ENCODING 'UTF-8' 20120830
3 Importing PATH Call by reference Type reference (TYPE) STRING 20120830
4 Importing VFS Call by reference Object reference (TYPE REF TO) /UI5/IF_VFS Virtual File System - File API 20120830

Method GET_TEXT_CONTENT on class /UI5/CL_VFS_UTIL has no exception.

Method GET_TIME_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATE Call by reference Type reference (TYPE) D 20130715
2 Exporting TIME Call by reference Type reference (TYPE) T 20130715
3 Importing TIMEZONE Call by reference Type reference (TYPE) TTZZ-TZONE 'UTC' Time Zone 20130715

Method GET_TIME_DATE on class /UI5/CL_VFS_UTIL has no exception.

Method HASH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HASH Value transfer Type reference (TYPE) T_HASH 20130117
2 Importing VALUE Call by reference Type reference (TYPE) STRING 20130117

Method HASH on class /UI5/CL_VFS_UTIL has no exception.

Method HTTP_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATE Call by reference Type reference (TYPE) D 20130503
2 Returning HTTPDATE Value transfer Type reference (TYPE) STRING 20130503
3 Importing TIME Call by reference Type reference (TYPE) T 20130503

Method HTTP_DATE on class /UI5/CL_VFS_UTIL has no exception.

Method MIME_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILE_NAME Call by reference Type reference (TYPE) CSEQUENCE 20130405
2 Returning MIME_TYPE Value transfer Type reference (TYPE) STRING 20130405

Method MIME_TYPE on class /UI5/CL_VFS_UTIL has no exception.

Method MKPATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20130409
2 Importing VFS Call by reference Object reference (TYPE REF TO) /UI5/IF_VFS Virtual File System 20130409

Method MKPATH on class /UI5/CL_VFS_UTIL has no exception.

Method PARENT_DIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PARENT_DIR Value transfer Type reference (TYPE) STRING 20120830
2 Importing PATH Call by reference Type reference (TYPE) STRING 20120830

Method PARENT_DIR on class /UI5/CL_VFS_UTIL has no exception.

Method PARENT_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PARENT_PATH Value transfer Type reference (TYPE) STRING 20130117
2 Importing PATH Call by reference Type reference (TYPE) STRING 20130117

Method PARENT_PATH on class /UI5/CL_VFS_UTIL has no exception.

Method PARSE_HTTP_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATE Call by reference Type reference (TYPE) D 20130503
2 Importing HTTPDATE Call by reference Type reference (TYPE) STRING 20130503
3 Exporting TIME Call by reference Type reference (TYPE) T 20130503

Method PARSE_HTTP_DATE on class /UI5/CL_VFS_UTIL has no exception.

Method PARSE_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing URL Call by reference Type reference (TYPE) STRING 20140213
2 Returning URL_PARTS Value transfer Type reference (TYPE) T_URL_PARTS 20140213

Method PARSE_URL on class /UI5/CL_VFS_UTIL has no exception.

Method PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARENT_PATH Call by reference Type reference (TYPE) STRING 20120830
2 Returning PATH Value transfer Type reference (TYPE) STRING 20120830
3 Importing SUB_PATH Call by reference Type reference (TYPE) STRING 20120830

Method PATH on class /UI5/CL_VFS_UTIL has no exception.

Method PATH_CONCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing L Call by reference Type reference (TYPE) STRING 20130503
2 Returning PATH Value transfer Type reference (TYPE) STRING 20130503
3 Importing R Call by reference Type reference (TYPE) STRING 20130503
4 Importing SLASH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130503

Method PATH_CONCAT on class /UI5/CL_VFS_UTIL has no exception.

Method TEXT_TO_BIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BIN Value transfer Type reference (TYPE) XSTRING 20130405
2 Importing ENCODING Call by reference Type reference (TYPE) ABAP_ENCODING 'UTF-8' 20140204
3 Importing TEXT Call by reference Type reference (TYPE) STRING 20130405

Method TEXT_TO_BIN on class /UI5/CL_VFS_UTIL has no exception.

Method ZIP_FILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILE_INFOS Call by reference Type reference (TYPE) /UI5/IF_VFS_FILE=>T_LIST 20130403
2 Returning RESULT Value transfer Type reference (TYPE) XSTRING 20130403
3 Importing VFS Call by reference Object reference (TYPE REF TO) /UI5/IF_VFS Virtual File System 20130403

Method ZIP_FILES on class /UI5/CL_VFS_UTIL has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 100