INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Returns compiler name
-- Returns compiler version
-- Path of "BIN" folder where the components of the compiler should be
-- located
-- Close the repository (this)
-- Remove all elements from the repository
-- Remove all broken elements from the repository
-- List all clusters in the repository
-- Retruns Void if there are no clusters at all
-- Adds the cluster with the name and path given to the repository
-- Returns True iff the operation succedes
-- Parse the cluster specified
-- Returns True iff the operation succedes
-- Imports the cluster specified into the repopsitory
-- Returns True iff the operation succedes
-- Mounts the cluster specified to the repopsitory
-- Returns True iff the operation succedes
-- Deletes the cluster specified from the repopsitory
-- Returns True iff the operation succedes
-- Exports the cluster specified from the repopsitory
-- Returns True iff the operation succedes
-- Unmounts the cluster specified from the repopsitory
-- Returns True iff the operation succedes
-- Returns list of all classes in the cluster given
-- The list contains only classes in the current project if
-- used_in_project=True
-- Returns list of clusters which contain the class "class_name"
-- Returns Void if there are no such clusters
-- Returns path where the cluster given is located
-- List all libraries in the repository
-- Retruns Void if there are no libraries at all
-- Opens the library specified
-- Returns True iff the operation succedes
-- Closes the library having been opened
-- Creates new library with the given name at the given path
-- Creates new library using the template specified
-- Returns the name of the library been created or Void if the
-- operation fails
-- Removes the library specified
-- Returns True iff the operation succedes
-- Returns list of all clusters which belong to the library
-- Returns list of all classes which belong to the library
-- Returns list of all projects in the repopsitory
-- Returns Void if there are no projects at all
-- Opens the library specified
-- Returns True iff the operation succedes
-- Closes the project having been opened
-- Creates new project
-- Arguments:
-- name - name of the project
-- path - path to project directory
-- exe_name - name of the executable
-- root - name of root class
-- creator - name of creation procedure
-- Returns True iff the operation succedes
-- Creates new project from template
-- Returns the name of the project if the operation succedes or
-- Void otherwise
-- Removes the project specified
-- Returns the list of clusters which belong to the project
-- Returns Void if there are no such clusters
-- Returns the list of classes which belong to the project
-- Returns Void if there are no such clusters
-- Returns the name of the root class
-- Returns Void if the operation fails
-- Returns the name of the creation procedure of the root class
-- Returns Void if the operation fails
-- Returns full path of the target executable module (exe or dll)
-- Returns Void if the operation fails
-- Returns list of all features (own & inherited) of the class
-- Returns Void if there are no features at all
-- Returns list of own features of the class
-- Returns Void if there are no such features at all
-- Returns list of inherited features of the class
-- Returns Void if there are no such features at all
-- Returns list of creation routines of the class
-- Returns Void if there are creation routines at all
-- Returns list of ancestors of the class
-- Returns Void if the class does not have ancestors
-- Returns list of descendants of the class
-- Returns Void if the class does not have descendants
-- Returns list of suppliers of the class
-- Returns Void if the class does not have suppliers
-- Returns list of descendants of the class
-- Returns Void if the class does not have descendants
-- Returns full path of the class source
-- Returns Void if the operation fails
-- Returns short form of the class
-- Returns Void if the operation fails
-- Returns short form of the class
-- Returns Void if the operation fails
-- Assembles the project
-- Returns True if the operation succedes
-- Rebuilds the project from the scratch
-- Returns True if the operation succedes
-- Assembles the library
-- Returns True if the operation succedes
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |