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 boolean
equals(Object o)
IDirectory
getPath()
int
hashCode()
boolean
isTestResource()
String
toString()
-
-
-
Constructor Detail
-
ClassPathEntry
public ClassPathEntry(IDirectory path, boolean testResource)
-
-
Method Detail
-
getPath
public IDirectory getPath()
-
isTestResource
public boolean isTestResource()
-
-