IASTools.CommonDefs
index
/home/ubuntu/IasRoot/lib/python3.10/site-packages/IASTools/CommonDefs.py

Created on Sep 22, 2016
 
@author: acaproni

 
Modules
       
IASTools.FileSupport
logging
posixpath

 
Classes
       
builtins.object
CommonDefs

 
class CommonDefs(builtins.object)
    A collection of useful methods.
Some of them could probably be moved somewhere else...
 
  Class methods defined here:
buildClasspath() from builtins.type
Build the class path by reading the jars from the
IAS hierarchy of folders and external jar from the
folder pointed by the IAS-EXTERNAL-JARS environment variable
 
@return: A string with the jars in the classpath
checkEnvironment() from builtins.type
Check if IAS enviroment is correctly set up
 
@return: True if the enviroment is correctly set;
         False otherwise

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
logger = <Logger CommonDefs (WARNING)>

 
Functions
       
listdir(path=None)
Return a list containing the names of the files in the directory.
 
path can be specified as either str, bytes, or a path-like object.  If path is bytes,
  the filenames returned will also be bytes; in all other circumstances
  the filenames returned will be str.
If path is None, uses the path='.'.
On some platforms, path may also be specified as an open file descriptor;\
  the file descriptor must refer to a directory.
  If this functionality is unavailable, using it raises NotImplementedError.
 
The list is in arbitrary order.  It does not include the special
entries '.' and '..' even if they are present in the directory.

 
Data
        environ = environ({'SHELL': '/bin/bash', 'JAVA_HOME': '/us...'_': '/home/ubuntu/IasRoot/bin/iasBuildApiDocs'})