TABLE OF CONTENTS


YASS/YASS.Build_Site [ Subprograms ]

[ Top ] [ Subprograms ]

FUNCTION

 Build the site from directory

SOURCE

   function Build_Site(Directory_Name: String) return Boolean with
      Pre => Directory_Name'Length > 0
   is

PARAMETERS

 Directory_Name - full path to the site directory

RESULT

 Returns True if the site was build, otherwise False.

YASS/YASS.Show_Help [ Subprograms ]

[ Top ] [ Subprograms ]

FUNCTION

 Show the program help - list of available commands

SOURCE

   procedure Show_Help is

YASS/YASS.Valid_Arguments [ Subprograms ]

[ Top ] [ Subprograms ]

FUNCTION

 Validate arguments which user was entered when started the program and
 set Work_Directory for the program.

SOURCE

   function Valid_Arguments
     (Message: String; Exist: Boolean) return Boolean with
      Pre => Message'Length > 0
   is

PARAMETERS

 Message - part of message to show when user does not entered the site
           project directory
 Exist   - did selected directory should be test did it exist or not

RESULT

 Returns True if entered arguments are valid, otherwise False.