Package gw.lang.reflect.gs
Class IFileSystemGosuClassRepository.ClassPathEntry
- java.lang.Object
-
- gw.lang.reflect.gs.IFileSystemGosuClassRepository.ClassPathEntry
-
- Enclosing interface:
- IFileSystemGosuClassRepository
public static class IFileSystemGosuClassRepository.ClassPathEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description ClassPathEntry(IDirectory path, boolean testResource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IDirectorygetPath()inthashCode()booleanisTestResource()StringtoString()
-
-
-
Constructor Detail
-
ClassPathEntry
public ClassPathEntry(IDirectory path, boolean testResource)
-
-
Method Detail
-
getPath
public IDirectory getPath()
-
isTestResource
public boolean isTestResource()
-
-