| 
                Options | 
                Name | 
                Purpose | 
            
            
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  ClassNameToFile (character)
    
   | 
  
     Converts a class name into the source code file name (.cls)     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Progress.Lang.Class  FileNameToClass (character)
    
   | 
  
     Returns the Progress.Lang.Class reference for a type referenced
         by either the .cls or .r file name     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  FileNameToClassName (character)
    
   | 
  
     Returns the Class Name for a type referenced by either the .cls or
         .r file name     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           GetClassNames (character, character, logical, character, character, table)
    
   | 
  
     Returns all class names found in the specified root directory
         that match the specified base type (class or interface), optionally
         including abstract classes     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           GetClassNames (character, character, logical, character, table)
    
   | 
  
     Returns all class names found in the specified root directory
         that match the specified base type (class or interface), optionally
         including abstract classes     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           GetClassNames (character, character, table)
    
   | 
  
     Returns all class names found in the specified root directory
         that match the specified base type (class or interface)     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           GetClassNames (character, table)
    
   | 
  
     Returns all class names found in the specified root directory
         that match the specified base type (class or interface)     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           GetClassNames (table)
    
   | 
  
     Returns all class names found in the specified root directory
         that match the specified base type, optionally including abstract
         classes     
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
         LOGICAL  GetClassNamesFromExternalRuntime (character, character, logical, character)
    
   | 
  
     Starts a separate Progress client to perform the Class name lookup.     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           GetClassNamesInClassPath (character, logical, table)
    
   | 
  
     Returns all class names found in the directories specified in the
         .classpath file and that match the specified base type, optionally
         including or excluding abstract classes     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           GetClassNamesInClassPath (character, table)
    
   | 
  
     Returns all class names found in the directories specified in the
         .classpath file and that match the specified base type     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           GetClassNamesInClassPathNoDotNet (character, logical, table)
    
   | 
  
     Returns all class names found in the directories specified in the
         .classpath file and that match the specified base type, optionally
         including or excluding abstract classes     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           GetClassNamesInProcedureLibrary (character, character, logical, table)
    
   | 
  
     Returns all class names found in the specified root directory
         that match the specified base type (class or interface), optionally
         including abstract classes     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           GetClassNamesNoDotNet (character, character, logical, character, table)
    
   | 
  
     Returns all class names found in the specified root directory
         that match the specified base type (class or interface), optionally
         including abstract classes     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         LOGICAL  IsInCallStack (Class)
    
   | 
  
     Returns if an instance of the given class is in the call stack     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         INTEGER  NumInstances (Class)
    
   | 
  
     Returns the current number of instances of the given class     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  ShortClassName (Class)
    
   | 
  
     Returns the ShortClassName for the given Class object     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  ShortPackageName (character)
    
   | 
  
     Returns the class name with a shortend package name     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  ShortPackageName (Class)
    
   | 
  
     Returns the class name with a shortend package name     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.ClassName  SplitClassName (character)
    
   | 
  
     Splits a full class name into package and class name     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           WriteLogMessage (character)
    
   | 
  
     Writes a message to the logfile     
   |