| java.lang.Object com.tc.util.ClassListToFileList
ClassListToFileList | final public class ClassListToFileList (Code) | | Translates an array of Class objects to an array of File objects. NOTE: This class only supports a single level of
nested inner classes, i.e. no innerclass of an innerclass
|
translate | public static File[][] translate(Class[] classes) throws FileNotFoundException(Code) | | [0][] is a list of absolute file paths, [1][] is a list of relative paths starting at the package name(com) |
|
|