Sydney

Class Library

Object
   |
   +--Library

class Library

Defined in dependencies.js


Constructor Summary
Library ()
           
 
Method Summary
 void setBase(<string> str)
           Sets the prefix for scripts whose filename does not end in .cgi.
 void setCGIBase(<string> str)
           Sets the prefix for scripts whose filename ends with .cgi.
 void use(varArgs)
           Dynamically loads the scripts specified in the argument list, satisfying dependencies as required.

Constructor Detail

Library

function Library()
Method Detail

setBase

void setBase(<string> str)

setCGIBase

void setCGIBase(<string> str)

use

void use(varArgs)

Sydney

SourceForge.net Logo