- All Implemented Interfaces:
Serializable
manages source paths and fixes absolute path for .asl
- See Also:
-
-
-
Constructor Summary
Constructors
-
Method Summary
void
void
void
void
fix path of the asl code based on aslSourcePath, also considers code from a jar file (if urlPrefix is not null)
boolean
void
-
Field Details
-
CRPrefix
public static final String CRPrefix
- See Also:
-
-
-
-
Constructor Details
-
SourcePath
public SourcePath()
-
Method Details
-
-
-
addPath
public void addPath(String cp)
-
addParentInPath
public void addParentInPath(String s)
-
-
clearPaths
public void clearPaths()
-
-
isEmpty
public boolean isEmpty()
-
fixPath
fix path of the asl code based on aslSourcePath, also considers code from a jar file (if urlPrefix is not null)
-