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 java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private boolean_isTestResourceprivate IDirectory_path
-
Constructor Summary
Constructors Constructor Description ClassPathEntry(IDirectory path, boolean testResource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)IDirectorygetPath()inthashCode()booleanisTestResource()java.lang.StringtoString()
-
-
-
Field Detail
-
_path
private final IDirectory _path
-
_isTestResource
private final boolean _isTestResource
-
-
Constructor Detail
-
ClassPathEntry
public ClassPathEntry(IDirectory path, boolean testResource)
-
-
Method Detail
-
getPath
public IDirectory getPath()
-
isTestResource
public boolean isTestResource()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-