|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.jdepend.Package2Path
public class Package2Path
A utility for determining the file path associated with a package.
Constructor Summary | |
---|---|
Package2Path(java.util.List<java.io.File> sourceFiles)
Constructs a new Package2Path instance from a list of source file paths. |
Method Summary | |
---|---|
java.lang.String |
getPath(java.lang.String packageString)
Returns the source path associated with the package prefix, or null if not found. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Package2Path(java.util.List<java.io.File> sourceFiles)
sourceFiles
- The source files from which the package paths are constructed.Method Detail |
---|
public java.lang.String getPath(java.lang.String packageString)
packageString
- A string such as "foo.bar.baz"
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |