public class InputSrc
extends java.lang.Object
 ../..\\dir:path1/path2        - given path for constructor, not canonical. : as separator for local part
            path1/path2        - this is the sLocalSrcPath.
 D:\\SBOX\\dir\\path1\\path2\\ - the sCanonicalPathSrc            
 D:\\SBOX\\dir\\path1\\path2\\pathX\\file.c - any given file
                              pathX\\file.c - the local path of file
                 path1/path2\\pathX\\file.c - the local path to build obj, dep and mirror file| Modifier and Type | Field and Description | 
|---|---|
| (package private) java.io.File | dirSrcBaseThe directory which is designated by the argument -src=PATH. | 
| (package private) java.lang.String | sCanonicalPathSrcThe canonical path of dirSrc in the file system. | 
| (package private) java.lang.String | sLocalSrcPathThe local part of the path after a ':' in the argument. | 
| static int | versionVersion, history and license. | 
| Constructor and Description | 
|---|
| InputSrc(java.lang.String sPathSrcP,
        java.io.File currdir)Creates an instance adequate to the input argument -src=PATH,
 which allows the association of any source to the sourcepool. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | toString()For debugging. | 
public static final int version
final java.io.File dirSrcBase
final java.lang.String sLocalSrcPath
final java.lang.String sCanonicalPathSrc