SAP ABAP Class CL_VMCDBG_UPLOADED_SOURCES (Storage of uploaded source files)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-VMC (Application Component) Virtual Machine Container
     SVMCRT_DEBUG (Package) VMC Debugger (new)
Properties
Class CL_VMCDBG_UPLOADED_SOURCES  
Short Description Storage of uploaded source files    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SVMCRT_DEBUG   VMC Debugger (new) 
Created 20111007   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_VMCDBG_UPLOADED_SOURCES has no forward declaration.
Interfaces
Class CL_VMCDBG_UPLOADED_SOURCES has no interface implemented.
Friends
Class CL_VMCDBG_UPLOADED_SOURCES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 INITIAL_DIRECTORY Static Attribute Private Type reference (TYPE) STRING 20111010
2 SOURCES Static Attribute Private Type reference (TYPE) TY_STORED_SOURCES 20111007
Methods
# Method Level Visibility Method type Description Created on
1 GET Static method Public Method 20111007
2 GET_DIRECTORY Static method Public Method 20111012
3 REMOVE Static method Public Method 20111007
4 REMOVE_ALL Static method Public Method 20111012
5 STORE Static method Public Method 20111007
6 UPLOAD Static method Public Method 20111010
7 UPLOAD_DIRECTORY Static method Public Method 20111121
8 UPLOAD_ZIP Static method Public Method 20111121
9 __GET_FILES Static method Private Method 20111121
10 __PROCESS_ZIP Static method Private Method 20111121
Events
# Event Type Visibility Description Created on
1 SOURCES_UPLOADED Static Event
(1)
Public
(2)
20111012
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_DIRECTORY Public See coding 20111012 TY_DIRECTORY type standard table of string with non-unique default key
2 TY_STORED_SOURCE Private See coding 20111007 begin of TY_STORED_SOURCE, name type string, source type xstring, end of ty_stored_source
3 TY_STORED_SOURCES Private See coding 20111007 ty_stored_sources type hashed table of ty_stored_source with unique key name
Method Signatures

Method GET Signature

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

Method GET on class CL_VMCDBG_UPLOADED_SOURCES has no exception.

Method GET_DIRECTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_DIR Value transfer Type reference (TYPE) TY_DIRECTORY 20111012

Method GET_DIRECTORY on class CL_VMCDBG_UPLOADED_SOURCES has no exception.

Method REMOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_NAME Call by reference Type reference (TYPE) STRING 20111007

Method REMOVE on class CL_VMCDBG_UPLOADED_SOURCES has no exception.

Method REMOVE_ALL Signature

Method REMOVE_ALL on class CL_VMCDBG_UPLOADED_SOURCES has no parameter.
Method REMOVE_ALL on class CL_VMCDBG_UPLOADED_SOURCES has no exception.

Method STORE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_SOURCE Call by reference Type reference (TYPE) XSTRING 20111007

Method STORE on class CL_VMCDBG_UPLOADED_SOURCES has no exception.

Method UPLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_FILES Call by reference Type reference (TYPE) FILETABLE File name table 20111121

Method UPLOAD on class CL_VMCDBG_UPLOADED_SOURCES has no exception.

Method UPLOAD_DIRECTORY Signature

Method UPLOAD_DIRECTORY on class CL_VMCDBG_UPLOADED_SOURCES has no parameter.
Method UPLOAD_DIRECTORY on class CL_VMCDBG_UPLOADED_SOURCES has no exception.

Method UPLOAD_ZIP Signature

Method UPLOAD_ZIP on class CL_VMCDBG_UPLOADED_SOURCES has no parameter.
Method UPLOAD_ZIP on class CL_VMCDBG_UPLOADED_SOURCES has no exception.

Method __GET_FILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_DIR Call by reference Type reference (TYPE) STRING 20111121
2 Changing P_FILES Call by reference Type reference (TYPE) FILETABLE File name table 20111121

Method __GET_FILES on class CL_VMCDBG_UPLOADED_SOURCES has no exception.

Method __PROCESS_ZIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_XSTREAM Call by reference Type reference (TYPE) XSTRING 20111121

Method __PROCESS_ZIP on class CL_VMCDBG_UPLOADED_SOURCES has no exception.
Event Signatures

Event SOURCES_UPLOADED Signature
Event SOURCES_UPLOADED on class CL_VMCDBG_UPLOADED_SOURCES has no parameter.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702